[osg-users] Mac OS X plugins confusion

2008-12-16 Thread Don Leich
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

Re: [osg-users] Mac OS X plugins confusion

2008-12-16 Thread Bob Kuehne
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

Re: [osg-users] Mac OS X plugins confusion

2008-12-16 Thread Don Leich
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