Dan D wrote : > 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
This is fixed in CVS > 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 I think that too. > 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 ... Try to get the latest development branch from CVS with WinCVS. I posted a bunch of patches last week. You certainly would have to tweak the project file yourself because the .dsp file is not updated regularly. It certainly miss some files. Cheers, -Fred _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
