RE: use Glib -> crash

[email protected] (RAPPAZ Francois via par) Fri, 8 Feb 2019 08:06:52 +0000
Newsgroups perl.par
Message-ID <[email protected]>
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 <[email protected]>
Sent: 07 February 2019 15:12
To: RAPPAZ Francois <[email protected]>
Cc: [email protected]
Subject: Re: use Glib -> crash


On Thu, Feb 7, 2019, 14:25 RAPPAZ Francois via par <[email protected]<mailto:[email protected]> 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