Lukasz Szift Hejnak wrote:
so just today I downloaded the plib, SimGear and FlightGear
all CVS,
the plib didn't compile at start, I had to comment out line 146
from the file plib/src/ssg/ssg.cxx
ssgAddModelFormat ( ".asc",   NULL        , ssgSaveASC ) ;

after that the plib compiled ok, the SimGear compiled out of the box..
and finally I started the Flight Gear... it stopped with this error:

main.cxx: In function `bool fgMainInit(int, char**)':
main.cxx:1771: error: no matching function for call to `SGSky::build(double, double, int, double (*)[3], double, int, double (*)[3], double)'
/usr/local/include/simgear/scene/sky/sky.hxx:240: error: candidates are: void SGSky::build(double, double, double, double, int, double (*)[3], int, double (*)[3])

It looks like you are mixing a CVS version of FlightGear with the stable version of SimGear. It could be that SimGear was already available on your system, but on a different location than where you have placed the new version.


Try removing all simgear related files from your system and install it again to see if that solves this problem.

Erik


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

Reply via email to