On Wed, Dec 10, 2003 at 10:53:28AM +0200, Erez Kirson wrote:
> Hi all
> 
> Has anyone installed BitchX ( ircii-pana-1.0c19.tar.gz ) on Fedora core 1 ? 
> the "/configure" part was clean but it breaks on gmake
> 
> For some reason im getting 
> 
> 
> status.c:1245:14: pasting "status_user18" and "(" does not give a valid 
> preprocessing token
> status.c:1246:14: pasting "status_user19" and "(" does not give a valid 
> preprocessing token
> gmake[1]: *** [status.o] Error 1
> gmake[1]: Leaving directory `/usr/src/redhat/SOURCES/BitchX/source'
> gmake: *** [BitchX] Error 2

Sounds like gcc-3.2.x doesn't like BithcX's source. This should be
trivial to fix manually, though. Look for something like

#define STUSER18 "stuser18"
#define PAREN "("
printf(STUSER18 PAREN); 

and change it to 
printf("%s%s\n", STUSER18, PAREN); 

Cheers, 
Muli 
-- 
Muli Ben-Yehuda
http://www.mulix.org | http://mulix.livejournal.com/

"the nucleus of linux oscillates my world" - [EMAIL PROTECTED]

Attachment: signature.asc
Description: Digital signature

Reply via email to