DanSo I guess it's an issue with the Perl bindings. Any ideas where I should go from here?The gtk-demo app's pixbuf demo works:Yes I do. The following patch was applied:... which wasn't explained to me, but I assume it's necessary. It compiled cleanly. No tests were defined, so I just did a 'make install'.
--- gdk-pixbuf/queryloaders.c.orig
+++ gdk-pixbuf/queryloaders.c
@@ -205,6 +205,9 @@ query_module (GString *contents, const c
else
g_fprintf (stderr, "Cannot load loader %s\n", path);
}
+#ifdef G_OS_WIN32
+ Sleep(50);
+#endif
if (module)
g_module_close (module);
g_free (path);
http://tesla.duckdns.org/images/pixbuf-demo.pngOn Tue, Oct 21, 2014 at 8:14 AM, Brian Manning <cpan xaoc org> wrote:On Mon, Oct 20, 2014 at 2:56 PM, Daniel Kasak <d j kasak dk gmail com> wrote:
> *** unhandled exception in callback:
> *** Can't locate object method "new_from_file_at_size" via package
> "Gtk3::Gdk::Pixbuf" at window/browser.pm line 84.
> *** ignoring at C:/strawberry/perl/site/lib/Gtk3.pm line 318.
>
> Why would that be? It works fine on Linux.
Gdk-Pixbuf is it's own separate set of C libs. Do you have them
installed on Windows?
Thanks,
Brian