Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src/job.c:2373:19: error: too few arguments to function ‘find_in_given_path’ #5

Open
25th-engineer opened this issue Jan 20, 2021 · 0 comments

Comments

@25th-engineer
Copy link

25th-engineer commented Jan 20, 2021

When I tried to compile the repository, there occured the error:
src/job.c: In function ‘child_execute_job’:
src/job.c:2373:19: error: too few arguments to function ‘find_in_given_path’
cmd = (char *)find_in_given_path (argv[0], p, 0);
^~~~~~~~~~~~~~~~~~
In file included from src/job.c:141:0:
lib/findprog.h:68:20: note: declared here
extern const char *find_in_given_path (const char *progname, const char *path,
^~~~~~~~~~~~~~~~~~
Makefile:1410: recipe for target 'src/job.o' failed
make[1]: *** [src/job.o] Error 1
make[1]: Leaving directory '/home/river/Downloads/Ubuntu_installation_essential_components/make-4.2.92'
Makefile:1496: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

what should I do to solve the problem?

OS: Ubuntu 18.04 LTS(Desktop, 64-bits)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant