Path: utzoo!attcan!uunet!zephyr.ens.tek.com!uw-beaver!milton!dali.cs.montana.edu!uakari.primate.wisc.edu!samsung!usc!elroy.jpl.nasa.gov!aero!swed From: swed@aerospace.aero.org (Gregory D. Swedberg) Newsgroups: comp.sys.sgi Subject: Re: XViews Keywords: xview Message-ID: <89677@aerospace.AERO.ORG> Date: 25 Oct 90 19:52:23 GMT References: <1990Oct13.160932@crocus.medicine.rochester.edu> Organization: The Aerospace Corporation, El Segundo, CA Lines: 17 I have gotten both XView 1.0 and 2.0 working on the IRIS under 3.3 in the past couple weeks with the help of some patches from someone at SGI. X-View requires sigvec which is not supported before IRIX 3.3. The patches I had are for 1.0 but the same basic changes work in 2.0. Pretty much everything works except I am having problems with pop-up menus sometimes not drawing until the curor is moved over each item and the selected item is usually drawn with black text on a black background. I'm not sure if this is a general problem with XView which I should try to fix or just a set up problem. Some of the patches I made to get it to work, I didn't do cleanly with '#ifdef sgi', but I will clean that up eventually. Also, not being a pro with Imake I had a real problem getting the include files to be moved correctly so I ended up changing a rule in Imake.rules which I know is a no-no. Anyway if you want the changes I made I could probably generate a patch file.