Can't find libpkgconf/stdinc.h #101

Closed
opened 2016-12-13 21:10:01 +00:00 by plicease · 0 comments
plicease commented 2016-12-13 21:10:01 +00:00 (Migrated from github.com)

I think the problem is that once installed the files are in .../include/pkgconf but the header files refer to .../include/libpkgconf:

iscah% cat test.c
#include <pkgconf/libpkgconf.h>

int
main(int argc, char *argv[])
{
}
iscah% gcc -I/home/ollisg/opt/pkgconf/include test.c 
In file included from test.c:1:0:
/home/ollisg/opt/pkgconf/include/pkgconf/libpkgconf.h:19:31: fatal error: libpkgconf/stdinc.h: No such file or directory
 #include <libpkgconf/stdinc.h>
                               ^
compilation terminated.
I think the problem is that once installed the files are in `.../include/pkgconf` but the header files refer to `.../include/libpkgconf`: ``` iscah% cat test.c #include <pkgconf/libpkgconf.h> int main(int argc, char *argv[]) { } iscah% gcc -I/home/ollisg/opt/pkgconf/include test.c In file included from test.c:1:0: /home/ollisg/opt/pkgconf/include/pkgconf/libpkgconf.h:19:31: fatal error: libpkgconf/stdinc.h: No such file or directory #include <libpkgconf/stdinc.h> ^ compilation terminated. ```
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ariadne/pkgconf#101
There is no content yet.