From: "Dan, Ho Jin" Newsgroups: comp.os.msdos.djgpp Subject: Re: Trying to compile C++ Date: Wed, 29 Apr 1998 23:27:07 +0900 Organization: Set your organization ($ORGANIZATION) Lines: 30 Message-ID: <354738BB.DBDE8EC3@cais.kaist.ac.kr> References: <3546A4BD DOT A752A564 AT NOSPAMmindless DOT com> NNTP-Posting-Host: casad4.kaist.ac.kr Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk i suggest that you check your c++ settings. first, compile it using g++, don't you have g++? then somthing is missed. second, when it goes well with g++, check your rhide environment file in ..\share\rhide\rhide.env you can add "RHIDE_TYPED_LIBS_DJGPP.cc=stdcxx" in the last line. vic wrote: > I am having a lot of trouble getting rhide to compile even the simplest > C++ programs. When I try to compile the following program: > > I get the following error message: > > ¦ Compiling: a:/old/planet.cpp > ¦ a:/old/planet.cpp(1) In file included from > a:/old/planet.cpp:1: _ > ¦ c:/djgpp/lang/cxx/iostream.h(91) Error: parse error before > `__extension__' _ > ¦ c:/djgpp/lang/cxx/iostream.h(208) Error: parse error before > `__extension__' _ > ¦ There were some errors > > Does anyone have any ideas on what I'm doing wrong. > > Vic > Vic9 AT NOSPAMmindless DOT com > remove NOSPAM to email me.