Date: Fri, 26 Jan 1996 10:44:25 -0800 From: "Binh Do" <binhdo@cs.ubc.ca> To: kelly@fsl.noaa.gov (Sean Kelly) Cc: questions@freebsd.org Subject: Re: Where to get fvwm version 2? Thank you. Message-ID: <9601261044.ZM2144@columbia.cs.ubc.ca> In-Reply-To: kelly@fsl.noaa.gov (Sean Kelly) "Re: Where to get fvwm version 2? Thank you." (Jan 25, 12:35pm) References: <9601251935.AA10855@emu.fsl.noaa.gov>
next in thread | previous in thread | raw e-mail | index | archive | help
On Jan 25, 12:35pm, Sean Kelly wrote: > Subject: Re: Where to get fvwm version 2? Thank you. ": " ": "Edit configure.h. Change the lines FVWMDIR as shown below: ": " ": " #ifdef RENAME_FVWM2 ": " #define FVWM fvwm2 ": " #define FVWMRC ".fvwm2rc" ": "> #define FVWMDIR "/usr/X11R6/lib/X11/fvwm2" ": " /* #define FVWMDIR "/usr/local/X11R6/lib/X11/fvwm2" */ ": " #else ": " #define FVWM fvwm ": " #define FVWMRC ".fvwmrc" ": "> #define FVWMDIR "/usr/X11R6/lib/X11/fvwm" ": " #endif /* RENAME_FVWM2 */ ": " ": "Edit other lines as you see fit. Then ": " ": " xmkmf ": " make Makefiles ": " make ": " make install ": " make install.man ": " ": "That's it! ": " >-- End of excerpt from Sean Kelly As I have fvwm1.24, at first I want this to be fvwm2, and I leave the directive RENAME_FVWM2 and edited the lines Sean told me. But the compilation (with 3rd line - make) reports a syntax error (at line 1001 builtins.c, something like parse error before \). I tried to look at it but it is so long that I did not want to risk myself and thus I edit configure.h, this time removing the directive RENAME_FVWM2 and it works OK, but the old FVWM was wiped out. Thank you for the tips, Sean. Cheers, -- Binh Do Department Of Computer Science University Of BC, Canada
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9601261044.ZM2144>