From owner-freebsd-ports Sat Apr 5 04:57:23 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA06184 for ports-outgoing; Sat, 5 Apr 1997 04:57:23 -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 EAA06179 for ; Sat, 5 Apr 1997 04:57:16 -0800 (PST) Received: from localhost by ns.usac.edu.gt; (5.65/1.1.8.2/10Jan97-1037AM) id AA26623; Sat, 5 Apr 1997 06:55:42 -0600 Date: Sat, 5 Apr 1997 06:55:42 -0600 (GMT-0600) From: Victor Manuel Carranza Gonzalez To: Tim Vanderhoek 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 Fri, 4 Apr 1997, Tim Vanderhoek wrote: > On Fri, 4 Apr 1997, Victor Manuel Carranza Gonzalez wrote: > > > > > Can somebody help me, please? I already tried the port's maintainer but > > got no response... the forward below is self explanatory. > > 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: >From root@chabela.usac.edu.gt Sat Apr 5 06:53:39 1997 Date: Sat, 5 Apr 1997 06:54:53 -0600 (CST) From: Charlie Root To: victor@usac.edu.gt Checksums OK. ===> Configuring for irc-2.9.1.16 Configuring FreeBSD-2.1.5 creating cache ./config.cache checking for gcc... gcc checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking how to run the C preprocessor... gcc -E checking for POSIXized ISC... no checking for AIX... no checking whether gcc needs -traditional... no checking for sum... no checking for cksum... /usr/bin/cksum checking for -lcrypt... yes checking for -lsocket... no checking for -lnsl... no checking for sys/syslog.h... yes checking for stdlib.h... yes checking for stddef.h... yes checking for sys/malloc.h... yes checking for sys/param.h... yes checking for unistd.h... yes checking for string.h... yes checking for strings.h... yes checking for sys/cdefs.h... yes checking for arpa/inet.h... yes checking for arpa/nameser.h... yes checking for resolv.h... yes checking for sys/bitypes.h... no checking for netdb.h... yes checking for index... yes checking for strerror... yes checking for strtoken... no checking for strtok... yes checking for inet_addr... yes checking for inet_aton... yes checking for inet_ntoa... yes checking for inet_netof... yes checking for bcopy... yes checking for bzero... yes checking for bcmp... yes checking for gettimeofday... yes checking for getrusage... yes checking signal implimentation checking for sigaction... yes checking for non-blocking... posix checking for sys_errlist declaration... yes updating cache ./config.cache creating ./config.status creating Makefile creating version.c.SH creating sums creating setup.h Next cd FreeBSD-2.1.5, edit config.h and run make to build ===> Building for irc-2.9.1.16 Building ircd gcc -g -O -DHAVE_CONFIG_H -I. -I../include -c ../ircd/channel.c gcc -g -O -DHAVE_CONFIG_H -I. -I../include -c ../ircd/class.c gcc -g -O -DHAVE_CONFIG_H -I. -I../include -c hash.c gcc -g -O -DHAVE_CONFIG_H -I. -I../include -DDPATH=\"/usr/local/lib/ircd\" -c ../ircd/ircd.c ../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 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. Any ideas? Thanks Victor