Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!usc!apple!bridge2!mips!beldar From: beldar@mips.COM (Gardner Cohen) Newsgroups: comp.sys.dec Subject: Re: Building xrn on a pmax Message-ID: <32210@rimulac.mips.COM> Date: 27 Nov 89 17:52:00 GMT References: <7095@pt.cs.cmu.edu> Lines: 50 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?) Someone else mentioned the correct place to find the include files, which I think are not installed by default. I think the /usr/include/mit stuff is on the 'unsupported' tape. 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??? Check config.h. The latest version of xrn has a #define that addresses your problem. Popups dumped core before we did this. *** config.h~ Thu Nov 2 23:02:21 1989 --- config.h Thu Nov 2 23:36:20 1989 *************** *************** *** 133,141 **** * if popup dialogs cause core dumps or behave strangely, define * ACCELERATORBUG - you will need to do this if you have not installed * MIT patch #8 - this is the case for DEC UWS 2.1 (ULTRIX/RISC) */ ! /* #define ACCELERATORBUG */ /* #define TRANSLATIONBUG */ /* DEC (VMS) X windows release */ /* #define ERRORBUG */ /* DEC (VMS) X windows release */ --- 133,141 ---- * if popup dialogs cause core dumps or behave strangely, define * ACCELERATORBUG - you will need to do this if you have not installed * MIT patch #8 - this is the case for DEC UWS 2.1 (ULTRIX/RISC) */ ! #define ACCELERATORBUG /**/ /* #define TRANSLATIONBUG */ /* DEC (VMS) X windows release */ /* #define ERRORBUG */ /* DEC (VMS) X windows release */ Also, don't forget to set the DOMAIN and HIDDENNET stuff (unless you create all the strange config files that xrn wants). Otherwise, any articles you post look like they came from Berkelely. -- Gardner Cohen beldar@mips.com