Paul D. Smith writes:
> I'll bet it's the header that wasn't found. By tradition, X
> headers are #included in the code as <X11/xpm.h>. That means that
> whatever directory you gave to --with-xpm-includes, the compiler
> will add "/X11/xpm.h" to it to find the header. You gave
> /u/asl/opt/usr/openwin/include/X11, so the compiler will be looking
> for /u/asl/opt/usr/openwin/include/X11/X11/xpm.h (note two X11's).
> That probably doesn't exist.
I have in the past noticed a problem building and installing XPM. The
header file was installed to something with a double 'X11' like
/usr/openwin/include/X11/X11/xpm.h. A manual tidy up was needed to
move it to /usr/openwin/include/X11/xpm.h. (The library and
executables were okay.)
--
Pete Forman
Western Geophysical
pete.forman_at_westgeo.com
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Tue Feb 01 2000 - 07:11:52 GMT