gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New Windows installer: now with gui!


From: Tom Koelman
Subject: Re: New Windows installer: now with gui!
Date: Tue, 22 Feb 2005 18:28:22 +0100
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (windows-nt)

Fred Kiefer <address@hidden> writes:

> Tom Koelman wrote:
>> The only way in which the content of the installer deviates from the
>> actual gui 0.9.4 release is a small patch on NSMenu.h. Without this
>> patch the windows port of gcc 3.2.3 dumps core.
>
>> 
>
> Has this already been reported and fixed in CVS? I don't remember
> seeing this problem before.

I think it is a gcc specific problem. It is not fixed in CVS as far as
I know, mainly because the source code is actually okay. The patch is: 

--- gui/Headers/AppKit/NSMenu.h.org     Tue Feb 22 11:08:53 2005
+++ gui/Headers/AppKit/NSMenu.h Tue Feb 22 11:09:15 2005
@@ -369,7 +369,7 @@
 {
   NSString *_title;
   NSMutableArray *_items;
-  NSView<NSMenuView>* _view;
+  id<NSMenuView>* _view;
   NSMenu *_superMenu;
   NSMenu *_attachedMenu;
   NSMutableArray *_notifications;
I expect a newer gcc to not fail on this, however I have had no time
yet to try that out.

Tom

reply via email to

[Prev in Thread] Current Thread [Next in Thread]