home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / admin / 4798 < prev    next >
Encoding:
Internet Message Format  |  1992-08-31  |  2.0 KB

  1. Path: sparky!uunet!noc.near.net!hri.com!ukma!darwin.sura.net!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!rutgers!ub!galileo.cc.rochester.edu!sherman.pas.rochester.edu!kevin
  2. From: kevin@sherman.pas.rochester.edu (kevin mcfadden)
  3. Newsgroups: comp.unix.admin
  4. Subject: Installing devguide
  5. Message-ID: <1992Aug31.153959.18357@galileo.cc.rochester.edu>
  6. Date: 31 Aug 92 15:39:59 GMT
  7. Sender: news@galileo.cc.rochester.edu
  8. Distribution: na
  9. Organization: University of Rochester
  10. Lines: 30
  11. Nntp-Posting-Host: sherman.pas.rochester.edu
  12.  
  13.  
  14. Hello there!  I have been using devGuide on a university machine for a while now and 
  15. I have now installed it on my own machine (Sun IPX, sunos4.1).  The program itself
  16. works fine but when I try to run make to compile the program I get the following
  17. errors:
  18.  
  19. dsp_gui_ui.c: 11: Can't find include file xview/xview.h
  20. dsp_gui_ui.c: 12: Can't find include file xview/canvas.h
  21. dsp_gui_ui.c: 13: Can't find include file xview/panel.h
  22. dsp_gui_ui.c: 14: Can't find include file xview/scrollbar.h
  23. dsp_gui_ui.c: 15: Can't find include file xview/svrimage.h
  24. dsp_gui_ui.c: 16: Can't find include file xview/termsw.h
  25. dsp_gui_ui.c: 17: Can't find include file xview/text.h
  26. dsp_gui_ui.c: 18: Can't find include file xview/tty.h
  27. dsp_gui_ui.c: 19: Can't find include file xview/xv_xrect.h
  28. /applic/nir/sun4/devguide/include/group.h: 35: Can't find include file xview/xview.h
  29. /applic/nir/sun4/devguide/include/group.h: 36: Can't find include file xview/panel.h
  30.  
  31. Now, the manual says stuff about setting OPENWINHOME and GUIDEHOME, both of which
  32. are set and the devguide program as I said before works fine.  To fix the above
  33. errors I went into the dsp_gui_ui.c file and modified the xview path to be
  34. the full path of that directory.  These errors now disappeared and the above files
  35. could now not even find the files in their own directory.  Is there something wrong
  36. with our openwin setup? Or is there some variables that need to be setup so that the
  37. correct paths are found?
  38.  
  39. Any help is greatly appreciated,
  40.  
  41. Kevin
  42. kevin@sherman.pas.rochester.edu
  43.