From: swarsmatt AT aol DOT com (SWars Matt) Newsgroups: comp.os.msdos.djgpp Subject: Re: Parse Error Before '*' Date: 9 Aug 1997 17:55:15 GMT Lines: 25 Message-ID: <19970809175501.NAA04985@ladder02.news.aol.com> NNTP-Posting-Host: ladder02.news.aol.com Organization: AOL http://www.aol.com References: <33EC081E DOT F3E7C86C AT NO_SPAMccds DOT cc DOT monash DOT edu> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Lyle wrote: >Hi, > >I have recently downloaded all of the DJGPP files listed in the readme >file, so to be able to compile C/C++ code. I have installed it as >stated, setting environment variables etc. I then created a project >which i had in Borland Turbo C++ V3.0. When i compile in BTC++ i get no >warnings, no errors. Now i try compile and i am getting a "parser error >before '*'" in a lot of my header files (then of course nothing >compiles). I am to a lost as what i am doing wrong? I have read the FAQ >and only found an extract saying " C++ comments not supported in C" My >code is only C, not C++. Has anyone every experienced this problem and >could advice me on how to rectify the situation. > >Yours thankfully, >Lyle I'm just guessing, but are you using something in your program that is Borland specific and isn't supported by DJGPP? Are you trying to use a Borland header file?