Re: Tutorial perl-Gtk3 and Windows/MSys

2021-07-20 Thread Zakariyya Mughal via gtk-perl-list
On 2021-07-20 at 15:08:31 +0100, Mike Martin via gtk-perl-list wrote: > Well I've now managed to install Gtk3 (I think) after doing a fresh install > of mingw64. Hi, Glad to hear that it worked! In general, keeping MSYS2 up-to-date is necessary for everything to work (always use the latest

Re: Tutorial perl-Gtk3 and Windows/MSys

2021-07-20 Thread Mike Martin via gtk-perl-list
Well I've now managed to install Gtk3 (I think) after doing a fresh install of mingw64. However the only way to do it was to run cpanm as cpanm -n -v Gtk3 (ie:no tests) otherwise Glib fails on test 12 ie: # Failed test 'default log handler: install undef, prev default' # at t/a.t line 92. #

Re: Tutorial perl-Gtk3 and Windows/MSys

2021-07-20 Thread Zakariyya Mughal via gtk-perl-list
On 2021-07-19 at 13:41:53 +0100, Mike Martin wrote: > Further info (gcc wasnt installed) > > "C:\msys64\mingw64\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonempty -- > Glib.bs blib\arch\auto\Glib\Glib.bs 644 > loaded > loaded > > [ CC Glib.c ] > In file included from >

Re: Tutorial perl-Gtk3 and Windows/MSys

2021-07-19 Thread Mike Martin
Thanks for this. I am sill getting an issue, it seems to be an oddity with paths from cpanm build.log [ CC Glib.c ] process_begin: CreateProcess(NULL, gcc -c -I. -mms-bitfields -IC:/msys64/mingw64/include -IC:/msys64/mingw64/include/glib-2.0 -IC:/msys64/mingw64/lib/glib-2.0/include -pthread

Re: Tutorial perl-Gtk3 and Windows/MSys

2021-07-19 Thread Mike Martin
Further info (gcc wasnt installed) "C:\msys64\mingw64\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonempty -- Glib.bs blib\arch\auto\Glib\Glib.bs 644 loaded loaded [ CC Glib.c ] In file included from C:/msys64/mingw64/x86_64-w64-mingw32/include/_mingw.h:283, from

Re: Tutorial perl-Gtk3 and Windows/MSys

2021-07-19 Thread Mike Martin via gtk-perl-list
Further info (gcc wasnt installed) "C:\msys64\mingw64\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonempty -- Glib.bs blib\arch\auto\Glib\Glib.bs 644 loaded loaded [ CC Glib.c ] In file included from C:/msys64/mingw64/x86_64-w64-mingw32/include/_mingw.h:283, from

Re: Tutorial perl-Gtk3 and Windows/MSys

2021-07-19 Thread Mike Martin via gtk-perl-list
Thanks for this. I am sill getting an issue, it seems to be an oddity with paths from cpanm build.log [ CC Glib.c ] process_begin: CreateProcess(NULL, gcc -c -I. -mms-bitfields -IC:/msys64/mingw64/include -IC:/msys64/mingw64/include/glib-2.0 -IC:/msys64/mingw64/lib/glib-2.0/include -pthread

Re: Tutorial perl-Gtk3 and Windows/MSys

2021-07-17 Thread Zakariyya Mughal via gtk-perl-list
On 2021-07-17 at 15:19:25 +0100, Mike Martin via gtk-perl-list wrote: > Hi I am struggling with this, been trying to install on mingw64 for a week. > > Anyone had any joy recently? > various issues tried compiling one by one and glib fails with symbols error > (using cpanm) Hi, I've been

Re: Tutorial perl-Gtk3 and Windows/MSys

2021-07-17 Thread Mike Martin via gtk-perl-list
Hi I am struggling with this, been trying to install on mingw64 for a week. Anyone had any joy recently? various issues tried compiling one by one and glib fails with symbols error (using cpanm) On Thu, 8 Jun 2017 at 12:31, wrote: > Hello everybody, > > I have created a little tutorial about

Tutorial perl-Gtk3 and Windows/MSys

2017-06-08 Thread max . augsburg
Hello everybody,   I have created a little tutorial about perl-Gtk3 and Windows/MSys2. Especially I show there, how to create an installer for your perl-Gtk3 application. Perhaps this little How-To is helpful for some people.   You can find the files on