Comment 11 for bug 346721

Revision history for this message
jazzynico (jazzynico) wrote : Re: Segfault after opening scripts dialog

I still have this bug with all my SVN builds (Windows XP, Vista, and Ubuntu 9.04).
I've just found out that win32 snapshots from modevia are not affected. The only difference with my SVN builds is that they have a share/bind/java/lib directory which doesn't exists in SVN. If you copy it to the SVN build (win32), it works well!

Indeed, this directory is used by src/bind/javabind.cpp to populate INKSCAPE_JAVADIR. That's the reason why my SVN builds showed a shortened path. It contains some jar files (inkscape.jar, jython.jar, jruby.jar...). Inkscape.jar can be generated by creating a jar with /src/bind/java/org, and I don't know where the others come from, and how they can be automatically installed.

I can manually add the files to SVN and tell the installer to make a copy to share/, but I'm not sure it is the expected procedure. Could someone give a clue?