I try to install thttpd - a native IPv6 web server: I get an error when I compile thttpd under SuSE 7.3: libhttpd.c: In function `ls': libhttpd.c:2522: warning: assignment makes pointer from integer without a cast libhttpd.c: In function `httpd_start_request': libhttpd.c:3464: warning: assignment makes pointer from integer without a cast libhttpd.c:3467: dereferencing pointer to incomplete type make: *** [libhttpd.o] Error 1 Does anybody has a hint how to solve that? bye Ronald Ronald Wiplinger (ÃQ¤¯¯Ç), CEO, ELMIT - THE Internet Solution Provider Tel. +886 2 8809-7680, Fax. +886 2 2809-9158, Mobile: +886 915 653-452 Net2Phone:8869550066, ICQ: 111651169 http://www.elmit.com http://www.wiplinger.org
On Sunday 24 March 2002 18.41, Ronald Wiplinger wrote:
I try to install thttpd - a native IPv6 web server:
I get an error when I compile thttpd under SuSE 7.3:
libhttpd.c: In function `ls': libhttpd.c:2522: warning: assignment makes pointer from integer without a cast libhttpd.c: In function `httpd_start_request': libhttpd.c:3464: warning: assignment makes pointer from integer without a
Hm. Is this a clean install of 7.3 and what version of thttpd are you trying to compile? In the version on the CD/DVD, there is a cast on that line, and in the latest version the function httpd_start_request is almost gone.
cast libhttpd.c:3467: dereferencing pointer to incomplete type make: *** [libhttpd.o] Error 1
I compiled both the version included and the latest version, and both compiled cleanly on a stock 7.3 (with updates from ftp.suse.com, naturally). //Anders
participants (2)
-
Anders Johansson
-
Ronald Wiplinger