I was having troubles running make in my windowmaker directory. It couldn't
find Xlib.h and Xutil.h. If I went into my wrlib directory and manually
edited the .c files that windowmaker was compiling and changed
#include <X11/Xlib.h>
to
#include </usr/X11R6/include/X11/Xlib.h>
then it worked.
However, now window maker is trying to gcc something and -lX11 is one of the
options, so it's blowing up again. It's obvious that it can't use X11 on
it's own to find /usr/X11R6/include/X11, but what do I do? I tried creating
symbolic links in both the window maker root and wrlib directories, but it
didn't work. Help?
Tom