[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: A problem when i run make server



edit ircd2.10.3/*i586*/include/system.h and  undefine USE_POLL
I had the same problem and it worked after i changed it.
Karl
-----Original Message-----
From: Johan Berg <oyq219h@xxxxxxxxx>
To: ircd-users@xxxxxxx <ircd-users@xxxxxxx>
Date: 21. ágúst 1999 10:52
Subject: A problem when i run make server


>irc2.10.3.tar.gz
>RedHat Linux 6.0
>I have no idea what ive done wrong but i always get this problem.
>Damn irritating.
>
>
>gcc -O2 -g -I. -I../ircd -I../common
>-DIRCDPID_PATH="\"/usr/local/var/run/ircd.pid\""
>-DIAUTH_PATH="\"/usr/local/sbin/iauth\"" -DIAUTH="\"iauth\"" -c -o
>s_bsd.o ../ircd/s_bsd.c
>../ircd/s_bsd.c: In function `read_message':
>../ircd/s_bsd.c:2032: `POLLSETWRITEFLAGS' undeclared (first use in this
>function)
>../ircd/s_bsd.c:2032: (Each undeclared identifier is reported only once
>../ircd/s_bsd.c:2032: for each function it appears in.)
>../ircd/s_bsd.c:2230: `POLLWRITEFLAGS' undeclared (first use in this
>function)
>make: *** [s_bsd.o] Error 1
>
>Can you help me ? :)
>
>
>
>
>