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

compiling problem



I have some problem when I compiling the server irc 2.10.3

This is the output:
-DIAUTH="\"iauth\""
-DIRCDDBG_PATH="\"/usr/local/var/log/ircd/ircd.log\"" \
-c -o ircd.o ../ircd/ircd.c
gcc -O2 -g -I. -I../ircd -I../common  -c -o list.o ../ircd/list.c
gcc -O2 -g -I. -I../ircd -I../common  -c -o res.o ../ircd/res.c
gcc -O2 -g -I. -I../ircd -I../common  -c -o s_auth.o ../ircd/s_auth.c
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: `POLLWRNORM' 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.)
make: *** [s_bsd.o] Error 1

where do I wrong?

Michele Cerioni