Hi, I'm encountering problem. I've downloaded GTK-2.14.7 from gtk-win sourceforge site and latest Inkscape. Then I made two XML: INKSCAPE XML <package id="inkscape" ... <depends package-id="gtk2" /> ... </packages> GTK XML <package id="gtk2" name="GTK2 runtime" revision="1" reboot="false" priority="2" > <check type="file" condition="versiongreaterorequal" path="%PROGRAMFILES%\GTK2-Runtime\bin\libgtk-win32-2.0-0.dll" value="2.14.7.0"/> <install cmd='"\\w2srv17\gposhr$\WPKG\libraries\gtk2-runtime-2.14.7-2009-01-13-ash.exe" /S' /> </package> the problem is when I launch Inkscape, an error appears: Unable to load application libatkmm-1.6.1.dll not found any solution? |