Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Apr 1998 00:22:59 +0200
From:      Gary Jennejohn <garyj@peedub.muc.de>
To:        "Michael E. Mercer" <mercer28@gte.net>
Cc:        me@FreeBSD.ORG, ports@FreeBSD.ORG
Subject:   Re: FreeBSD Port: xemacs-20.3 
Message-ID:  <199804222222.AAA06381@peedub.muc.de>
In-Reply-To: Your message of "Tue, 21 Apr 1998 20:31:14 EDT." <353D3A52.10314648@gte.net> 

next in thread | previous in thread | raw e-mail | index | archive | help
"Michael E. Mercer" writes:
>Got a problem trying to compile this port....
>Need help.
>
>later
>Michael
>------------------------------------------------------------------
>cc -c -O  -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include
>-I/usr/dt/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
>*** Error code 2

this is a side effect of the jpeg port. Edit /usr/local/include/jpeglib.h
and change this line:
#define JPEG_LIB_VERSION  8     /* Version 6b */
to this:
#define JPEG_LIB_VERSION  80     /* Version 6b */

regarding your mail about xpm, are you 100% certain that xpm is installed ?
Do an ls of /var/db/pkg and see if xpm appears in there.

---
Gary Jennejohn
Home - garyj@muc.de
Work - garyj@fkr.dec.com



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



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