silversaviour:~ pasamio$ pkg-config --cflags fuse
-D__FreeBSD__=10 -D_FILE_OFFSET_BITS=64 -I/usr/local/include/fuse
Updating the make script to do this should result in the code
compiling properly. This also assumes an appropriate configured
pkg-config setup (on my system I need "/usr/local/lib/pkgconfig" in my
PKG_CONFIG_PATH environment variable)
Cheers,
Sam Moffatt
http://pasamio.id.au
I believe fuse.h is in /usr/local/include. You should probably use
pkg-config to make sure you get the right configuration information
for FUSE. For myself this results in the following output:
silversaviour:~ pasamio$ pkg-config --cflags fuse
-D__FreeBSD__=10 -D_FILE_OFFSET_BITS=64 -I/usr/local/include/fuse