
15 Jul
2011
15 Jul
'11
5:50 p.m.
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