Thanks bob.  You've earned these bad band photos (almost as good as bad
album covers)...

  http://www.rockandrollconfidential.com/hall/hall_detail.php?dd_keyid=464

-Don


Bob Kuehne wrote:
hi don,

i fixed this by change some cmake to take a different code path so that it creates xxxd and osgdb_xxxd.so style names for os x as well as other platforms. i forgot to submit this for a while, but will right now. watch your osg-submissions channel...

bob

On Dec 16, 2008, at 8:52 PM, Don Leich wrote:

On Mac OS X *debug* version executables look for *release* version named plug-in shared libraries.

$ osgviewerd cow.osg
Warning: Could not find plugin to read objects from file "cow.osg".
osgviewerd: No data loaded

With OSG_NOTIFY_LEVEL=DEBUG...

DynamicLibrary::failed loading "osgPlugins-2.7.7/osgdb_osg.so"

I worked around the problem by creating links like this

$ ln -s osgdb_osgd.so osgdb_osg.so

for all plugin libraries. This was seen with a fresh debug only build of Friday's 2.7.7 release for Mac OS X. A similar build on 64- bit Linux did not
exhibit this problem.  Also, nothing to do with out-of-source builds.


-Don Leich

_______________________________________________
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

Reply via email to