On Sun, Apr 10, 2011 at 12:24 PM, Arnt Karlsen <[email protected]> wrote: > Hi, > > ..simgear(?) link error output, compile log link below: > in function vtable for > simgear::SGPagedLOD:SGPagedLOD.cxx(.rodata._ZTVN7simgear10SGPagedLODE+0x110): > error: undefined reference to > 'osg::PagedLOD::removeExpiredChildren(double, int, > std::vector<osg::ref_ptr<osg::Node>, > std::allocator<osg::ref_ptr<osg::Node> > >&)'
This usually happens if you have multiple versions of OSG installed and the build process happens to find headers for one version, while using the libraries of another version for linking. The general advice is, don't ever have two versions of OSG installed at the same time, no matter what prefix. -- Csaba/Jester ------------------------------------------------------------------------------ Xperia(TM) PLAY It's a major breakthrough. An authentic gaming smartphone on the nation's most reliable network. And it wants your games. http://p.sf.net/sfu/verizon-sfdev _______________________________________________ Flightgear-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/flightgear-devel

