home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / att / 2139 < prev    next >
Encoding:
Text File  |  1992-09-03  |  1.3 KB  |  32 lines

  1. Newsgroups: comp.sys.att
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!rpi!psinntp!psinntp!cooper!hak
  3. From: hak@alf.cooper.edu (Jeff Hakner)
  4. Subject: Re: Streams problem on SysV R3.1
  5. Message-ID: <1992Sep2.024300.26633@alf.cooper.edu>
  6. Organization: The Cooper Union ( NY, NY )
  7. References: <1992Aug29.011644.11990@sactoh0.sac.ca.us>
  8. Date: Wed, 2 Sep 1992 02:43:00 GMT
  9. Lines: 21
  10.  
  11. in article <1992Aug29.011644.11990@sactoh0.sac.ca.us>, dwj@sactoh0.sac.ca.us (Daniel W. James) says:
  12. > I am having a rather interesting problem with my 3B2/310...
  13. > I just downloaded pcomm (a Procomm look-a-like for unix) from GEnie (Yah,
  14. > could have done it cheaper, but I was Anxious).  Anyway, although one of
  15. > the readme files says that <R3.2 people are out of luck, it's configuration
  16. > file tells me I have everything I need to compile the program.
  17. > The problem is that one or more of the source files contains 
  18. > #include <sys/stream.h>
  19. > which in itself is not a problem.  The problem is in the header file, I get
  20. > the following:
  21. > "/usr/include/sys/stream.h", line 19: syntax error
  22. > "/usr/include/sys/stream.h", line 19: cannot recover from earlier errors: goodbye!
  23. > Line 19 looks like this: (from within a structure definition)
  24. >     caddr_t q_ptr;                  /* to private data structure */
  25.  
  26. Make sure <sys/types.h> is included before stream.h
  27.