0.2.10 does not compile with older versions of libfuse

Issue #25 closed
Former user created an issue

Originally reported on Google Code with ID 25

Typing 'make' on fuse-zip-0.2.10 with Ubuntu 9.04 (libfuse.so.2.7.4) gives
the following compile-time error:

g++ -c  -Wall -Wextra -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse    
fuse-zip.cpp -o fuse-zip.o
fuse-zip.cpp: In function int main(int, char**):
fuse-zip.cpp:657: error: struct fuse_operations has no member named
flag_nullpath_ok
make: *** [fuse-zip.o] Error 1

This error does not occur for fuse-zip-0.2.8.

Reported by David.Buscher on 2010-01-25 17:23:11

Comments (2)

  1. Former user Account Deleted

    ``` Fixed in version 0.2.11. ```

    Reported by `alexander.galanin` on 2010-01-26 12:01:48 - Status changed: `Fixed` - Labels added: Type-Defect

  2. Log in to comment