Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!swrinde!elroy.jpl.nasa.gov!decwrl!fernwood!lia!steve From: steve@lia (Stephen Williams) Newsgroups: comp.windows.x Subject: Installing X in a non-standard place Message-ID: <1991Apr17.174510.8122@lia> Date: 17 Apr 91 17:45:10 GMT Reply-To: steve@lia.com (Stephen Williams) Organization: Litton/Integrated Automation, Alameda, California Lines: 16 I have a gripe about XmuLocateBitmapFile. I installed X in a destdir other then root. All the paths for all the applications are in general properly adjusted to search in this destdir. For example, Xsun looks in /lia/X11r4/usr/lib/X11 for the rgb database. XmuLocateBitmapFile looks in /usr/include/X11/bitmaps, and NOT /lia/X11r4/usr/include/X11/bitmaps. It looks like all that is missing is the define -DBITMAPDIR=\"$(DESTDIR)/usr/include/X11/bitmaps\" in the Imakefile to work correctly. Is there a patch for this, or should I do this myself and make a patch? Where do I report this problem? --Steve steve@lia.com