Thanks !

I installed Kubuntu 11.04 side by side with my 10.04 to test Inkscape devel and all goes right now with Cairo !

regards,
ivan


De : Krzysztof Kosiński <tweenk.pl@...400...>
À : Ivan Louette <ivan_louette@...48...>
Cc : inkscape-devel <inkscape-devel@lists.sourceforge.net>
Envoyé le : Vendredi 15 Juillet 2011 19h50
Objet : Re: Re : [Inkscape-devel] First results

W dniu 15 lipca 2011 09:37 użytkownik Ivan Louette
<ivan_louette@...48...> napisał:
> I can't compile on Kubuntu 10.04 LTS
> ivan
> [SNIP]

The Cairo version shipped with 10.04 doesn't have cairo_region_t - it
was introduced in Cairo 1.10.
I can temporarily replace this with GdkRegion, but it is deprecated
and doesn't exist at all in GTK3. It would be best if you compiled
Cairo 1.11.2 from source, which will also fix serious rendering bugs:

1. Download this tarball
http://cairographics.org/snapshots/cairo-1.11.2.tar.gz
2. Extract
3. ./configure && make && sudo make install
4. sudo ldconfig

Regards, Krzysztof