| > When trying to compile httrack (linux version)
> after ./configure i run gmake and i got a lot of
warnings.
> In file included from /usr/include/string.h:359,
> from htscore.c:39:
> /usr/include/bits/string2.h: In function `__strcpy_small':
> /usr/include/bits/string2.h:418: warning: pointer of type
> `void *' used in arithmetic
Humm, looks like a problem in the gcc/libraries, you should
never have such warnings in system libraries headers
(string.h !) - try to upgrade borh gcc and libc, bebacuse
something seems really broken here.
| |