<xavier.glattard <at> free.fr> writes: > Here is a patch to GS backend. > > http://amstradstuff.free.fr/GNUstep/back-Win32GL-070130.patch.gz > http://amstradstuff.free.fr/GNUstep/back-Win32GL-070130.new.tar.gz > > You can now use NSOpenGLView under MS Windows Ooops... :-\ If ever you try this patch you would find out that you have to define HAVE_WGL. My working copy use an configure.ac file i modified some weeks ago when i was working on Cairo/Glitz backend (see a previous post). It defines HAVE_WGL for me. As i still cant submit any change to the repository (soon?) i post here a diff: http://amstradstuff.free.fr/GNUstep/back-configure.ac-070203.diff It also checks for Glitz, Glitz over glx, Glitz over wgl, and Cairo over Glitz. I guess you may only get the ''WGL support'' part and some lines near the end begining with 'if test $BUILD_SERVER = win32;' Sorry for the inconvenience... if anyone uses this work. Regards Xavier