Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uunet!snorkelwacker!apple!sun-barr!decwrl!shlump.nac.dec.com!riscy.dec.com!croton.enet.dec.COM!frank From: frank@croton.enet.dec.COM (Frank Wortner) Newsgroups: comp.sys.dec Subject: Re: Building xrn on a pmax Message-ID: <1529@riscy.dec.com> Date: 27 Nov 89 16:12:51 GMT References: <7095@pt.cs.cmu.edu> Sender: news@riscy.dec.com Organization: Digital Equipment Corporation Lines: 17 In article <7095@pt.cs.cmu.edu>, jwb@lindenthal.cae.ri.cmu.edu (John Baugh) writes: = I compiled xrn on a pmax and it seems to work (mostly) fine. = However, when trying to compile I lacked some /usr/include/X11 = headers that I subsequently grabbed from a convenient place. = These included Dialog.h, Box.h, Scroll.h, etc. (Athena widgets?) = = ... can someone tell me how to find out what = version of the header files I need, and where I might find them? The files you are looking for are in /usr/include/mit/X11. Add -I/usr/include/mit to the C compiler options, and everything should be just fine. Regards, Frank