i am trying to compile ZPAQ on mac osx 10.7.2
gcc version 4.2.1 (Based on Apple Inc. build 565(LLVM build 2336.1.00)
is there maybe a full how to somewhere out there?
i am getting the error
windows.h: No such file or directory(among other errors)
here are the steps i have taken
1. got libzpaq
2. got zpaq
3. copied both in the same directory.
4. got divsufort (2.0.0) and copied divsufsort.c in the same directory.
5. ran ./configure in the divsufort directory and copied the generated divsufort.h also in the directory.
g++ zpaq.cpp libzpaq.cpp divsufsort.c -O3 -fopenmp -s -DNDEBUG -o zpaq
here is the full error output:
http://pastie.org/3036026
anyone has an idea or pointer on how i can get zpaq compiled?
thanks a lot in advance!