Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!mit-eddie!uw-beaver!tektronix!cae780!hplabs!ucbvax!CS.UCLA.EDU!bilbo.geoff From: bilbo.geoff@CS.UCLA.EDU (Geoff Kuenning) Newsgroups: comp.windows.x Subject: Re: installing in /usr/new/X11 Message-ID: <8710072205.AA17087@ATHENA.MIT.EDU> Date: Wed, 7-Oct-87 17:58:41 EDT Article-I.D.: ATHENA.8710072205.AA17087 Posted: Wed Oct 7 17:58:41 1987 Date-Received: Sat, 10-Oct-87 13:05:12 EDT References: <8710070247.AA12943@milk1.istc.sri.com> Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 15 > From: Bill Wohler > #define COMPILEDDEFAULTFONTPATH LIB/fonts/" > note the tricky placement of the doublequotes (idea from xtrek, actually). Trickiness such as this is not advisable, as X is being ported to many systems with non-PCC-based compilers. (For example, many people have expressed interest in PC ports). Better to construct it in the Makefile: -DCOMPILEDDEFAULTFONTPATH=\"$(LIBDIR)/fonts/\" or with sprintf. Geoff Kuenning geoff@lcc.ucla.edu geoff@ITcorp.com