[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNUstep with Cairo backend problem
From: |
Fred Kiefer |
Subject: |
Re: GNUstep with Cairo backend problem |
Date: |
Fri, 17 Feb 2006 00:06:35 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050921 |
Hi Denis,
yes, this is a known problem :-)
You need to run the configure script with the option --disable-glitz. I
never did test the glitz code in the cairo backend and currently it is
not even compiled. Perhaps I could just reenable it and it would work,
but I don't expect that.
I am not quite sure if cairo 1.0.2 is current enough. The GNUstep code
uses a cairo function that was only inlcuded a month ago. or so. You
rather should try to get cairo from CVS and use that. And as far as I
remember pango currently doesn't get used. (Altough I would really like
to see this used in GNUstep)
Thank you for trying out the cairo backend. At the moment I am working
on image flipping and any help there would be appreciated.
Fred
Dennis Leeuw wrote:
> Hi all,
>
> For testing purposes I build GNUstep with cairo support:
> pkg-config-0.20
> freetype-2.1.10
> fontconfig-2.3.2
> libpng-1.2.8
> glib-2.9.6
> glitz-0.4.4 (** Only workable version with cairo 1.0.2)
> cairo-1.0.2
> pango-1.11.5
>
> GNUstep from SVN from yesterday
> GWorkspace from SVN from yesterday
>
> But starting GWorkspace gives me:
> libgnustep-back-010: undefined symbol:
> __objc_class_name_XGCairoGlitzSurface
>
> Any ideas, pointers?
>
> Thanks,
>
> Dennis