Hi Alberto, On 3/27/07, Alberto Luaces <[EMAIL PROTECTED]> wrote:
The rest compiles fine. The problem now is that executables produced (examples, viewer, ...) quietly do nothing, even they do not open any window. No error messages are written to the console. They just finish execution after running them.
Try upping the notification level via: set OSG_NOTIFY_LEVEL=DEBUG And then running the apps. It could be that the GraphicsWindowWin32 isn't compiling/ or the proxy registering correctly.
Somewhere I read that the Cygwin's gcc version that I'm using (3.4.4) doesn't get very well with OSG. I have reverted to gcc 3.3.3 and started the building process again.
Cygwin is has proven to be bit oddity w.r.t compiling and running the OSG. The OSG is basically just C++ and OpenGL, plus a bit of platform specific stuff for opening windows, there is little that should cause problems, but problems seem to happen under Cygwin. Robert. _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
