On Fri, Oct 1, 2010 at 6:41 PM, <fiers...@zonnet.nl> wrote: > I just tried to compile the latest version from GIT, but I am getting > errors: > > libMain.a(splash.o): In function `fgCreateSplashCamera': > /home/mifi/Software/Sources/fgfs8/fgfs/flightgear/src/Main/splash.cxx:292: > undefined reference to `osgText::TextBase::setFont(std::basic_string<char, > std::char_traits<char>, std::allocator<char> > const&)'
Apparently you are not linking against osgText or not against the proper version. Can happen with multiple versions of OSG installed simultaneously and compiler finding one version (for the headers) while linker finding the other for the libraries. Check if -losgText is on the linker command line to determine which of the above applies. -- Csaba/Jester ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ Flightgear-devel mailing list Flightgear-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/flightgear-devel