gnustep-dev
[Top][All Lists]
Advanced

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

Re: Problems with GUI and Back


From: Fred Kiefer
Subject: Re: Problems with GUI and Back
Date: Sun, 21 Feb 2010 13:34:33 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.1.5) Gecko/20091130 SUSE/3.0.0-1.1.1 Thunderbird/3.0

Yes, these are new problems :-(
Richard made some more changes to base and I am too slow to keep up with
him. He changed the define NO_GNUSTEP to be always defined (0 when we
want the GNUstep extensions) and the check in GSDisplayServer.h
was now wrong. This should be fixed now.

Am 21.02.2010 02:51, schrieb Germán Arias:
> Now I get a different error with GUI:
> 
> NSApplication.m: 487: warning: implicit declaration of function
> 'GSCurrentServer'
> NSApplication.m: 487: warning: receiver type 'int' invalid
> NSApplication.m: 487: warning: method not found '-iconTileImage'
> ...
> ...
> NSApplication.m: In function '- [NSApplication
> setApplicationIconImage:]':
> NSApplication.m: 2286: warning: receiver type 'int' invalid
> NSApplication.m: 2286: warning: method not found '-iconsize'
> NSApplication.m: 2286: error: invalid initializer
> 
> 
> And with Back: 
> 
> in file included from XGServer.m: 65:
> ../../Headers/x11/XGServer.h: 52: error: Can not find interface
> declaration for 'GSDisplayServer', superclass of 'XGServer'
> 
> In both errors, the problem seems to be in GSDisplayServer.h
> 
> 
> El sáb, 20-02-2010 a las 17:38 +0100, Fred Kiefer escribió:
>>
>> Now even 64 bit systems should be able to compile and run GNUstep gui
>> and back again. But be aware that due to the usage of proxies for named
>> images (Yes, even when no theme is used!) and a bug in libffi that
>> hasn't been officially fixed, named images wont be displayed on 64 bit
>> systems. As we are now using CGFloats in many places and CGFloat is now
>> a double and libffi wont handle structures and arrays of double
>> correctly, we get an issue when ever we pass such structures via
>> NSInvocation. The proxy mechanism for NSImage just exposes this issue.
> 
> 
> 
> _______________________________________________
> Gnustep-dev mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/gnustep-dev
> 





reply via email to

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