Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Mar 1995 23:33:57 -0800 (PST)
From:      "Rodney W. Grimes" <rgrimes@gndrsh.aac.dev.com>
To:        asami@cs.berkeley.edu (Satoshi Asami/=?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=)
Cc:        jmz@cabri.obs-besancon.fr, mark@grondar.za, ports@FreeBSD.org
Subject:   Re: Gripe of the week (tm) :-)
Message-ID:  <199503200733.XAA26037@gndrsh.aac.dev.com>
In-Reply-To: <199503200645.WAA02621@silvia.HIP.Berkeley.EDU> from "Satoshi Asami/=?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=" at Mar 19, 95 10:45:46 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> 
>  * In the simplest case this can be set in the Makefile with eg.
>  *   MAKE_FLAGS=     BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \
>  *                   XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults -f
>  *   (taken from xloadimage)
> 
> Are you sure this is what the user wants?  I thought it is the Xt
> library that determines where to look for app-defaults stuff, so
> unless you built your libXt.so.* to look into someplace else, it would 
> still try to open /usr/X11R6/lib/X11/app-defaults.  No?
> 
> The above looks like it will just change the directories this program
> will get installed into.

Yep, and then you have to go hack up Xt or do what I did, and copy
the app-defaults into /usr/local, since I modify these anyway (and I
hate to loose those changes too) that was the route I choose.

> And replying to Rod's remarks, you can't really do that unless Xt is
> rewritten to be able to look for more than one directory for
> app-defaults.  Also, imake thinks that where the standard X libraries
> are is where you want new libraries to get installed, etc., so you
> also need to rewrite the imake config files if you want to keep the
> "standard" and "optional" X stuff in separate places.

I think this is probably something we should take up with the
XFree86/Xconsortium folks.  It is rather painful to not have the
same flexibility we do with the OS in XFree86.

...

> Satoshi
> 


-- 
Rod Grimes                                      rgrimes@gndrsh.aac.dev.com
Accurate Automation Company                   Custom computers for FreeBSD



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503200733.XAA26037>