Subject: libXpm compile errors
To: None <port-mac68k@NetBSD.ORG>
From: Amitai Schlair <ays@k2.scl.cwru.edu>
List: port-mac68k
Date: 01/10/1998 00:55:23
I tried compiling libXpm (found it at www.plig.org/xwinman/, in the 
fvwm95 section) on NetBSD 1.3, but I keep running into 'missing file' 
errors. Here's the result of my attempt to compile using the second 
(non-Imake) method in the INSTALL file:

----

% make -f Makefile.noX
making all in ./lib...
+ mkdir ../X11
rm -f ../X11/xpm.h;  ln -s ../lib/xpm.h ../X11
cc -O -DZPIPE  -c data.c
In file included from xpmP.h:43,
                 from data.c:41:
xpm.h:72: X11/Xlib.h: No such file or directory
xpm.h:73: X11/Xutil.h: No such file or directory
*** Error code 1

Stop.
making all in ./sxpm...
cc -O -I..   -c sxpm.c
sxpm.c:42: X11/StringDefs.h: No such file or directory
sxpm.c:43: X11/Intrinsic.h: No such file or directory
sxpm.c:44: X11/Shell.h: No such file or directory
sxpm.c:45: X11/extensions/shape.h: No such file or directory
In file included from sxpm.c:48:
../X11/xpm.h:72: X11/Xlib.h: No such file or directory
../X11/xpm.h:73: X11/Xutil.h: No such file or directory
*** Error code 1

Stop.
*** Error code 1

Stop.

----

I got similar errors about missing files when using Imake. Any ideas how 
to fix this?

- Amitai