make release fails

Issue #37 invalid
Former user created an issue

Originally reported on Google Code with ID 37

Compilation stops with the following message:

make CXXFLAGS="-O2 -Wall -Wextra" all doc
make[1]: pkg-config: Command not found
make[1]: Entering directory `/home/build/fuse-zip-0.2.13'
g++ -c -O2 -Wall -Wextra  main.cpp \
            -Ilib \
            -o main.o
In file included from /usr/include/fuse/fuse.h:26:0,
                 from /usr/include/fuse.h:9,
                 from main.cpp:27:
/usr/include/fuse/fuse_common.h:33:2: error: #error Please add -D_FILE_OFFSET_BITS=64
to your compile flags!
main.cpp:28:22: fatal error: fuse_opt.h: No such file or directory
compilation terminated.
make[1]: *** [main.o] Error 1
make[1]: Leaving directory `/home/build/fuse-zip-0.2.13'
make: *** [release] Error 2

Relevant packages:

ii  libzip-dev                                     0.10.1-1.1                     
   amd64        library for reading, creating, and modifying zip archives (development)
ii  libzip2                                        0.10.1-1.1                     
   amd64        library for reading, creating, and modifying zip archives (runtime)
ii  libfuse-dev                                    2.9.0-2+deb7u1                 
   amd64        Filesystem in Userspace (development)
ii  libfuse2:amd64                                 2.9.0-2+deb7u1                 
   amd64        Filesystem in Userspace (library)

Kernel version:

Linux alderan 3.2.0-4-amd64 #1 SMP Debian 3.2.41-2+deb7u2 x86_64 GNU/Linux

Reported by fotognioty on 2013-05-25 10:29:33

Comments (1)

  1. Former user Account Deleted
    > make[1]: pkg-config: Command not found
    
    Install pkg-config package and retry compilation with latest code revision.
    

    Reported by alexander.galanin on 2013-06-14 08:49:49 - Status changed: Invalid

  2. Log in to comment