[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
compiling errors (POLLWRNORM undeclared)
hi all,
When I try to compile irc2.10.3 on a RedHat 6.0, i586-pc-linux-gnu system
I get the following error.
What might be the problem?
all I did was:
- unpack the archive
- cd to archive's directory
- run ./configure
- cd i586-pc-linux-gnu
* until here everything is ok
- run make all
* and here is the error
I really hope you can help me.
thnx a lot.
regards,
Claudiu Bosioc
bofh:~/src/irc2.10.3/i586-pc-linux-gnu$ make all
gcc -O2 -g -I. -I../ircd -I../common -c -o bsd.o ../common/bsd.c
gcc -O2 -g -I. -I../ircd -I../common -c -o dbuf.o ../common/dbuf.c
gcc -O2 -g -I. -I../ircd -I../common -c -o packet.o ../common/packet.c
gcc -O2 -g -I. -I../ircd -I../common
-DFNAME_USERLOG="\"/usr/local/var/log/ircd/users\""
-DFNAME_CONNLOG="\"/usr/local/var/log/ircd/rejects\"" -c -o send.o
../common/send.c
gcc -O2 -g -I. -I../ircd -I../common -c -o match.o ../common/match.c
gcc -O2 -g -I. -I../ircd -I../common -c -o parse.o ../common/parse.c
gcc -O2 -g -I. -I../ircd -I../common -c -o support.o ../common/support.c
gcc -O2 -g -I. -I../ircd -I../common -c -o channel.o ../ircd/channel.c
gcc -O2 -g -I. -I../ircd -I../common -c -o class.o ../ircd/class.c
gcc -O2 -g -I. -I../ircd -I../common -c -o hash.o hash.c
gcc -O2 -g -I. -I../ircd -I../common
-DIRCDCONF_PATH="\"/usr/local/etc/ircd.conf\"" \
-DIRCDTUNE_PATH="\"/usr/local/var/run/ircd.tune\"" \
-DIRCDMOTD_PATH="\"/usr/local/etc/ircd.motd\"" \
-DIRCD_PATH="\"/usr/local/sbin/ircd\""
-DIAUTH_PATH="\"/usr/local/sbin/iauth\""
\
-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