RE: [Flightgear-devel] Simgear::EasyXML - minimum file set

2004-09-01 Thread Jon Berndt
I can't get "exception.hxx" to compile under Borland C++. I think it may be getting recognized as a C file - not C++. Does anyone know of a directive that can be specified in the file to get the file to be viewed as a C++ file? The compiler is choking on this: using std::string; -or- SG_USING_S

RE: [Flightgear-devel] Simgear::EasyXML - minimum file set

2004-09-01 Thread Jon Berndt
> Note that files in simgear/xml except EasyXML.* are from Expat. So if you > already include Expat in JSBSim, you don't need them. > It also use simgear exceptions ( simgear/structure/exception.hxx ) I think I have successfully commented out references to the simgear exceptions. Jon __

Re: [Flightgear-devel] Simgear::EasyXML - minimum file set

2004-09-01 Thread fredfgfs01
Selon Erik Hofman <[EMAIL PROTECTED]>: > Jon Berndt wrote: > > > Can someone tell me what is the _bare_ set of SimGear files needed to allow > compilation of > > EasyXML? > > I'm afraid you'll have to use the complete SimGear/simgear/xml directory > for it to work correctly. Expat (the library Eas

Re: [Flightgear-devel] Simgear::EasyXML - minimum file set

2004-09-01 Thread Erik Hofman
Jon Berndt wrote: Can someone tell me what is the _bare_ set of SimGear files needed to allow compilation of EasyXML? I'm afraid you'll have to use the complete SimGear/simgear/xml directory for it to work correctly. Expat (the library EasyXML relies upon) has never been considered small ... Er