home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / hp / 12965 < prev    next >
Encoding:
Text File  |  1992-11-17  |  1.8 KB  |  41 lines

  1. Newsgroups: comp.sys.hp
  2. Path: sparky!uunet!ukma!darwin.sura.net!zaphod.mps.ohio-state.edu!news.acns.nwu.edu!moo.acns.nwu.edu!gellman
  3. From: gellman@moo.acns.nwu.edu (Jim Gellman)
  4. Subject: termio.h on HP9000/827
  5. Message-ID: <gellman.721948355@moo.acns.nwu.edu>
  6. Summary: really goofy
  7. Keywords: goofy
  8. Sender: usenet@news.acns.nwu.edu (Usenet on news.acns)
  9. Organization: Northwestern University, Evanston, Illinois, USA
  10. Date: Mon, 16 Nov 1992 21:12:35 GMT
  11. Lines: 28
  12.  
  13. Our group just purchased two Hewlett-Packard PA-RISC machines -- a 710 and
  14. an 827.  We've been trying to get some of the more commonly used programs
  15. compiled, but with limited success.
  16.  
  17. Specifically, I am trying to get the newsreader "nn" to compile on the 827.
  18. I had some trouble on the 710 with this, but was able to get it to work
  19. by defining a macro that would include "termio.h."  Unfortunately, when
  20. the build failed on the 827 that solution did not work.  A perusal of 
  21. /usr/include and /usr/include/sys on that machine shows that the entities in
  22. question are not defined anywhere in those directories.  Here's the string
  23. of errors I get:
  24.  
  25. cc: "term.c", line 214: error 1574: Unknown size for "winsize".
  26. cc: "term.c", line 216: error 1588: "SIGWINCH" undefined.
  27. cc: "term.c", line 217: error 1588: "TIOCGWINSZ" undefined.
  28. cc: "term.c", line 218: error 1530: Undefined struct or union.
  29. cc: "term.c", line 218: error 1530: Undefined struct or union.
  30. cc: "term.c", line 217: error 1563: Expression in if must be scalar.
  31. cc: "term.c", line 219: error 1530: Undefined struct or union.
  32. cc: "term.c", line 220: error 1530: Undefined struct or union.
  33.  
  34. I'm not very familiar with HPUX yet, so I'd appreciate any pointers from the
  35. net.  Shouldn't these be defined somewhere?
  36.  
  37.  
  38. --
  39. Jim Gellman                    Distributed Systems Analyst
  40. jag@nwu.edu                    Northwestern University ACNS
  41.