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