home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / windows / x / 20751 < prev    next >
Encoding:
Internet Message Format  |  1993-01-05  |  2.5 KB

  1. Path: sparky!uunet!bcstec!bcsaic!sundry!sdc!cek
  2. From: cek@sdc.boeing.com (Conrad Kimball)
  3. Newsgroups: comp.windows.x
  4. Subject: Re: Where is vtwm for R4?
  5. Message-ID: <7710@fury.BOEING.COM>
  6. Date: 4 Jan 93 20:16:57 GMT
  7. References: <1992Dec30.153739.185922@ipgaix.unipg.it>
  8. Sender: news@sdc.boeing.com
  9. Organization: Boeing Computer Services, Seattle, WA
  10. Lines: 75
  11. Nntp-Posting-Host: zulu
  12.  
  13. In article <1992Dec30.153739.185922@ipgaix.unipg.it>, luca@dedalo.unipg.it (Luca Priorelli) writes:
  14. |> Where can I get vtwm for R4?
  15.  
  16. I use the version on export.lcs.mit.edu, contrib/vtwm-5.0.tar.Z, along
  17. with the patch file also on export, contrib/vtwm-5.0.patch1.  I then
  18. apply the following patch to build it in an R4 environment:
  19.  
  20. *** Imakefile.orig    Wed Feb 19 09:50:56 1992
  21. --- Imakefile    Sun Oct 18 22:34:39 1992
  22. ***************
  23. *** 1,3 ****
  24. --- 1,5 ----
  25. + #define XCOMM #
  26.   XCOMM $XConsortium: Imakefile,v 1.33 91/07/17 00:48:06 gildea Exp $
  27.   XCOMM
  28.   XCOMM Here is an Imakefile for vtwm.  It depends on having TWMDIR defined
  29. ***************
  30. *** 30,36 ****
  31.   depend:: lex.c gram.c deftwmrc.c 
  32.   
  33.   ComplexProgramTarget(vtwm)
  34. ! InstallNonExecFile(system.vtwmrc,$(TWMDIR))
  35.   
  36.   gram.h gram.c: gram.y
  37.       yacc $(YFLAGS) gram.y
  38. --- 32,38 ----
  39.   depend:: lex.c gram.c deftwmrc.c 
  40.   
  41.   ComplexProgramTarget(vtwm)
  42. ! InstallNonExec(system.vtwmrc,$(TWMDIR))
  43.   
  44.   gram.h gram.c: gram.y
  45.       yacc $(YFLAGS) gram.y
  46. *** twm.h.orig    Sun Oct 18 22:42:48 1992
  47. --- twm.h    Sun Oct 18 22:43:43 1992
  48. ***************
  49. *** 42,48 ****
  50.   #include <X11/Xutil.h>
  51.   #include <X11/cursorfont.h>
  52.   #include <X11/extensions/shape.h>
  53. ! #include <X11/Xfuncs.h>
  54.   
  55.   #ifndef WithdrawnState
  56.   #define WithdrawnState 0
  57. --- 42,48 ----
  58.   #include <X11/Xutil.h>
  59.   #include <X11/cursorfont.h>
  60.   #include <X11/extensions/shape.h>
  61. ! /* #include <X11/Xfuncs.h> */
  62.   
  63.   #ifndef WithdrawnState
  64.   #define WithdrawnState 0
  65. ***************
  66. *** 309,315 ****
  67.   #define TBPM_MENU ":menu"    /* name of titlebar pixmap for menus */
  68.   #define TBPM_QUESTION ":question"    /* name of unknown titlebar pixmap */
  69.   
  70. ! #include <X11/Xosdefs.h>
  71.   #ifndef X_NOT_STDC_ENV
  72.   #include <stdlib.h>
  73.   #else
  74. --- 309,315 ----
  75.   #define TBPM_MENU ":menu"    /* name of titlebar pixmap for menus */
  76.   #define TBPM_QUESTION ":question"    /* name of unknown titlebar pixmap */
  77.   
  78. ! /* #include <X11/Xosdefs.h> */
  79.   #ifndef X_NOT_STDC_ENV
  80.   #include <stdlib.h>
  81.   #else
  82.  
  83. --
  84. Conrad Kimball       | Client Server Tech Services, Boeing Computer Services
  85. cek@sdc.boeing.com   | P.O. Box 24346, MS 7A-35
  86. (206) 865-6410       | Seattle, WA  98124-0346
  87.