Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jan 2001 12:30:59 -0600 (CST)
From:      Mike Meyer <mwm@mired.org>
To:        Arcady Genkin <antipode@thpoon.com>
Cc:        questions@freebsd.org
Subject:   Re: Fail to build ghostscript6 port
Message-ID:  <14943.19811.464748.366589@guru.mired.org>
In-Reply-To: <117108661@toto.iv>

next in thread | previous in thread | raw e-mail | index | archive | help
Arcady Genkin <antipode@thpoon.com> types:
> I'm trying to build ghostscript6 port on 4.2-S with
> XFree86-libraries-4.0.1_2 installed from ports.
> 
> I'm getting the following error:
> 
> ,----
> | ./obj/echogs -e .dev -w- -l-obj ./obj/compfont -include \
> |          ./obj/psf0lib ./obj/psf0read
> | gmake: *** No rule to make target `jpeg/jpeglib.h', needed by \
> |          `obj/jpeglib0.h'.  Stop.
> | *** Error code 2
> | 
> | Stop in /usr/ports/print/ghostscript6.
> `----
> 
> One possible reason may that the port depends on XFree-3.3.6, and I
> have version 4.0.1 of the libraries installed.

jpeglib.h is in the jpeg port (/usr/ports/graphics/jpeg). My copy of
the ghostscript6 port has that as a dependency. You should check for
that in ${PREFIX}/include, and if it's not there, install the jpeg
port.

> Is there a workaround?

Well, if you're running 4.0, you need set set XFREE86_VERSION=4 in
/etc/make.conf.

	<mike
--
Mike Meyer <mwm@mired.org>			http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.


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




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