gnustep-dev
[Top][All Lists]
Advanced

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

Re: Problem with Cenon


From: Georg Fleischmann
Subject: Re: Problem with Cenon
Date: Fri, 25 Jan 2013 12:00:54 +0100

Hello,

On 24.01.2013, at 09:59, Fred Kiefer <address@hidden> wrote:

> I had some problems compiling Cenon on a current GNUstep version. The code 
> there still uses sel_eq() where GNUstep has switched to sel_isEqual() and it 
> is not prepared for the switch to 64bit. For this reason I cannot check this 
> problem myself.

There are new sources of Cenon 4.0 on our server, which should compile 64 bit 
(tested on Mac OS X only).
        http://www.cenon.info/dLinux_gb.html

I corrected sel_eq() to sel_isEqual() for the next release.
This is only used by one Macro in the file VHFShared/vhfCompatibility.h

Best wishes,
Georg


> On 24.01.2013 07:11, Germán A. Arias wrote:
>> Currently Cenon 3.9.6 crash at launch with GNUstep from SVN. Here the
>> backtrace:
>> 
>> Program received signal SIGSEGV, Segmentation fault.
>> 0x00a84294 in objc_msg_lookup ()
>> from /usr/lib/i386-linux-gnu/libobjc.so.3
>> (gdb) backtrace
>> #0  0x00a84294 in objc_msg_lookup ()
>> from /usr/lib/i386-linux-gnu/libobjc.so.3
>> #1  0x0021f9a3 in -[NSBox(Private) calcSizesAllowingNegative:] (
>>     self=0xbfffd190, _cmd=0x8a14a84, aFlag=184 '�') at NSBox.m:789
>> #2  0x00000000 in ?? ()
>> (gdb)
>> 
>> Last time I test it, worked perfectly. So maybe this is a bug on
>> GNUstep.
> 
> In GNUstep from SVN the line in NSBox this is pointing to gets the size from 
> the theme. The segmentation fault there could happen if theme is nil on that 
> line, that means that something else is horribly broken. Would you mind to 
> switch to the GNUstep default theme and try with that?
> 
> I had some problems compiling Cenon on a current GNUstep version. The code 
> there still uses sel_eq() where GNUstep has switched to sel_isEqual() and it 
> is not prepared for the switch to 64bit. For this reason I cannot check this 
> problem myself.
> 
> I added the Cenon support mail address to this reply. Maybe Georg Fleischmann 
> is able to fix these issues and then I will have a chance to look into the 
> GNUstep problem.
> 
> Fred
> 




reply via email to

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