Linking error with OpenGL and GNUstep on windows

2009-01-17 Thread peter.vullings
Hi all, Please be patient with me :) I have done a lot of windows programming in the past in a variety of IDEs and languages, however I am fairly new to the command line way of doing things (gcc, makefiles etc). I have just installed GNUstep and have it running under windows. I have created my

Re: Linking error with OpenGL and GNUstep on windows

2009-01-17 Thread peter.vullings
Hi all, got it to compile by adding the following line to the GNUmakefile: HelloWorld_TOOL_LIBS += -lopengl32 Follow on question - is there something similar to libopengl32 for OpenGL|ES 1.1? peter.vullings wrote: I assume i have to specify the OpenGL library in the makefile somehow? --

Commit r27569

2009-01-17 Thread Wolfgang Lux
Gregory, * Source/NSMenu.m: Correction to previous change. Update when setAutoenableItems: value is changed. Altered update to enable menu items when autoenable is not being performed. I'm not sure what you are trying to achieve here, but this change is definitely

Re: Commit r27569

2009-01-17 Thread Gregory John Casamento
Wolfgang, Apple's implementation apparently doesn't change the menu items' states when -setAutoEnable: is called (with whatever argument), so I think we shouldn't bother either. Thanks for your input and verifying the behavior on Mac OS X. Given what you've said, my change is definitely