We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
gives error of not able to find argp.h file when trying to invoke GNU Utility.
The text was updated successfully, but these errors were encountered: