Hi, there's seems to be a bug under Linux that I can't reproduce under windows.
To triger it, go to /flightgear/src/main/fg_init.cxx and "change" WeatherDatabase = FGLocalWeatherDatabase::theFGLocalWeatherDatabase; to WeatherDatabase = FGLocalWeatherDatabase::theFGLocalWeatherDatabase; WeatherDatabase -> bind(); David is now seeing a seg fault (even after a make distclean, which cured the problem for me). Who can reproduce it? Does anybody have an idea how to fix it? I think this happens as there was code inlined (in an extra *.inl file) which isn't inlined anymore and now the compiler thinks that code is inclued in the header, but it isn't anymore. (That's the reason why it didn't work for me the fist time, but after a clean it did) I hope that someone can help. CU, Christian -- The idea is to die young as late as possible. -- Ashley Montague Whoever that is/was; (c) by Douglas Adams would have been better... _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
