Date: Sat, 5 Apr 1997 16:40:22 -0500 (EST) From: Tim Vanderhoek <tim@X2296> To: Victor Manuel Carranza Gonzalez <victor@usac.edu.gt> Cc: ac199@freenet.hamilton.on.ca, ports@FreeBSD.org Subject: Re: Problem compiling IRC server Message-ID: <Pine.BSF.3.95q.970405163506.172A-100000@X2296> In-Reply-To: <Pine.OSF.3.93.970405145419.26317A-100000@ns.usac.edu.gt>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 5 Apr 1997, Victor Manuel Carranza Gonzalez wrote: > On Sat, 5 Apr 1997, Tim Vanderhoek wrote: > > > > :-( It did not compile... the new compilation log reads: > > [snip] > > > ../ircd/ircd.c: In function `server_reboot': > > > ../ircd/ircd.c:173: parse error before `)' > > > ../ircd/ircd.c: In function `main': > > > ../ircd/ircd.c:715: parse error before `)' > > > *** Error code 1 > > > > It's still compiling the syslog stuff. > > "-R" appears to be an illegal option to grep (at least in 2.1.5)... but I > did a grep in work/*/include and no file contains that string. I removed > it as you said... then did a "make clean patch" and then a "make" and the > problem remains. If you have a look and the ircd/ircd.c file, you should see that both lines are compiled only if USE_SYSLOG is defined. Umm... After you grep'd work/*/include, you didn't do "make clean patch" again, did you? (The intended order is "make clean patch", find and remove #define USE_SYSLOG in config.h.dist, then "make install" (or build, or whatever). Are we both looking at the same version of irc? irc2.9.1p16 -- tIM...HOEk Who's been messing with my anti-paranoi shot?!
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95q.970405163506.172A-100000>