
On Sat, 2008-03-22 at 12:49 +0100, J.B.C.Engelen@...1578... wrote:
-----Original Message----- From: inkscape-devel-bounces@lists.sourceforge.net [mailto:inkscape-devel-bounces@lists.sourceforge.net] On Behalf Of Joel Holdsworth Sent: zaterdag 22 maart 2008 12:01 To: Adib taraben Cc: inkscape Subject: Re: [Inkscape-devel] Win32 libs
I don't know about "Error 3", but at the moment, everything (including the manual) crashes from the line Glib::spawn_async_with_pipes throwing a Glib::SpawnError exception, which mysteriously is never caught by any catch statement. I even tried inserting a "catch(...)" at the bottom of the try block, and still it crashes.
It's at the moment not possible to throw exceptions across DLL boundaries in our Windows build. See https://bugs.launchpad.net/inkscape/+bug/173116. I hope a new build of the libs will remedy this (people write about building with "--shared-libgcc"), as it also crashes Inkscape when selecting an invalid jpg in the open dialog for example.
Regards, Johan
I agree a new build of the DLLs would probably solve these problems. Both Adib and I have found that spawning works just fine with devlibs-2.12-080303.7z but not with the current devlibs-2.12-080313.7z. Maybe you can figure out what changed between the two builds!