Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!uwm.edu!psuvax1!news From: melling@cs.psu.edu (Michael D Mellinger) Newsgroups: comp.sys.next Subject: Re: Hope NeXT fixed stdio.h in 2.1 (was: Using c++ Message-ID: Date: 24 Apr 91 02:30:11 GMT References: <1991Apr24.012912.20557@cs.umn.edu> Sender: news@cs.psu.edu (Usenet) Distribution: usa Organization: Penn State Computer Science Lines: 14 In-Reply-To: kirchner@umn-cs.cs.umn.edu's message of 24 Apr 91 01:29:12 GMT Nntp-Posting-Host: sunws5.sys.cs.psu.edu In article <1991Apr24.012912.20557@cs.umn.edu> kirchner@umn-cs.cs.umn.edu (Roger B. Kirchner) writes: I've just tried using cc++ and am finding that it chokes on stdio.h: /usr/include/stdio.h:75: parse error before `new' Copy stdio.h to a directory of your own. Put an underscore in front of new to give you _new. Then add the -Idirectory option to CFLAGS (in the makefile) to include the directory where you put stdio.h. BTW, the problem is new is a reserved word in C++. -Mike