*BSD News Article 86773


Return to BSD News archive

#! rnews 2924 bsd
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.mel.connect.com.au!news.syd.connect.com.au!phaedrus.kralizec.net.au!news.mel.aone.net.au!grumpy.fl.net.au!news.webspan.net!newsfeeds.sol.net!news-xfer.netaxs.com!feed1.news.erols.com!howland.erols.net!news.sprintlink.net!news-peer.sprintlink.net!uunet!in2.uu.net!142.77.1.4!news.uunet.ca!not-for-mail
From: Mike Kerr <mkerr@kerris.com>
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: FreeBSD Ports Collection: xpm-3.4j Problems Installing
Date: Wed, 22 Jan 1997 13:16:16 -0500
Organization: UUNET Canada News Transport
Lines: 63
Message-ID: <32E6594F.41C67EA6@kerris.com>
NNTP-Posting-Host: nuada.kerris.com
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.01 (X11; I; FreeBSD 2.1.0-RELEASE i386)
Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:34044

Hi.  I have recently installed XFree86-3.2 on my system.  I'm running
FreeBSD 2.1.5-RELEASE currently, but will be upgrading to 2.2 when the
release CD comes out.  But that's beside the point...

I'm trying to install the xpm-3.4j package from the FreeBSD ports tree
so that I can configure various other graphics stuff on my system.  Most
of the graphics programs I am trying to install from the ports section
are complaining about imake.  The error I keep getting is:


Checksums OK.
===>  Building for xpm-3.4j
make: don't know how to make all. Stop
*** Error code 2
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.


Now, this is what is in the Makefile:

# 1 "Imakefile.c"

There is also a Makefile.noX which the README suggests I try, and it
appears as if that's what the port is configured for.  So if I copy it
to Makefile and try compiling, I get the following:

Checksums OK.
===>  Building for xpm-3.4j
making all in ./lib...
cc -O -DZPIPE -c data.c
In file included from XpmI.h:45,
                 from data.c:41:
xpm.h:76: X11/Xlib.h: No such file or directory
xpm.h:77: X11/Xutil.h: No such file or directory
*** Error code 1

Stop.
making all in ./sxpm...
cc -O -I..  -c sxpm.c
sxpm.c:36: X11/StringDefs.h: No such file or directory
sxpm.c:37: X11/Intrinsic.h: No such file or directory
sxpm.c:38: X11/IntrinsicP.h: No such file or directory
sxpm.c:39: X11/Shell.h: No such file or directory
sxpm.c:44: X11/extensions/shape.h: No such file or directory
In file included from sxpm.c:47:
../X11/xpm.h:76: X11/Xlib.h: No such file or directory
../X11/xpm.h:77: X11/Xutil.h: No such file or directory
*** Error code 1

The files indeed are not on my system anywhere.  I'm boggled.  Surely
*someone* out there has installed this port.  I'm pretty sure I'm
overlooking something, but I've gone over all the stuff I have and can't
find more detailed instructions.  The README seems straightforward and
the FAQ doesn't hav any reference to installation problems in it.

Help!  

Thanks!

Mike.