Greg Veres wrote:
-> me to specify where my Xpm library and include files are found. I need to
-> do this because they are installed with ViewKit in /usr/include/Vk/xpm.h.
-> The astute will realize that xpm.h is not in an X11 directory like normal
-> on this platform. This means that when I tell the .tmpl file where to find
-> my xpm.h file, the compiler still can't find it because the source code
-> tries to include the file in an X11 directory. Here is an excerpt
If you have root just do
# cd /usr/include/Vk/xpm.h
# ln -s . X11
It's a hack, but it should work and will help you out on future compiles
as well.
-Robert Tarrall.-
Unix System/Network Admin
Laboratory for Computational Dynamics
CU - Boulder
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
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 Tue Mar 12 1996 - 17:03:06 GMT