I compiled 2.0 on OS X by hand (as opposed to the provided binaries).
Plugin searching is broken out of the box.

It's looking in ~/Library/Application Support/OpenSceneGraph/Plugins,
/Library/Application Support/OpenSceneGraph/Plugins/,
~/Library/Application Support/OpenSceneGraph/Plugins/osgPlugins-2.0.0,
and /Library/Application
Support/OpenSceneGraph/Plugins/osgPlugins-2.0.0. But the plugins were
installed by 'make install' to /usr/local/lib/osgPlugins-2.0.0

Either the plugin search path should be amended to include
/usr/local/lib (so that /usr/local/lib/osgPlugins-2.0.0 is also
searched), or the plugins should be installed in one of those
OSX-specific paths. At the very least, a note to the user about
setting the appropriate environment variable.

It also works if the plugins are placed (or symlinked) into
/usr/local/lib (or any of the default library search paths), so
omitting the osgPlugins-2.0.0 part from the installation path would be
another option.

Cheers

--
Hans Fugal
Fugal Computing
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to