Nevermind, I was using an older version. 1.0 works fine - thanks! Matt
-----Original Message----- From: Antoine Hue [mailto:[EMAIL PROTECTED] Sent: Monday, July 10, 2006 2:12 PM To: osg users Subject: Re: [osg-users] Errors compiling Producer in cygwin Le 10 juil. 06, à 20:37, Deckard, Matthew D a écrit : > Actually... I might have spoken too soon when I said that. > > I'm now getting a different set of error messages: > > make[1]: Entering directory `/install/OSG_OP_OT-0.9.9/Producer/src' > make[2]: Entering directory > `/install/OSG_OP_OT-0.9.9/Producer/src/CYGWIN32.Opt' > c++ -O2 -W -Wall -L../..//lib/CYGWIN32 -L/usr/local/OpenThreads/bin > -shared -Wl,--export-all-symbols > -Wl,--out-implib,../..//lib/CYGWIN32/libProducer.dll.a InputArea.o > VisualChooser.o RenderSurface.o KeyboardMouse.o Keyboard.o Trackball.o > RenderSurface_X11.o RenderSurface_Win32.o RenderSurface_OSX_CGL.o > RenderSurface_OSX_AGL.o Window3D.o Camera.o CameraGroup.o > CameraConfig.o Timer.o Version.o ConfigLexer.o ConfigParser.o > WGLExtensions.o -lglu32 -lopengl32 -lgdi32 -luser32 > -lOpenThreads -lpthread -o libProducer.dll Can't open .lib file: > ../..//lib/CYGWIN32/libProducer.dll.a > collect2: ld returned 1 exit status > make[2]: *** [libProducer] Error 1 > make[2]: Leaving directory > `/install/OSG_OP_OT-0.9.9/Producer/src/CYGWIN32.Opt' > make[1]: *** [libProducer.opt] Error 2 > make[1]: Leaving directory `/install/OSG_OP_OT-0.9.9/Producer/src' > make: *** [default] Error 1 Hello Matthew, Another thing that happen(ed) at least on MingW, the lib/MINGW32 directory is not created automatically and we got an error similar to yours. Try creating manually "lib/CYGWIN32" at the root of Producer. I do not know if it has been fixed since OSG 1.0. Antoine _______________________________________________ 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/
