Hi!

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.

goes on and...

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

goes on and ...

gcc -DHAVE_CONFIG_H -I. -I/home/peter/tt/lsh-0.1.8/src -I..  
-I/home/peter/tt/lsh-0.1.8 -I/home/peter/tt/lsh-0.1.8/src
-I/home/peter/tt/lsh-0.1.8/src/symmetric/include -DLSH -D_GNU_SOURCE  -g
-O2 -ggdb3 -Wall -W  -Wmissing-prototypes -Wmissing-declarations
-Wstrict-prototypes  -Waggregate-return  -Wpointer-arith
-Wbad-function-cast -Wnested-externs -c zlib.c
zlib.c:35: warning: #warning zlib.h not present
zlib.c:40: parse error before `*'
zlib.c:40: warning: function declaration isn't a prototype
In file included from zlib.c:42:
zlib.c.x:7: parse error before `*'
zlib.c.x:7: warning: function declaration isn't a prototype
zlib.c.x:8: warning: no semicolon at end of struct or union
zlib.c.x: In function `do_zlib_instance_free':
zlib.c.x:17: dereferencing pointer to incomplete type
zlib.c.x: At top level:
zlib.c.x:22: sizeof applied to an incomplete type
zlib.c:40: warning: `do_free_zstream' used but never defined

when I tried ./configure --with-zlib it compained with the same problems

-- 
Bye,                   | You don't need to be faster than the bear which
Penn (43062358)        | is chasing you. You merely need to be faster
than
                       | the others running with you. 
                       |         From "Maintaining system security"


Reply via email to