From owner-freebsd-ports Sat Apr 5 13:03:00 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA27516 for ports-outgoing; Sat, 5 Apr 1997 13:03:00 -0800 (PST) Received: from ns.usac.edu.gt (ns.usac.edu.gt [168.234.52.2]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id NAA27509 for ; Sat, 5 Apr 1997 13:02:43 -0800 (PST) Received: from localhost by ns.usac.edu.gt; (5.65/1.1.8.2/10Jan97-1037AM) id AA27166; Sat, 5 Apr 1997 15:00:52 -0600 Date: Sat, 5 Apr 1997 15:00:52 -0600 (GMT-0600) From: Victor Manuel Carranza Gonzalez To: ac199@freenet.hamilton.on.ca Cc: ports@FreeBSD.ORG Subject: Re: Problem compiling IRC server In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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