Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!cs.utexas.edu!yale!mintaka!bloom-beacon!EXPO.LCS.MIT.EDU!rws From: rws@EXPO.LCS.MIT.EDU (Bob Scheifler) Newsgroups: comp.windows.x Subject: Re: Building X11R4 on an hp800 system Message-ID: <9001101958.AA03398@expire.lcs.mit.edu> Date: 10 Jan 90 19:58:37 GMT References: Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 14 Now, xman can't find the application defaults directory. Even with the XAPPLRESDIR variable set. XAPPLRESDIR won't solve this problem (it's a long story, you can read the Xt spec if you really want to know). You need to set XFILESEARCHPATH to get around it: setenv XFILESEARCHPATH "/%L/%T/%N%S:/%l/%T/%N%S:/X11/%T/%N%S" But, a better fix is to whack lib/Xt/IntrinsicI.h to set XFILESEARCHPATHDEFAULT and ERRORDB to the right place, and then rebuild. (The right fix is to have this properly controlled in the Imakefile, based on the configuration parameters.)