home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / next / programm / 6035 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  3.0 KB

  1. Path: sparky!uunet!mcsun!Germany.EU.net!sbsvax!coli-gate.coli.uni-sb.de!coli-gate!brueck
  2. From: brueck@inm.uni-sb.de (Stefan Brueck)
  3. Newsgroups: comp.sys.next.programmer
  4. Subject: Summary: X windows development on NeXT computers
  5. Message-ID: <BRUECK.92Sep7175642@inmsol.inm.uni-sb.de>
  6. Date: 7 Sep 92 16:56:42 GMT
  7. Sender: news@coli.uni-sb.de (Usenet news system)
  8. Distribution: comp
  9. Organization: Institute for New Materials (INM), Saarbr"ucken, Germany.
  10. Lines: 70
  11.  
  12. hi!
  13.  
  14. thanks for the (unexpected many) answers to my question:
  15.  
  16. > Perhaps a rather strange question of mine: Is it possible to use the NeXT
  17. > computer with its UNIX as cross development system for programming X Windows?
  18. > Did anyone something similar before?
  19.  
  20. here is the SUMMARY of the answers
  21. ##################################
  22.  
  23. From: Alex D. Nghiem <alex@pencom.com>
  24. -----
  25. You can do it, although you have to obtain the X distribution for the NeXT  
  26. computers.  There are several sources:
  27.  
  28. 1. co-Xist (produced by us)
  29. 2. mouse-X (public domain)
  30. 3. XNeXT (public domain)
  31. 4. cub'X (produced by cub'X)
  32. 5. eXodus (produced by White Pine)
  33.  
  34. Once you have the libraries installed, you can compiled your X code just as  
  35. you would on any other Unix machines.  If you need more information on  
  36. co-Xist or X in general, please send mail to co-Xist_info@pencom.com.
  37.  
  38.  
  39. From: rs05%asylum@gte.com (Russ Sasnett)
  40. -----
  41. with a monochrome station, the public domain
  42. Mouse-X (from MacGill (sp?)) distribution works
  43. fabulously. i hacked on a number of programs with
  44. it, and found it to be stable and "standard",
  45. not to mention very fast.
  46.  
  47. now i've upgraded to a color station. i purchased
  48. CubX and it works great as well. i think you should
  49. go commercial if you need a color X server on the
  50. NeXT; the PD stuff was not very good last i checked.
  51.  
  52. for my purposes, i like CubX because i can run the
  53. X server in full-screen mode; that way i can see
  54. exactly what an X user would see on their screen.
  55. this is also important for making sure you handle
  56. window manager interactions correctly. CubX will
  57. also do the rootless windows thing if that's what
  58. you want.
  59.  
  60.  
  61. From: William.Pietri@umich.edu <william@stat.lsa.umich.edu>
  62. -----
  63. Yes.  Under the hood, the NeXT is a real live Unix box.  You can install
  64. all the standard X stuff on it and work with it happily.  An added bonus
  65. of using the NeXT is that NextStep allows you to prototype your program
  66. much more easily.  If you do your program first in NextStep and then port
  67. it to X, the end product should be much better and the development time
  68. should be lessened.
  69.  
  70.  
  71. From: Paul Poh <ppoh@amethyst.tcs.tufts.edu>
  72. -----
  73. It not such a strange question at all :-) Actually, i plan to do some X
  74. work on my NeXT. I've spend some considerable time getting an X11R5 server
  75. to work properly on my NeXT. I've even got so far as to replace NeXTstep's
  76. GUI with X. The libraries will build fairly easily on a NeXT but the server
  77. is more of a problem. There are several commercial and pd X server ports
  78. available. Check out the FAQ for comp.sys.next.*. 
  79.  
  80. thanks!
  81. stefan
  82.