OK, I tried to find the correct 'somewhere', but not being familiar enough with the cmake setup I haven't been able to rebuild with the implicit -lpcrecpp switch.
I did find that libpcrecpp.so lives in the usual (/usr/lib) place on my system. My LD_CONFIG_PATH contains this location. I would presume this would give the compiler the needed pieces... Maybe this is a version mismatch? Maybe something else? the search continues... -bob On Fri, 30 Nov 2007, Jeremy Moles wrote: > Looks like it wants something from libpcrecpp, but that's news to me... > > Try putting: > > -lpcrecpp > > ...somewhere. > > On Fri, 2007-11-30 at 10:37 -0900, Bob Huebert wrote: >> I've built and am eager to try the latest collada plugin posted by Roger >> James. Thank you for the contribution Roger! >> >> When attempting to load the skintest_1_ID.dae from collada.org's test data >> repository I get an undefined symbol as such: >> >> <snip> >> FindFileInPath() : USING >> /export/staffdata/osg/lib64/osgPlugins-2.2.0/osgdb_dae.so >> DynamicLibrary::getLibraryHandle( >> /export/staffdata/osg/lib64/osgPlugins-2.2.0/osgdb_dae.so) - dlopen(): >> /export/staffdata/osg/lib64/osgPlugins-2.2.0/osgdb_dae.so: undefined >> symbol: _ZN7pcrecpp3Arg12parse_stringEPKciPv >> DynamicLibrary::failed loading "osgPlugins-2.2.0/osgdb_dae.so" >> Warning: Could not find plugin to read objects from file >> "skintest_1_ID.dae". >> osgviewer: No data loaded >> <snip> >> >> Can someone sheds some light on what is going on and how I can correct it? >> >> I'm working a svn draft of the osg trunk from yesterday (added the dae >> plugin manually). My system is FC7 on a SUN dual AMD box with FX3000 >> display hardware. >> >> Thanks! >> >> ________________________________________________________________________ >> Bob Huebert email: [EMAIL PROTECTED] >> Visualization Systems Analyst voice: (907) 450-8638 >> Arctic Region Supercomputing Center FAX: (907) 450-8601 >> University of Alaska Fairbanks WWW: http://www.arsc.edu/ >> _______________________________________________ >> osg-users mailing list >> [email protected] >> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org >> > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

