Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.csd.uwm.edu!uakari.primate.wisc.edu!unmvax!ogccse!orstcs!mist!curtv From: curtv@mist.CS.ORST.EDU (Curt Vandetta) Newsgroups: comp.sys.hp Subject: Bug in 800 C-compiler? Message-ID: <12229@orstcs.CS.ORST.EDU> Date: 25 Aug 89 17:51:42 GMT Sender: usenet@orstcs.CS.ORST.EDU Lines: 24 Hello, Could someone tell me if this is just a problem on my 800 or is it on all 800s. I can't get any program that uses the file "/usr/include/sys/file.h" to compile on my 835, running HP-UX 3.1 Example: #include #include main() { printf("hello\n"); } This Bombs on the 835, it appearently doesn't like the nested structures in /usr/include/sys/file.h, and bombs with an unexpected symbol. But compiles fine on my 370 running HP-UX 6.5 (As I would expect, it's not real tricky) Thanks, Curt