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

2018-10-05 Thread gtk-perl-list
in the following error: > > > >cannot make GdkRectangle synonymous to the unregistered type > >CairoRectangleInt at C:/msys64/mingw64/lib/perl5/site_perl/Gtk3.pm line 479. > > Haven't seen that one before. The only possible reasons I can think > of are: a) Cairo:

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

2018-09-26 Thread gtk-perl-list
alkvideo.net wrote: > > > With the patches below I get: > > > > > > perl -e "use Gtk3;" > > > > > > Cairo::GObject: registering 44919376 (CairoRectangleInt) > > > Glib: trying to look up 63302960 (CairoRectangleInt) > >

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
02960 (CairoRectangleInt) > > cannot make GdkRectangle synonymous to the unregistered type > CairoRectangleInt at C:/msys64/mingw64/lib/perl5/site_perl/Gtk3.pm line 479. > > BEGIN failed--compilation aborted at -e line 1. > > This suggests that multiple library installation

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
ctangleInt at C:/msys64/mingw64/lib/perl5/site_perl/Gtk3.pm line 479. BEGIN failed--compilation aborted at -e line 1. This suggests that multiple library installation are getting mixed up on your system. Try to look for multiple *glib*.dll, *gobject*.dll, *cairo*.dll and *cairo-gobject*.dll.

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

2018-06-23 Thread gtk-perl-list
gt; > >Results in the following error: > > > >cannot make GdkRectangle synonymous to the unregistered type > >CairoRectangleInt at C:/msys64/mingw64/lib/perl5/site_perl/Gtk3.pm line 479. > > Haven't seen that one before. The only possible reasons I can think &

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

2018-06-04 Thread gtk-perl-list
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 at C:/msys64/mingw64/lib/perl5/site_perl/Gt

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

2018-05-26 Thread Torsten Schoenfeld
On 23.05.2018 11:03, gtk-perl-l...@talkvideo.net wrote: A single-line Perl command like: perl -e "use Gtk3;" Results in the following error: cannot make GdkRectangle synonymous to the unregistered type CairoRectangleInt at C:/msys64/mingw64/lib/perl5/site_perl/Gtk3.pm line 479.

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

2018-05-23 Thread gtk-perl-list
A single-line Perl command like: perl -e "use Gtk3;" Results in the following error: cannot make GdkRectangle synonymous to the unregistered type CairoRectangleInt at C:/msys64/mingw64/lib/perl5/site_perl/Gtk3.pm line 479. Below is the relevant info: perl -V Summary of my perl5 (