I've been trying to compile Bochs on OS X, being as I have XTools I'm trying to use its X windows interface. Remarkably these are the only make errors I'm getting
x.cc:25: X11/Xlib.h: No such file or directory
x.cc:26: X11/Xutil.h: No such file or directory
x.cc:27: X11/Xos.h: No such file or directory
x.cc:28: X11/Xatom.h: No such file or directory
x.cc:29: X11/keysym.h: No such file or directory
make[1]: *** [x.o] Error 1
make: *** [gui/libgui.a] Error 2
Any thoughts on how to deal with this? Those libraries are in usr/X11R6/include/X11 - but even after I changed x.cc it still gave the no such file or directory error.