discuss-gnustep
[Top][All Lists]
Advanced

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

Re: GNUstep GUI Backends: DirectFB, Win32, & Cairo


From: Banlu Kemiyatorn
Subject: Re: GNUstep GUI Backends: DirectFB, Win32, & Cairo
Date: Sat, 22 Nov 2003 13:33:10 +0700
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.5) Gecko/20030923 Thunderbird/0.3

Jason Clouse wrote:


OK, I've downloaded your code and tried to build it. There was only one major problem with the current Cairo CVS! '*dest cairo_copy(*src)' has changed to 'cairo_copy(*dest, *src)'. This affects CairoDevice.m, line 82 and CairoGState.m, line 144.

You just change the line? I think the new copy scheme in cairo is that you should have created first before copy.
I'll take a look later this evening.


After fixing that, it built with some warnings. But when I try to run Terminal, I get this:

2003-11-21 16:26:08.202 Terminal[24551] :::FIXME::: <CairoContext: 81553e0> initWithContextInfo: 1079232780 2003-11-21 16:26:08.205 Terminal[24551] :::FIXME::: <CairoGState: 817c808> initWithDrawContext: 0 2003-11-21 16:26:08.205 Terminal[24551] :::FIXME::: <CairoGState: 817c808> DPSinitgraphics 0 2003-11-21 16:26:08.356 Terminal[24551] :::FIXME::: <CairoFontEnumerator: 81b6518> enumerateFontsAndFamilies
Segmentation fault







reply via email to

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