Skip site navigation (1)Skip section navigation (2)
Date:      24 Apr 1998 14:38:52 -0400
From:      Kevin Street <street@iName.com>
To:        Matthew Thyer <thyerm@camtech.net.au>
Cc:        FreeBSD CURRENT <current@FreeBSD.ORG>, me@FreeBSD.ORG
Subject:   Re: Cant build xemacs20
Message-ID:  <87k98f12v7.fsf@kstreet.interlog.com>
In-Reply-To: Matthew Thyer's message of "Sat, 25 Apr 1998 01:28:35 %2B0930"
References:  <3540B6AB.81B64F05@camtech.net.au>

next in thread | previous in thread | raw e-mail | index | archive | help
Matthew Thyer <thyerm@camtech.net.au> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87k98f12v7.fsf>