| Greetings.
I get errors compiling httrack-3.20RC1 on Solaris 7. I used
to be able to compile 3.10 and 3.15, but 3.20 gives me new
problems. With recent compilations I had to use --static
during configure, but something new is going on apparently.
make gives me:
(some stuff deleted)
gcc -fPIC -O3 -Wall -Wcast-align -Wstrict-prototypes -
Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -
Wnested-externs -D_REENTRANT -c htslib.c
htslib.c: In function `newhttp':
htslib.c:1707: warning: cast increases required alignment
of target type
htslib.c:1707: warning: cast increases required alignment
of target type
htslib.c: In function `int2bytes2':
htslib.c:2290: warning: integer overflow in expression
htslib.c:2293: warning: integer overflow in expression
htslib.c:2294: warning: integer overflow in expression
htslib.c:2294: warning: integer overflow in expression
htslib.c:2294: warning: integer overflow in expression
htslib.c:2297: warning: integer overflow in expression
htslib.c:2297: warning: integer overflow in expression
htslib.c:2297: warning: integer overflow in expression
htslib.c: In function `sendc':
htslib.c:2334: structure has no member named `ssl'
htslib.c: In function `is_unicode_utf8':
htslib.c:2540: warning: comparison is always true due to
limited range of data type
*** Error code 1
make: Fatal error: Command failed for target `htslib.o'
Current working directory /home/sources/httrack/httrack-
3.20/src
*** Error code 1
make: Fatal error: Command failed for target `all'
NB: make solaris gives :
gcc -fPIC -O3 -Wall -Wcast-align -Wstrict-prototypes -
Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -
Wnested-externs -D_REENTRANT -c htslib.c
In file included from htslib.h:46,
from htslib.c:39:
htsbasenet.h:73: openssl/ssl.h: No such file or directory
htsbasenet.h:74: openssl/crypto.h: No such file or directory
htsbasenet.h:75: openssl/err.h: No such file or directory
*** Error code 1
make: Fatal error: Command failed for target `htslib.o'
Any help is greatly appreciated, since 3.15 is suddenly
giving some kind of buss-errors (whilest solaris claims to
know of no problem)
Regards,
Willem. | |