Hi Brian -- Cool, glad to see some progress here. Just wanted to let you know I now have a second computer running Ubuntu Linux. My need for Cygwin was to have an "alternative platform" to Windows/VS8 for testing purposes. My Linux system now fills that need, so I've stopped pursuing Cygwin.
That doesn't mean it's not a worthy cause. I really like the Cygwin environment, and I've used it in the past as an aid in cross platform development on other projects. It'd still be awesome if we could finally get OSG working on it. Regarding GraphicsWindowWin32/X11 in the GNUMakefile... This is a very recent change from Robert, so if you get a solution for Cygwin you might want to post the change to osg-submissions. -Paul > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Brian Keener > Sent: Thursday, December 28, 2006 9:19 PM > To: osg users > Subject: Re: [osg-users] Problem compiling OSG in Cygwin [ESRI Plugin] > > Paul Martz wrote: > > The ESRI plugin doesn't compile under Cygwin; you'll need > to remove it > > from the Makefile. > > An update on this - with the latest CVS and the gcc3.4.4 on > Cygwin it appears that ESRIShapes does now compile. Not sure > if it runs yet but it did seem to compile. > > I did have to change the GNUMakefile for osgViewer to use the > GraphicsWindowWin32 instead of the GraphicsWindowX11 and then > osgViewer compiled fine. Cygwin does have X but I could not > get osgViewer to compile with GraphicsWindowX11 but I am sure > that is Makefile issues where for CygwinX it needs to have > more of a Linux configuration and not a Windows config for > Cygwin. A couple of ifdef will probably handle once we > figure them out. > > I still believe there is a thread issue in OpenThreads > (remember I had to tinker with the WorkCrew example) but I am > not sure what yet. I had problems with the runexamples (some > of the programs in it) would not terminate. Even just running: > > osgWindows cow.osg > > from console which gives me two windows with the cow split > does not terminate when I clock the close box - the windows > close but I have to use task manager on Windows XP to kill > the osgWindows process that is still running - any thoughts. > > 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/
