Re: cannot make GdkRectangle synonymous to the unregistered type CairoRectangleInt at C:/msys64/mingw64/lib/perl5/site_perl/Gtk3.pm line 479.

2018-09-15 Thread Daniel Kasak via gtk-perl-list
Unrelated, and not offering help on this particular issue ( sorry ) ... but ... Do you have build scripts for Windows? I had some that worked at one point, but they stopped working shortly after, and I didn't have the time / skills to keep them maintained. Dan On Sun, Sep 16, 2018 at 5:09 AM

Re: [Important + Long] GNOME (and Gtk-Perl) Git repos have moved to a dedicated GitLab server

2018-09-15 Thread Torsten Schoenfeld
On 16.07.2018 06:40, Brian Manning wrote: If you haven't already found out (the hard way), the GNOME project has moved all of the Git repos on git.gnome.org to a dedicated GitLab server back at the end of May. The new Git server's URL is: https://gitlab.gnome.org/ The old GNOME Git URL of

Re: cannot make GdkRectangle synonymous to the unregistered type CairoRectangleInt at C:/msys64/mingw64/lib/perl5/site_perl/Gtk3.pm line 479.

2018-09-15 Thread Torsten Schoenfeld
On 04.06.2018 15:45, gtk-perl-l...@talkvideo.net wrote: With the patches below I get: perl -e "use Gtk3;" Cairo::GObject: registering 44919376 (CairoRectangleInt) Glib: trying to look up 63302960 (CairoRectangleInt) cannot make GdkRectangle synonymous to the unregistered type CairoRectangleInt

Re: GType GValue has not been registered with GPerl at C:/msys64/mingw64/lib/perl5/site_perl/Gtk3.pm

2018-09-15 Thread Torsten Schoenfeld
On 12.06.2018 05:17, gtk-perl-l...@talkvideo.net wrote: Correction: This Program: use strict; use warnings; use Gtk3 '-init'; use Glib 'TRUE', 'FALSE'; my @data = (TRUE, 42, 'Data...'); my $lstore = Gtk3::ListStore->new('Glib::Boolean',

Re: Gtk3::Application and handles-command-line

2018-09-15 Thread Torsten Schoenfeld
On 08.06.2018 15:16, Jeffrey Ratcliffe wrote: Investing Gtk3::Application further, I find that if I try to run the code below, it falls over calling Glib::IO::ApplicationCommandLine::get_options_dict() GType GVariantDict (46597648) is not registered with gperl at