I just committed the build fix for Windows. Now it no longer crashes. To avoid linker errors, I had to make a change to src/dom/svgimpl.cpp http://bazaar.launchpad.net/%7Einkscape.dev/inkscape/trunk/revision/12559/src/dom/svgimpl.cpp, but I am not sure it is the correct change. http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/12559/src/...
If no-one complains, I guess it was broken/unused code.
Cheers, Johan
On 21-9-2013 0:51, Johan Engelen wrote:
On 20-9-2013 23:35, Markus Engel wrote:
Could it be that the current code has the problem that is described here: http://stackoverflow.com/questions/9459980/c-global-variable-not-initialized...
-Johan
Yes, that's exactly our problem. That's why we disabled libinkscape.a in the other build systems and link together all the object files directly. I just don't know how to do that in build.xml I commented on that in Launchpad.
Fixed. Patch posted on Launchpad. Sleep. Now.
-j