From owner-freebsd-questions Fri Jan 26 10:44:46 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA17223 for questions-outgoing; Fri, 26 Jan 1996 10:44:46 -0800 (PST) Received: from grolsch.cs.ubc.ca (grolsch.cs.ubc.ca [142.103.6.9]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id KAA17218 for ; Fri, 26 Jan 1996 10:44:44 -0800 (PST) Received: from columbia.cs.ubc.ca (binhdo@columbia.cs.ubc.ca [142.103.4.15]) by grolsch.cs.ubc.ca (8.6.12/8.6.9) with ESMTP id KAA26310; Fri, 26 Jan 1996 10:44:30 -0800 Received: (binhdo@localhost) by columbia.cs.ubc.ca (8.6.12/8.6.12) id KAA02146; Fri, 26 Jan 1996 10:44:27 -0800 From: "Binh Do" Message-Id: <9601261044.ZM2144@columbia.cs.ubc.ca> Date: Fri, 26 Jan 1996 10:44:25 -0800 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> X-Mailer: Z-Mail Lite (3.2.0 5jul94) To: kelly@fsl.noaa.gov (Sean Kelly) Subject: Re: Where to get fvwm version 2? Thank you. Cc: questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-questions@freebsd.org Precedence: bulk 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