Lukasz Szift Hejnak <[EMAIL PROTECTED]> said: > so I changed the order of the args in main.cxx and ended up with: > flightgear/src/Main/main.cxx > lines: 1767-1771 > thesky->build( 550.0, 550.0, 60000.0, 60000.0, > globals->get_ephem()->getNumPlanets(), > globals->get_ephem()->getPlanets(), > globals->get_ephem()->getNumStars(), > globals->get_ephem()->getStars() ); > > it solved the compile problem.. > no it's for testing, but judging from the var names I think it will work > ok > dunno how come this passed compiling for the outhers though... > thx anyway for the response :) >
That really does look like it is an out of date SimGear function you are building against. If you are using cvs is there any chance you've got a file or two tagged so they won't update (e.g. specific version from a past rollback)? Best, Jim _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
