This is on HPUX.
The first problem is the order of the libaries when compiling fvwm2.
On my machine at least, -lfvwm2 needs to come before the X libs, as it
uses XLoadQueryFont, which is defined in X11. Currently, it's the last library
in the list.
Secondly, the macro FVWM_CPP, which is used by FvwmCpp to determine where
cpp is, can be set in makefile.h, but there doesn't seem to be an automatic
way for imake to generate a -DFVWM_CPP="whatever" line in FvwmCpp's makefile.
bradym_at_cs.arizona.edu
--
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Thu Feb 08 1996 - 11:26:15 GMT