On Sun, 2006-08-20 at 18:31 +0200, Mario Fischer wrote: > cairo-perl-enums.c(799) : error C2065: 'CAIRO_SVG_VERSION_1_1': > nichtdeklarierter Bezeichner > cairo-perl-enums.c(801) : error C2065: 'CAIRO_SVG_VERSION_1_2': > nichtdeklarierter Bezeichner
These occur because you don't have the SVG backend installed, and because backend-specific enum-related stuff wasn't properly protected in Cairo 0.92. I just committed something to HEAD of CVS that I think fixes this. Please test. -- Thanks for the report, -Torsten _______________________________________________ gtk-perl-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-perl-list
