> *** can not find package cairo >= 1.0.0

You need to have the underlying C libraries installed in order to use the Perl 
wrappers. Here is a good place to start:

https://www.gtk.org/docs/installations/windows

Note that if you really want/need to use Gtk2 rather than Gtk3, you need to 
change the corresponding lines in those instructions. For example:

pacman -S mingw-w64-x86_64-gtk3

becomes

pacman -S mingw-w64-x86_64-gtk2

Once you have installed Gtk itself, you should have more luck with the CPAN 
install.

Jeremy
_______________________________________________
gtk-perl-list mailing list
gtk-perl-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-perl-list

Reply via email to