I've stumbled upon an answer, it's to use only singlethreaded in cygwin and osgviewer and the other apps/examples won't lock up.
Lucas With strace I found that prepending all the osgdb_* files in /usr/local/bin
with 'cyg' makes it find the plugins. But now instead of plugin errors the application just locks up. I'm updated with the latest 2.0.0 sources -Lucas > Date: Thu, 14 Jun 2007 13:04:26 -0700 > From: wsacul <[EMAIL PROTECTED]> > Subject: [osg-users] Plugin loading in cygwin > To: [email protected] > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="iso-8859-1" > > I've just made the upgrade from 1.2 to latest source, when I try to load > an > osg file with osgviewer I get: > > Warning: Could not find plugin to read objects from file "glider.osg". > osgviewer: No data loaded > > I followed Brian Keener's instructions to get compilation under cygwin > working ( > http://www.mail-archive.com/[email protected]/msg13531.html > ). I deleted all the old producer and osg dirs that used to hold the > binaries and plugins and no longer have all the PATHs to those old dirs. > > Are there new different paths I'm supposed to add? It looks like all the > plugin dlls are in the /usr/local/bin dir where the osgviewer exe is. > > Thanks, > > Lucas > >
_______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
