home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / windows / x / 14522 < prev    next >
Encoding:
Text File  |  1992-07-28  |  2.7 KB  |  74 lines

  1. Newsgroups: comp.windows.x
  2. Path: sparky!uunet!bellahs!gfong
  3. From: gfong@bellahs.com (Gary Fong RD)
  4. Subject: Need help with XTrapV3.2 and MIT X11R5
  5. Message-ID: <1992Jul28.211451.18721@bellahs.com>
  6. Organization: Bell Atlantic Healthcare Systems
  7. Date: Tue, 28 Jul 1992 21:14:51 GMT
  8. Lines: 64
  9.  
  10. XTrappies:
  11.  
  12. I've been trying for a few days now to incorporate XTrapV3.2 into MIT X11R5.
  13. For those of you who have done it without any problems as the docs says should
  14. happen, could you please enlighten me.
  15.  
  16. 1) Which package of XTrap is current; the one released with MIT contrib tapes
  17.    or the standalone version XTrapV3.2.tar.Z?  I ask this because their
  18.    directory hierachy is different.
  19.  
  20. [Refering to XTrapV3.2.tar.Z directroy hierachy from here out]
  21.  
  22. 2) Does the ./contrib/extensions/server/xtrap/build/install.XTrap* really
  23.    work?  I have problems with BOTH sets of linking schemes provided.  The
  24.    first set links ok.  But when compiling, the makefile chdir's into
  25.    the linked contrib source directory and then refers to something via dots
  26.    (../) to something in the MIT directory.  With the second set of links, the
  27.    contrib source files are missed by about 1 or 2 directories.
  28.  
  29. 3) Which patch level of X should XTrap be applied to? Does it even matter?
  30.  
  31. 4) I get rejections from 2 of the patches.  After examining the patches, it
  32.    looks like the author's X source is different than that of MIT's.  Just one
  33.    example, in MIT's ./mit/server/Imakefile, there is this:
  34.  
  35.     XCOMM $XConsortium: Imakefile,v 1.135 91/09/22 10:27:51 rws Exp $
  36.     /*
  37.      * Server Master Makefile
  38.      */
  39.  
  40.     #include <Server.tmpl>
  41.  
  42.     #define StdSubdirs dix os ddx/mi
  43.     #define MFBSubdirs StdSubdirs ddx/mfb
  44.     #define CFBSubdirs MFBSubdirs ddx/cfb
  45.     #define StdLibs $(DIX) $(OS) $(MI) $(EXTENSIONS)
  46.     #define MFBBareLibs $(DIX) $(OS) $(FONT) $(MFB) $(MI)
  47.     #define MFBLibs MFBBareLibs $(EXTENSIONS)
  48.     #define CFBBareLibs $(DIX) $(OS) $(FONT) $(CFB) $(MFB) $(MI)
  49.     #define CFBLibs CFBBareLibs $(EXTENSIONS)
  50.  
  51.    But in the author's patches, the lines after `#include <Server.tmpl>',
  52.    which the patch uses as an anchor, don't exist in both the old and new
  53.    sections.
  54.  
  55.    AND... in the same file, MIT has this line ...`/ospex/libospex.a' while
  56.    in the authors', it has this line ...`/ospex/4.2/libospex.a'.
  57.  
  58.    Again, this is just to name a few.
  59.  
  60. 5) I found that <sys/time.h> has to be included in chparse.c, correct?
  61.  
  62. 6) I found that prototying problems for non-ANSI C in xtrapchar.c, correct?
  63.  
  64. Is there something else, last minute bug fixes maybe, that I should know about?
  65. Is there a more plug-n-play XTrap package out there?  Messing with the things
  66. I did just to get it to compile might have screwed something up.
  67.  
  68. Thanks,
  69. Please email any suggestions to:
  70.  
  71. gfong@bellahs.com
  72. Gary Fong
  73. Bell Atlantic Healthcare System
  74.