home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!bcstec!bcsaic!sundry!sdc!cek
- From: cek@sdc.boeing.com (Conrad Kimball)
- Newsgroups: comp.windows.x
- Subject: Re: Where is vtwm for R4?
- Message-ID: <7710@fury.BOEING.COM>
- Date: 4 Jan 93 20:16:57 GMT
- References: <1992Dec30.153739.185922@ipgaix.unipg.it>
- Sender: news@sdc.boeing.com
- Organization: Boeing Computer Services, Seattle, WA
- Lines: 75
- Nntp-Posting-Host: zulu
-
- In article <1992Dec30.153739.185922@ipgaix.unipg.it>, luca@dedalo.unipg.it (Luca Priorelli) writes:
- |> Where can I get vtwm for R4?
-
- I use the version on export.lcs.mit.edu, contrib/vtwm-5.0.tar.Z, along
- with the patch file also on export, contrib/vtwm-5.0.patch1. I then
- apply the following patch to build it in an R4 environment:
-
- *** Imakefile.orig Wed Feb 19 09:50:56 1992
- --- Imakefile Sun Oct 18 22:34:39 1992
- ***************
- *** 1,3 ****
- --- 1,5 ----
- + #define XCOMM #
- +
- XCOMM $XConsortium: Imakefile,v 1.33 91/07/17 00:48:06 gildea Exp $
- XCOMM
- XCOMM Here is an Imakefile for vtwm. It depends on having TWMDIR defined
- ***************
- *** 30,36 ****
- depend:: lex.c gram.c deftwmrc.c
-
- ComplexProgramTarget(vtwm)
- ! InstallNonExecFile(system.vtwmrc,$(TWMDIR))
-
- gram.h gram.c: gram.y
- yacc $(YFLAGS) gram.y
- --- 32,38 ----
- depend:: lex.c gram.c deftwmrc.c
-
- ComplexProgramTarget(vtwm)
- ! InstallNonExec(system.vtwmrc,$(TWMDIR))
-
- gram.h gram.c: gram.y
- yacc $(YFLAGS) gram.y
- *** twm.h.orig Sun Oct 18 22:42:48 1992
- --- twm.h Sun Oct 18 22:43:43 1992
- ***************
- *** 42,48 ****
- #include <X11/Xutil.h>
- #include <X11/cursorfont.h>
- #include <X11/extensions/shape.h>
- ! #include <X11/Xfuncs.h>
-
- #ifndef WithdrawnState
- #define WithdrawnState 0
- --- 42,48 ----
- #include <X11/Xutil.h>
- #include <X11/cursorfont.h>
- #include <X11/extensions/shape.h>
- ! /* #include <X11/Xfuncs.h> */
-
- #ifndef WithdrawnState
- #define WithdrawnState 0
- ***************
- *** 309,315 ****
- #define TBPM_MENU ":menu" /* name of titlebar pixmap for menus */
- #define TBPM_QUESTION ":question" /* name of unknown titlebar pixmap */
-
- ! #include <X11/Xosdefs.h>
- #ifndef X_NOT_STDC_ENV
- #include <stdlib.h>
- #else
- --- 309,315 ----
- #define TBPM_MENU ":menu" /* name of titlebar pixmap for menus */
- #define TBPM_QUESTION ":question" /* name of unknown titlebar pixmap */
-
- ! /* #include <X11/Xosdefs.h> */
- #ifndef X_NOT_STDC_ENV
- #include <stdlib.h>
- #else
-
- --
- Conrad Kimball | Client Server Tech Services, Boeing Computer Services
- cek@sdc.boeing.com | P.O. Box 24346, MS 7A-35
- (206) 865-6410 | Seattle, WA 98124-0346
-