Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!tut.cis.ohio-state.edu!ucbvax!bloom-beacon!EXPO.LCS.MIT.EDU!rws From: rws@EXPO.LCS.MIT.EDU (Bob Scheifler) Newsgroups: comp.windows.x Subject: Re: structure of include files in the R4 source tree Message-ID: <9001101357.AA02544@expire.lcs.mit.edu> Date: 10 Jan 90 13:57:34 GMT References: <2773@goanna.oz.au> Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 16 But the structure of mit/X11 is such that Command.h is in a subdirectory (Xaw). The Athena Widget header files moved between R3 and R4. We warned people about this on this list at least once before R4 came out. R4 provides a compatibility mechanism. If you want to build R3 clients without modifications, you wanted to set #define InstallOldHeaderFiles YES in your configuration file. You can do that now, then do the following: cd /lib/Xaw make Makefile make depend make install