On Thu, Aug 6, 2009 at 11:11 PM, Dan Kegel<dank@...2221...> wrote:
The next hurdle is that the inkscape I built at r22001 crashes very early before any window opens when I start it in windows: Problem signature: Problem Event Name: APPCRASH Application Name: inkscape.exe Application Version: 0.46.0.0 Application Timestamp: 4a7b0013 Fault Module Name: libatkmm-1.6-1.dll
Amusingly, the executable works on Wine, so it's only Vista it's having trouble with.
64 bit Vista, I might add.
It probably just can't find the libraries and/or needs XP compatibility mode. I tried running it with
set MINGW_BIN=c:\mingw\bin set GTKDOS=c:\devlibs set PATH=%MINGW_BIN%;%GTKDOS%\bin;%PATH% cd build inkscape
(which is what I had to do on Wine), and it still didn't work.
If anyone has gotten this to work on 64 bit Vista, please let me know - Dan