|
error while trying to install program: "X11/Xlib.h: No such file or directory"
When I type 'make all' I get this error message:
X11/Xlib.h: No such file or directory
along with a short list of parse errors, undeclared variables, and various warnings, all of which I assume are a result of this first error. The process aborts with:
make[1]: *** [set_focus.o] Error 1
make[1]: Leaving directory `/root/rw01/src/libs/minig'
make: *** [minig.a] Error 2
I'm pretty sure that I do have Xlib.h, although it is in a different path, I think. I tried to edit the Makefile to account for this, but I got the exact same series of error messages (except the path was different).
Any help or general direction would be much appreciated. Thanks
nate
|