From owner-freebsd-current Fri Apr 24 11:41:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA27185 for freebsd-current-outgoing; Fri, 24 Apr 1998 11:41:20 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from kstreet.interlog.com (kstreet.interlog.com [198.53.146.171]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA26731; Fri, 24 Apr 1998 11:39:51 -0700 (PDT) (envelope-from kws@kstreet.interlog.com) Received: (from kws@localhost) by kstreet.interlog.com (8.8.8/8.8.8) id OAA26246; Fri, 24 Apr 1998 14:38:53 -0400 (EDT) (envelope-from kws) To: Matthew Thyer Cc: FreeBSD CURRENT , me@FreeBSD.ORG Subject: Re: Cant build xemacs20 References: <3540B6AB.81B64F05@camtech.net.au> From: Kevin Street Date: 24 Apr 1998 14:38:52 -0400 In-Reply-To: Matthew Thyer's message of "Sat, 25 Apr 1998 01:28:35 +0930" Message-ID: <87k98f12v7.fsf@kstreet.interlog.com> Lines: 34 X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Matthew Thyer writes: > With CTM ports-cur 2297 (the most recent delta) > whilst trying to build xemacs20, I get: > > cc -c -O -pipe -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include > -I/usr/X11R6/include glyphs-x.c > glyphs-x.c:1192: syntax error before `void' > glyphs-x.c:1200: syntax error before `boolean' > glyphs-x.c:1218: syntax error before `void' > glyphs-x.c:1239: syntax error before `void' > glyphs-x.c:1273: syntax error before `void' > gmake[1]: *** [glyphs-x.o] Error 1 > gmake[1]: Leaving directory `/usr/ports/editors/xemacs20/work/xemacs-20.4/src' > gmake: *** [src] Error 2 I saw this too a couple of days ago. If I remember correctly that was caused by an error in jpeglib.h (part of the jpeg-6b port). Try this: --- jpeglib.h.orig Mon Apr 20 22:08:42 1998 +++ jpeglib.h Fri Apr 24 14:37:04 1998 @@ -30,7 +30,7 @@ * Might be useful for tests like "#if JPEG_LIB_VERSION >= 60". */ -#define JPEG_LIB_VERSION 8 /* Version 6b */ +#define JPEG_LIB_VERSION 62 /* Version 6b */ /* Various constants determining the sizes of things. -- Kevin Street street@iName.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message