Comment 7 for bug 878612

Revision history for this message
Henrik Ledin (henrik-ledin) wrote :

I think I have found what is causing this issue.
It seems to be something wrong with pkg-config, when used inside of the `` chars

When running `pkg-config fuse --cflags --libs` it returns
-D_FILE_OFFSET_BITS=64: command not found

Without the `` chars it returns
-D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -pthread -lfuse -lrt -ldl

I'm not familiar with pkg-config, so I don't know how to fix this issue.

Best regards,
Henrik