Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!asuvax!ncar!boulder!grunwald From: grunwald@foobar.colorado.edu (Dirk Grunwald) Newsgroups: comp.windows.x Subject: Re: structure of include files in the R4 source tree Message-ID: <15497@boulder.Colorado.EDU> Date: 10 Jan 90 15:59:45 GMT References: <2773@goanna.oz.au> <90Jan10.084134est.2576@neat.cs.toronto.edu> Sender: news@boulder.Colorado.EDU Reply-To: grunwald@foobar.colorado.edu Organization: University of Colorado at Boulder Lines: 24 In-reply-to: moraes@cs.toronto.edu's message of 10 Jan 90 13:41:53 GMT >>>>> On 10 Jan 90 13:41:53 GMT, moraes@cs.toronto.edu (Mark Moraes) said: Mark> dmh@goanna.oz.au (Darren Hosking) writes: >I assume the contributed clients would be buildable from the source tree >(since we are still running R3 until R4 is completely built) as in R3, but >it doesn't appear to be the case. ..omitted.. Mark> If you want the contrib to compile, it may be better to #define Mark> InstallOldHeaderFiles YES in your site.def (Default distribution Mark> setting is NO) Of course, you can instead keep it at NO and fix all the Mark> software that breaks, which is The Better Way but involves a tad more Mark> work. (if you do the latter, many of us would be very grateful if you Mark> posted the fixes) --- another alternative is to change your site.def to use e.g. -I/usr/local/include/X11 -I/usr/local/include/X11/Xaw for includes & and then make a symlink ln -s /usr/local/include/X11/Xaw /usr/local/include/X11/Xaw/X11 of course, this is gross, but it saves you the hassle of changing tons of source.