
-----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