Re: What happened to the code freeze?

2010-04-23 Thread Fred Kiefer
Am 23.04.2010 07:42, schrieb Doug Simons: On Apr 22, 2010, at 1:41 AM, Fred Kiefer wrote: You change to set the super menu on a decoded submenu in NSMenu is most likely wrong. This value already gets set in NSMenuItem +setSubmenu: and before doing so the code checks that the old super menu

Re: opening problems with GWorkspace

2010-04-23 Thread Wolfgang Lux
Riccardo Mottola wrote: Hi, 1) when using gopen xxx NSworkspace will launch also gworkspace automatically. Strangely, GWorkspace now opens and asks you are you sure you want to quit ?... 2) gopen GWorkspace will open a double copy of it causing grief!!! Could you be more specific what

Re: What happened to the code freeze?

2010-04-23 Thread Fred Kiefer
Am 23.04.2010 19:59, schrieb Doug Simons: On Apr 23, 2010, at 2:21 AM, Fred Kiefer wrote: Am 23.04.2010 07:42, schrieb Doug Simons: On Apr 22, 2010, at 1:41 AM, Fred Kiefer wrote: You change to set the super menu on a decoded submenu in NSMenu is most likely wrong. This value already

Re: opening problems with GWorkspace

2010-04-23 Thread Fred Kiefer
Am 23.04.2010 17:14, schrieb Wolfgang Lux: Incidentally, I noticed during debugging that GNUstep applications do not respond to DO messages while in a modal dialog loop. This means that if the user or a background application attempts to connect to a running application while that application

What to add to GNUmakefile to compile with a .pch file that came from Xcode project?

2010-04-23 Thread Chris Corbyn
Hi, I'm trying to make sure my Xcode project builds in both Xcode and GNUStep. It contains a .pch file containing common includes, which is required to be prefixed to every file compiled during the build. When I add it to the XXX_OBJC_PRECOMPILED_HEADERS as so:

[Patched] What to add to GNUmakefile to compile with a .pch file that came from Xcode project?

2010-04-23 Thread Chris Corbyn
I've patched in support for the .pch extension for precompiled headers as used by Xcode. I believe I've also corrected a typo for OBJCC precompiled headers, which was missing a dot in the file extension. gnustep-make-2.2.0.patch Description: Binary data This is working nicely for me. I