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

Re: your mail



On May 30, Krzysztof Czuma wrote:
| 
| irc2.10.2.p1
| 
| SunOS amber 5.7 Generic i86pc i386 i86pc
| 
| GCC 2.8.1
| 
| gmake all
| ...
| 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:110: `LINES' undeclared (first use in this function)
| ../irc/c_bsd.c:110: (Each undeclared identifier is reported only once
| ../irc/c_bsd.c:110: for each function it appears in.)
| gmake: *** [c_bsd.o] Error 1     

this is only about the client, the server should compile
fine.
it's probably something wrong with the [n]curses detection
and configuration done by the configure script.