RE: use Glib -> crash

2019-02-08 Thread RAPPAZ Francois via par
. From: Roderich Schupp Sent: 08 February 2019 09:23 To: RAPPAZ Francois Cc: par@perl.org; Shawn Laffan Subject: Re: use Glib -> crash On Fri, Feb 8, 2019, 09:06 RAPPAZ Francois mailto:francois.rap...@unifr.ch> wrote: Adding Glib.xs.dll to my list does not change the problem: same error

Re: use Glib -> crash

2019-02-08 Thread Kenneth Ölwing
ump -x Pango.xs.dll | grep "Glib.xs.dll" DLL Name: Glib.xs.dll FR FROM: Roderich Schupp SENT: 08 February 2019 09:23 TO: RAPPAZ Francois CC: par@perl.org; Shawn Laffan SUBJECT: Re: use Glib -> crash On Fri, Feb 8, 2019, 09:06 RAPPAZ Francois Adding Glib.xs.dll to my list

RE: use Glib -> crash

2019-02-08 Thread RAPPAZ Francois via par
Does Pango.xs.dll directly link to Glib.xs.dl? I run C:\strawberry\perl\site\lib\auto\Pango>objdump -x Pango.xs.dll | grep "Glib.xs.dll" DLL Name: Glib.xs.dll FR From: Roderich Schupp Sent: 08 February 2019 09:23 To: RAPPAZ Francois Cc: par@perl.org; Shawn Laffan Subject:

Re: use Glib -> crash

2019-02-08 Thread Shawn Laffan
Francois, It might not be relevant, but how did you install the Glib, Gtk2 etc? Were they from the sisyphusion.tk ppms? I'm not sure why the folders would be renamed to have a leading underscore, but don't think that would be a cause. Are you able to share your code? Shawn. On Fri, 8 Feb

Re: use Glib -> crash

2019-02-08 Thread Roderich Schupp
On Fri, Feb 8, 2019, 09:06 RAPPAZ Francois Adding Glib.xs.dll to my list does not change the problem: same error > Shawn was correct that they should not be added with --lib. Also they should be automatically detected, if not that's a bug. > Using pp_autolink.pl without any other file added

RE: use Glib -> crash

2019-02-08 Thread RAPPAZ Francois via par
and Pango are not renamed in _Gtk2, _Glib, _Pango Is the above message related to that ? Cheers François From: Roderich Schupp Sent: 07 February 2019 15:12 To: RAPPAZ Francois Cc: par@perl.org Subject: Re: use Glib -> crash On Thu, Feb 7, 2019, 14:25 RAPPAZ Francois via par mailto:

Re: use Glib -> crash

2019-02-07 Thread Shawn Laffan
The file is Glib.dll on my system, so looks to be correct. It should also be packed with the rest of Glib, as it is under the site\lib\auto folder. It should not need to be added using --link. I think the error is probably due to a missing DLL dependency (I've had such errors in the past).