Date: Sat, 5 Apr 1997 06:55:42 -0600 (GMT-0600) From: Victor Manuel Carranza Gonzalez <victor@usac.edu.gt> To: Tim Vanderhoek <tim@X2296.usac.edu.gt> Cc: ports@FreeBSD.ORG Subject: Re: Problem compiling IRC server Message-ID: <Pine.OSF.3.93.970405065350.26604A-100000@ns.usac.edu.gt> In-Reply-To: <Pine.BSF.3.95q.970404235012.181B-100000@X2296>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <root@chabela.usac.edu.gt> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.OSF.3.93.970405065350.26604A-100000>