Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!zaphod.mps.ohio-state.edu!think.com!linus!linus!cyclone!bcotton From: bcotton@cyclone.mitre.org (R. T. Cotton) Newsgroups: comp.windows.x Subject: Xt and Motif file locations Message-ID: <1991Feb15.155945.14428@linus.mitre.org> Date: 15 Feb 91 15:59:45 GMT Sender: news@linus.mitre.org (News Service) Organization: Mitre Corporation, McLean, VA Lines: 27 Originator: bcotton@cyclone Nntp-Posting-Host: cyclone.mitre.org The sun4 that I am working on have several different windowing enviroments setup on it. Motif, Sunview, OpenWindows, Openlook etc.. When I run some application such as xclock I get errors such as : Warning: Widget class VendorShell version mismatch (recompilation needed): widget 11004 vs. intrinsics 11003. Warning: Widget class Clock version mismatch (recompilation needed): widget 11004 vs. intrinsics 11003. My LD_LIBRARY_PATH us set to /usr/openwin/lib:/usr/lib/X11 when I set it to /usr/lib/X11:/usr/openwin/lib these errors go away (at least for xclock) I have an application that I am writing in motif, and untill today, at runtime I would get a series of errors, dealing with osfKey. The problem was the KeysymDB file was in the wrong place. But with my LD_LIBRARY_PATH set to /usr/openwin/lib:/usr/lib/X11 these osfKey warnings go away. BUT the warnings about version mismatch appear. OK, no problem, just change my LibraryPath to /usr/lib/X11 right? Nope I get the osfKey warnings again?!?! Can anyone please give me a hint as to what is happening here?` And if possible a list of all X11, Xt, and Motif related files and where they are SUPPOSED to be??? Any help will be appreciated Thanks Bob Cotton bcotton@cyclone.mitre.org