Skip to content

'argp.h' file not found #3

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

Open
ghost opened this issue Feb 12, 2020 · 0 comments
Open

'argp.h' file not found #3

ghost opened this issue Feb 12, 2020 · 0 comments

Comments

@ghost
Copy link

ghost commented Feb 12, 2020

gives error of not able to find argp.h file when trying to invoke GNU Utility.

ip-192-168-178-13:release pc$ make
Building file: ../data_loader.c
Invoking: GCC C Compiler
gcc -I/usr/include/postgresql -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"data_loader.d" -MT"data_loader.d" -o "data_loader.o" "../data_loader.c"
Finished building: ../data_loader.c
 

Building file: ../gtfs2pgrouting.c
Invoking: GCC C Compiler
gcc -I/usr/include/postgresql -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"gtfs2pgrouting.d" -MT"gtfs2pgrouting.d" -o "gtfs2pgrouting.o" "../gtfs2pgrouting.c"
../gtfs2pgrouting.c:7:10: fatal error: 'argp.h' file not found
#include <argp.h>
         ^~~~~~~~
1 error generated.
make: *** [gtfs2pgrouting.o] Error 1
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

0 participants