Adding Glib.xs.dll to my list does not change the problem: same error Using pp_autolink.pl without any other file added manualy gives the error Can't load 'C:\Users\rappazf\AppData\Local\Temp\par-72617070617a66\cache-c3a6620d3518bb97ef20a314815e03e1745a9234\778ce824.xs.dll' for module Pango: load_file:The specified module could not be found at C:/strawberry/perl/lib/DynaLoader.pm line 193. at C:/strawberry/perl/site/lib/PAR/Heavy.pm line 123.
And I see that the glade files I had added manually are missing in the archive so I would have to add them anyway. Comparing the output gavec by pp_autolink and the list I used before, I see that libexpath-1_.dll libgcc_s_sjlj-1.dll were missing from my list. Strangely (for me !) the dll, Glib, Gtk2, Pango, Cairo are present in auto/Glib etc despite they are not listed by pp_autolink I also see that in lib/auto/ the folder Gtk2, Glib and Pango are not renamed in _Gtk2, _Glib, _Pango Is the above message related to that ? Cheers François From: Roderich Schupp <roderich.sch...@gmail.com> Sent: 07 February 2019 15:12 To: RAPPAZ Francois <francois.rap...@unifr.ch> Cc: par@perl.org Subject: Re: use Glib -> crash On Thu, Feb 7, 2019, 14:25 RAPPAZ Francois via par <par@perl.org<mailto:par@perl.org> wrote: Can't locate loadable object for module Glib in @INC (@INC contains: ../mod/hg_Gtk2-Ex-DbLinker/lib/ ... My list of options for the included libraries is -a 'U:\docs\perl\lib\Forms\Dnav.bld;\lib\Forms\Dnav.bld' ... -l 'C:\strawberry\perl\site\lib\auto\Glib\Glib.dll' Shouldn't this be Glib.xs.dll? Cheers Roderich