home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / programm / 5246 < prev    next >
Encoding:
Internet Message Format  |  1992-11-10  |  2.0 KB

  1. Xref: sparky comp.unix.programmer:5246 alt.sys.sun:3372
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!usc!sol.ctr.columbia.edu!ursa!buzz
  3. From: buzz@bear.com (Buzz Moschetti)
  4. Newsgroups: comp.unix.programmer,alt.sys.sun
  5. Subject: Re: a question about xview
  6. Message-ID: <BUZZ.92Nov11085708@lion.bear.com>
  7. Date: 11 Nov 92 13:57:08 GMT
  8. References: <1992Nov10.163636.17315@husc3.harvard.edu>
  9. Sender: news@bear.com
  10. Reply-To: buzz@bear.com (Buzz Moschetti)
  11. Distribution: usa
  12. Organization: Bear, Stearns & Co. - FAST
  13. Lines: 33
  14. In-reply-to: mlevin@husc8.harvard.edu's message of 10 Nov 92 21:36:35 GMT
  15.  
  16. In article <1992Nov10.163636.17315@husc3.harvard.edu> mlevin@husc8.harvard.edu (Michael Levin) writes:
  17. >  I have just come into the posession of some C code which runs on a
  18. >  certain sun-4. I tried recompiling it on a different sun-4, and 
  19. >  it is not able to find /usr/include/xview/. What exactly is xview
  20.  
  21. XView is yet another GUI programming toolkit, developed by Sun ostensibly 
  22. as a Sunview -> X migration path.  It implements the OpenLook standard
  23. interface model and is arguably the easiest of the toolkits to learn.  
  24.  
  25. >  (i.e., what relation does Sun's xview have to X11 in general, etc.)
  26. >  and what determines whether a particular sun machine will have it or
  27. >  not? Also, it it possible to easily (i.e., without rewriting all of
  28. >  the graphics code) to recompile a program which uses xview calls on a
  29. >  DecStation or a Silicon Graphics Iris, or is xview only a Sun thing?
  30. >   
  31. XView is shipped with all Suns using OpenWindows; the default place to
  32. find it is /usr/openwin.  The package is also in the public domain.  I
  33. believe it is part of the MIT X11R5 distribution in the contrib/toolkits
  34. area, although I don't know for sure -- I'm using Sun's version.
  35.  
  36. Chekc out comp.windows.open-look for more info.  If you are using a SG
  37. machine, you may want to send mail to:
  38.     Huw Lynch
  39.     lynchh@pride.cs.curtin.edu.au
  40.     huw@gaius.curtin.edu.au
  41. He just posted something in comp.windows.open-look about a patch for
  42. XView on the Irix (s?) architecture.
  43.  
  44. Hope this helps.
  45.  
  46.  
  47.  
  48.  
  49.