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

make client errors on solaris 8 sparc



	Can anyone help me out? The server builds without errors (not
installed or tested yet), but the client does not want to compile. Below are
the make errors:


# make client
gcc -O2 -g -I. -I../irc -I../common -DCLIENT_COMPILE -c -o clbsd.o
../common/bsd.c
gcc -O2 -g -I. -I../irc -I../common -DCLIENT_COMPILE -c -o cldbuf.o
../common/dbuf.c
gcc -O2 -g -I. -I../irc -I../common -DCLIENT_COMPILE -c -o clpacket.o
../common/packet.c
gcc -O2 -g -I. -I../irc -I../common -DCLIENT_COMPILE -c -o clsend.o
../common/send.c
gcc -O2 -g -I. -I../irc -I../common -DCLIENT_COMPILE -c -o clparse.o
../common/parse.c
gcc -O2 -g -I. -I../irc -I../common -DCLIENT_COMPILE -c -o c_bsd.o
../irc/c_bsd.c
../irc/c_bsd.c: In function `client_loop':
../irc/c_bsd.c:126: `LINES' undeclared (first use in this function)
../irc/c_bsd.c:126: (Each undeclared identifier is reported only once
../irc/c_bsd.c:126: for each function it appears in.)
make: *** [c_bsd.o] Error 1


	I have not changed any settings in the Makefile, and the only
changes in config.h are shown below:

DEFAULT #define IRCDWATCH_USE_SYSLOG

CHANGE /* #define IRCDWATCH_USE_SYSLOG */
CHANGE  #undef IRCDWATCH_USE_SYSLOG
---
DEFAULT  #define       CACHED_MOTD

CHANGE  #undef        CACHED_MOTD
---
DEFAULT  #define       CLIENT_FLOOD    1000

CHANGE  #define       CLIENT_FLOOD    4096
---
DEFAULT  #define       SLOW_ACCEPT

CHANGE  /* #define    SLOW_ACCEPT */
CHANGE  #undef        SLOW_ACCEPT 

	I have searched for an answer, and I am stumped. Is this a known
issue? Does anyone have an idea for me?

Thanks!

-- 
Jesse Trucks                 vox: 608.252.2395    
jesse.trucks@xxxxxxx         pgr: 414.515.6914
Systems Analyst              fax: 414.359.7845
SBC Services, Inc.        mobile: 414.870.1468