[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Compiling Cenon
From: |
Germán Arias |
Subject: |
Re: Compiling Cenon |
Date: |
Tue, 30 Aug 2011 00:12:24 -0600 |
On lun, 2011-08-29 at 16:25 +0800, Georg Fleischmann wrote:
>
> On 28.08.2011, at 08:10, Germán Arias wrote:
>
> > Now compile. But crash at launch. This is the backtrace:
> >
> > (gdb) backtrace
> > #0 0xb6df5fe6 in objc_msg_lookup (receiver=0xb7655740,
> > op=0xb76155f0)
> > at /home/german/Instalados/GCC/gcc-4.6.0/libobjc/sendmsg.c:397
> > #1 0xb735e433 in -[NSApplication setApplicationIconImage:]
> > (self=0x8050134,
> > _cmd=0x84a295c, anImage=0x824c070) at NSApplication.m:2332
> > #2 0xbff15c38 in ?? ()
> > #3 0x08050134 in main (argc=786480, argv=0x824bc85) at
> > Cenon_main.m:62
> >
>
> It's crashing within GNUstep when setting the Application Icon. It
> used to work.
> Anyway, just change the following line to a capital "C". This is
> obviously wrong (since July 2002):
>
>
> [app setApplicationIconImage:[NSImage imageNamed:@"cenon.tiff"]];
> to
> [app setApplicationIconImage:[NSImage imageNamed:@"Cenon.tiff"]];
>
>
> I have uploaded a new source package 3.9.5 also, fixing both issues.
>
>
> Georg
>
Thanks, now works.