Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!pt.cs.cmu.edu!lindenthal.cae.ri.cmu.edu!jwb From: jwb@lindenthal.cae.ri.cmu.edu (John Baugh) Newsgroups: comp.sys.dec Subject: Building xrn on a pmax Message-ID: <7095@pt.cs.cmu.edu> Date: 27 Nov 89 14:53:00 GMT Organization: Carnegie Mellon University Lines: 23 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?) Anyway, upon invoking xrn I get the following warning: X Toolkit Warning: Widget class Text version mismatch: widget 7001 vs. intrinsics 11003. In addition, there are certain operations within my xrn that are broken, like goto newsgroup, save article, and some others. By broken I mean xrn goes off into never-never land---I think these operations are *supposed* to prompt the user for information. Perhaps the versions of the header files I snarfed don't match my libXaw.a??? If this is indeed the case, can someone tell me how to find out what version of the header files I need, and where I might find them? Please reply to jwb@cepmax.ncsu.edu. Thanks, John