home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / unix / ultrix / 9020 < prev    next >
Encoding:
Text File  |  1992-12-22  |  2.8 KB  |  64 lines

  1. Newsgroups: comp.unix.ultrix
  2. Path: sparky!uunet!paladin.american.edu!howland.reston.ans.net!usc!zaphod.mps.ohio-state.edu!rpi!ees1a0.engr.ccny.cuny.edu!sci.ccny.cuny.edu!eleni.gc.cuny.edu!timessqr.gc.cuny.edu!timessqr.gc.cuny.edu!mcc
  3. From: mcc@timessqr.gc.cuny.edu (<-NIRVANA->)
  4. Subject: Re: Contrib. X clients for Ultrix v4.3/X11R4?
  5. In-Reply-To: osyjm@cs.montana.edu's message of Fri, 18 Dec 1992 17:43:56 GMT
  6. Message-ID: <MCC.92Dec21135430@timessqr.gc.cuny.edu>
  7. Sender: mcc@timessqr.gc.cuny.edu (<-NIRVANA->)
  8. Organization: Graduate School and University Center, C.U.N.Y, New York
  9. References: <1992Dec17.163921.25717@olaf.wellesley.edu>
  10.     <1992Dec18.174356.23671@coe.montana.edu>
  11. Date: 21 Dec 92 13:54:30
  12. Lines: 50
  13.  
  14. In article <1992Dec18.174356.23671@coe.montana.edu> osyjm@cs.montana.edu (Jaye Mathisen) writes:
  15.  
  16.    In article <1992Dec17.163921.25717@olaf.wellesley.edu> lhawkins@annie.wellesley.edu (R. Lee Hawkins) writes:
  17.    >I'm looking for a source of the following contributed xclients that will
  18.    >compile under Ultrix v4.3/X11R4: 
  19.    >
  20.    >    xcolors
  21.    >    xphoon
  22.    >    xmeter
  23.    >
  24.    > The versions in the contrib dir of 
  25.    >X11R5 give errors like:
  26.    >
  27.    >    Make:  Don't know how to make /usr/lib/libXext.a.  Stop.
  28.    >
  29.    >If there is a way around this error, that would be fine too.
  30.  
  31. According to the RELEASE NOTES, and assuming you have the UNSUPPORTED
  32. MIT subsets installed, you should be able to compile X clients by
  33. adding
  34.  
  35. #define StandardIncludes -I/usr/include/mit
  36.  
  37. to the end of your site.def file in /usr/lib/X11/config directory.
  38. This usually works.  Sometimes it is also necessary to change entries
  39. in the Makefile for libX11.a and libXext.a to libX11-mit.a and
  40. libX11ext-mit.a.  If you are using X11R5 config files without the
  41. X11R5 libraries, you may run into trouble.  If you have the disk
  42. space, the easiest solution is build the X11R5 distribution, specify
  43. ProjectRoot as another path (/usr/local/X comes to mind), install
  44. everything, then use the X11R5 config files to build other clients.
  45. Imake should create the proper Makefiles pointing to the ProjectRoot
  46. paths.  All X11R5 clients in the basic MIT distribution work fine for
  47. me with DEC's R4 Xws server, and most DEC clients (except DPS) work
  48. with the R5 Xdec server.  Of course, I'm running Ultrix 4.2A, but I
  49. don't believe these procedures have changed in 4.3, at least I didn't
  50. notice any new instructions when I saw the 4.3 RELEASE NOTES.
  51.  
  52. I hope this helps,
  53.  
  54. George McClintock
  55. CUNY Graduate School
  56. --
  57. >> The opinions expressed are those of the author and in no way reflect the 
  58. >> opinions or policies of the City University Graduate School, its 
  59. >> agencies, or its personnel.  {:-(  mcc@timessqr.gc.cuny.edu
  60. -- 
  61. >> The opinions expressed are those of the author and in no way reflect the 
  62. >> opinions or policies of the City University Graduate School, its 
  63. >> agencies, or its personnel.  {:-(  mcc@timessqr.gc.cuny.edu
  64.