hi I'm a new user (or wannabe user so far :)). I am attempting to compile FlightGear through MSVC++. I have managed to compile plib,zlib, Metakit and SimGear but have run into the following errors compiling FlightGear itself. The readme said to post to this group. Any help greatly appreciated as I am trying to use FG as a component in my final year degree project and time is beginning to run out for me.
Thanks


Compiling...
tower.cxx
C:\New\FlightGear-0.9.1\src\ATC\ground.hxx(141) : warning C4091: 'typedef ' : ignored on left of 'struct Rwy' when no variable is declared
C:\New\FlightGear-0.9.1\src\ATC\tower.hxx(72) : error C2653: 'list<class TowerPlaneRec *,class std::allocator<class TowerPlaneRec *> >' : is not a class or namespace name
C:\New\FlightGear-0.9.1\src\ATC\tower.hxx(72) : error C2146: syntax error : missing ';' before identifier 'tower_plane_rec_list_iterator'
C:\New\FlightGear-0.9.1\src\ATC\tower.hxx(72) : fatal error C1004: unexpected end of file found
towerlist.cxx
C:\New\FlightGear-0.9.1\src\ATC\ground.hxx(141) : warning C4091: 'typedef ' : ignored on left of 'struct Rwy' when no variable is declared
C:\New\FlightGear-0.9.1\src\ATC\tower.hxx(72) : error C2653: 'list<class TowerPlaneRec *,class std::allocator<class TowerPlaneRec *> >' : is not a class or namespace name
C:\New\FlightGear-0.9.1\src\ATC\tower.hxx(72) : error C2146: syntax error : missing ';' before identifier 'tower_plane_rec_list_iterator'
C:\New\FlightGear-0.9.1\src\ATC\tower.hxx(72) : fatal error C1004: unexpected end of file found
ATCVoice.cxx
C:\New\FlightGear-0.9.1\src\ATC\ATCVoice.cxx(154) : error C2653: 'list<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std:
:allocator<char> > > >' : is not a class or namespace name
C:\New\FlightGear-0.9.1\src\ATC\ATCVoice.cxx(154) : error C2065: 'iterator' : undeclared identifier
C:\New\FlightGear-0.9.1\src\ATC\ATCVoice.cxx(154) : error C2146: syntax error : missing ';' before identifier 'tokenListItr'
C:\New\FlightGear-0.9.1\src\ATC\ATCVoice.cxx(154) : error C2065: 'tokenListItr' : undeclared identifier
C:\New\FlightGear-0.9.1\src\ATC\ATCVoice.cxx(175) : error C2679: binary '=' : no operator defined which takes a right-hand operand of type 'class std::list<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class
std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > >::iterator' (or there is no acceptable conversion)
C:\New\FlightGear-0.9.1\src\ATC\ATCVoice.cxx(176) : error C2677: binary '!=' : no global operator defined which takes type 'class std::list<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<
class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > >::iterator' (or there is no acceptable conversion)
C:\New\FlightGear-0.9.1\src\ATC\ATCVoice.cxx(176) : fatal error C1903: unable to recover from previous error(s); stopping compilation
AIMgr.cxx
C:\New\FlightGear-0.9.1\src\ATC\ground.hxx(141) : warning C4091: 'typedef ' : ignored on left of 'struct Rwy' when no variable is declared
C:\New\FlightGear-0.9.1\src\ATC\tower.hxx(72) : error C2653: 'list<class TowerPlaneRec *,class std::allocator<class TowerPlaneRec *> >' : is not a class or namespace name
C:\New\FlightGear-0.9.1\src\ATC\tower.hxx(72) : error C2146: syntax error : missing ';' before identifier 'tower_plane_rec_list_iterator'
C:\New\FlightGear-0.9.1\src\ATC\tower.hxx(72) : fatal error C1004: unexpected end of file found
Generating Code...
Error executing cl.exe.


FlightGear.exe - 16 error(s), 3 warning(s)




_________________________________________________________________
It's fast, it's easy and it's free. Get MSN Messenger today! http://www.msn.co.uk/messenger



_______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to