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

Re: make client errors on solaris 8 sparc



On Thu, Aug 22, 2002 at 06:42:24PM -0400, TRUCKS, JESSE (AIT) wrote:
> 
> 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

It's not the first time I see someone with Solaris 8 report this
problem, and I have no clue why.

Do you really need the client?

This problem should only happen when you use (n)curses.  Either
check your installation of that, it should define it, or run
configure with --without-ncurses or --without-curses.


Kurt