-- Martin Las wrote:
>
> Hi,
> my compilation crashed with error
> -------
> gcc -g -O -Wall -I. -I../include -I./../include -c cachemgr.c
> cachemgr.c: In function lient_comm_connect':
> cachemgr.c:851: INADDR_NONE' undeclared (first use this function)
> cachemgr.c:851: (Each undeclared identifier is reported only once
> cachemgr.c:851: for each function it appears in.)
> *** Error code 1
> make: Fatal error: Command failed for target achemgr.o'
> -------
>
> Does anybody have an idea?
U should probably add:
#include "squid.h"
at the beginning of cachemgr.c
-- Maciej Kozinski http://www.boa.uni.torun.pl/~maciekReceived on Fri Oct 11 1996 - 05:27:35 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:33:16 MST