Should this be checked in to CVS? (If so, send to osg-submissions.) -Paul
> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Brian Keener > Sent: Monday, December 04, 2006 10:33 PM > To: osg users > Subject: Re: [osg-users] Problem compiling OSG in Cygwin [ESRI Plugin] > > Mario Valle wrote: > > 2) Edited > > > $OSG_ROOT\OpenSceneGraph\src\osgPlugins\ESRIShape\ESRIShape.cp > p and add: > > > > #if defined(_MSC_VER) || defined(__MINGW32__) || defined(WIN32) > > #include <io.h> > > extern "C" int read(int, void *, unsigned int); #endif > > Thanks Mario > > That got ESRIShape to compile in Cygwin. I actually used ||defined > (__CYGWIN__) instead of ||defined(WIN32) - not sure if it > matters but figured I wanted to be sure for CYGWIN. > > Now I am getting the panics and stackdumps as follows : > > [EMAIL PROTECTED] /usr/local/bin > $ osgwindows > 5 [sig] osgwindows 2900 > C:\cygwin\usr\local\bin\osgwindows.exe: *** fatal error - > called with threadlist_ix -1 Hangup > > [EMAIL PROTECTED] /usr/local/bin > $ > > Interesting I don't seem to be able to locate threadlist_ix > in any of the source. > > bk > > > > _______________________________________________ > osg-users mailing list > [email protected] > http://openscenegraph.net/mailman/listinfo/osg-users > http://www.openscenegraph.org/ _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
