Date: Sat, 5 Apr 1997 15:00:52 -0600 (GMT-0600) From: Victor Manuel Carranza Gonzalez <victor@usac.edu.gt> To: ac199@freenet.hamilton.on.ca Cc: ports@FreeBSD.ORG Subject: Re: Problem compiling IRC server Message-ID: <Pine.OSF.3.93.970405145419.26317A-100000@ns.usac.edu.gt> In-Reply-To: <Pine.BSF.3.95q.970405091117.173B-100000@X2296>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 5 Apr 1997, Tim Vanderhoek wrote: > On Sat, 5 Apr 1997, Victor Manuel Carranza Gonzalez wrote: > > > On Fri, 4 Apr 1997, Tim Vanderhoek wrote: > > > > > > bash# make clean patch > > > bash# vi work/*/include/config.h.dist > > > > > > Find the line ``#define USE_SYSLOG'', (line #295), and erase > > > it. Obviously, this will prevent you from using syslog, but > > > the port will (should) compile... > > > > :-( 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. > > Make it not! > > Make _certain_ that the #define USE_SYSLOG line from > include/ is gone... > > >From the /usr/ports/net/irc/, what does > > bash# grep -R '#define USE_SYSLOG' work > > show? "-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. Victor
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.OSF.3.93.970405145419.26317A-100000>