Skip to content

'argp.h' file not found #3

@ghost

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions