From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2011-12-01 06:18:23
|
https://bugzilla.gnome.org/show_bug.cgi?id=665265 gnome-perl | Gtk2 | unspecified Summary: undefined reference to 'cairo_content_from_sv' Classification: Bindings Product: gnome-perl Version: unspecified OS/Version: Windows Status: UNCONFIRMED Severity: normal Priority: Normal Component: Gtk2 AssignedTo: gtk...@li... ReportedBy: sis...@op... QAContact: gtk...@li... GNOME version: --- This bug report also filed at https://rt.cpan.org/Ticket/Display.html?id=72832 (by mistake). Hi, Building Gtk2-1.241 on Win32, perl-5.12.0. My compiler is the mingw.org port of gcc-4.5.2 and I'm using the 'gtk+-bundle_2.24.8-20111122_win32.zip' GTK+ binaries. There were no problems with Gtk2-1.224, but with version 1.241 I get clobbered with the following: [ LD blib\arch\auto\Gtk2\Gtk2.dll ] xs/GdkCairo.o:GdkCairo.c:(.text+0x1af): undefined reference to `cairo_content_from_sv' collect2: ld returned 1 exit status dmake: Error code 129, while making 'blib\arch\auto\Gtk2\Gtk2.dll' I assume that the symbol is intended to be resolved by my site/lib/auto/Cairo/Cairo.a, but that import library contains no such symbol. (I have installed Cairo-1.081, btw.) Cheers, Rob -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |