Jon Trulson <j...@radscan.com> writes: > On 06/15/2018 09:11 PM, Matthew R. Trower wrote: >> Hey Jon, I see that you've started working on this a bit. >> >> I had a look at your commits (as I also have an interest in this space), >> and I'm watching this hardcoded line grow: >> --- >> INCLUDES = -I../../include -I/usr/local/include/X11 -I/usr/include/X11 >> -I/usr/X11R6/include/X11 -I../../imports/x11/include/X11 >> --- >> >> >> Might you consider this insted? >> --- >> INCLUDES = -I../../include -I/$(XPROJECTROOT)/include/X11 >> -I../../imports/x11/include/X11 >> --- >> >> >> Patch attached. Test it of course on your available systems, but it >> should work well. It's essentially what you're trying to accomplish >> here. >> > > No, it fails. This is a "bootstrap" Makefile, used to start the ball > rolling. At this point, XPROJECTROOT does not even exist, so it ends > up looking for includes in //include/X11, which of course fails...
What?? How the heck did it work for me? Hmm. What you say makes sense though, and is unfortunate... -mrt ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ cdesktopenv-devel mailing list cdesktopenv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel