I am trying to build the delta3d library, however I am not able to link the complied tests delta3d provides. Here is the error I am getting:
libdtAnim.so: undefined reference to `osg::Uniform::getNameID(std::basic_string, std::allocator > const&)' collect2: ld returned 1 exit status
This occurs in the linking CXX executable ../tests/alltests stage.
The only related post I was able to find has something to do with the c++ compiler not recognizing new standards. I have updated from gcc 4.4 and g++ 4.4 to 4.6 on ubuntu 10.04. Any additional information on how to fix the error would be great. I have stepped into the open scene graph source and have found that there is a osg::Uniform::getNameID(std::basic_string, std::allocator > const&); function.