Skliarouk Peter <[EMAIL PROTECTED]> writes:

> Debian 2.2
> gcc 2.95.1-2
> zlib:
>  ii  zlib1g          1.1.3-4        compression library - runtime
>  ii  zlib1g-dev      1.1.3-4        compression library - development
> 
> 
> I'm trying to compile lsh and it shows me a lot of warnings like:
> ?????.c:112: warning: pointer of type `void *' used in arithmetic
> 
> ????? - in a lot of files - tell me if you want full list.

The exact error messages would help.

> goes on and...
> 
> atoms_gperf.c:147: warning: (near initialization for `wordlist[82].id')
> atoms_gperf.c:147: warning: missing initializer

This is automatically generated code (generated by gperf). I think the
warning is harmless.

> goes on and ...
> 
> zlib.c:35: warning: #warning zlib.h not present

This indicates that the configure script could not find zlib.h on your
system. That causes serious trouble. I think some debian people (but
not all?) have had this problem.

Please tell me where zlib.h is located on your system. Or even better,
figure out how to fix configure.in to find it.

The rest of the error messages are probably consequences of the
missing zlib.h.

/Niels

Reply via email to