Hi,
I am trying to install bincimap-1.2.3 from sources on Mandrake 9.1, but make
bailes out with the following error:
In file includeed from storageparcer.cc:1352:
storageparcer.lex:37:18: zlib.h: No such file or directory
lex.storageparcer.c:1626: warning; `void Binc::yyunput(int, char*)' defined
but not used
make[2]: *** [storageparcer.o] Error 1
make[2]: Leaving directory `/var/src/binc/bincimap-1.2.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/src/binc/bincimap-1.2.3'
make: *** [all] Error 2
I have checked that I actually have zlib.h on my box; it recides in
/usr/include/linux
I have also tried to include /usr/include/linux in $PATH and
./configure --includedir=/usr/include/linux
None of the above makes any difference, though.
I am not sure where the hickup steems from, as "storageparcer.c does" doesn't
explicitely include "zlib.h".
My box is as follows:
Mandrake 9.1
g++ (gcc) 3.2.2
perl 5.8.0
autoconf 2.54
automake 1.7
Berkeley db 4.1.25
Any ideas?
Regards
Sigmund.