Inkscape compiles but doesn't run

Discussion about writing code for Inkscape.
Mylan
Posts: 2
Joined: Fri Aug 30, 2013 12:01 am

Inkscape compiles but doesn't run

Postby Mylan » Fri Aug 30, 2013 12:17 am

Hi!

I wanted to debug an error that causes me trouble. I followed the current instructions for Bazaar, Launchpad and Eclipse. I'm using Windows 7. Everything seems to work fine. There are a few differences in Eclipse though, as the instructions are for an older version.

Compiling Inkscape works flawlessly, no errors or warnings. But if I run the new inkscape.exe, the process terminates after around one second without any comment. As everything seems to work fine and I get no error message, I'm pretty helpless.

I tried building both from within Eclipse and directly from the command line, I also tried a clean rebuild, didn't help.

I tried to run inkscape.exe from within gdb. I don't know if I did it right. That's the result:

Code: Select all

(gdb) target exec inkscape.exe
(gdb) run
Starting program: C:\eclipse\workspace\inkscape\inkscape/inkscape.exe
[New thread 4500.0x6f0]
(no debugging symbols found)
Error: dll starting at 0x77890000 not found.
Error: dll starting at 0x75890000 not found.
Error: dll starting at 0x77890000 not found.
Error: dll starting at 0x779b0000 not found.

(no debugging symbols found)

Program received signal SIGSEGV, Segmentation fault.
0x66533a06 in libglibmm-2!_ZNSs12_S_constructIPcEES0_T_S1_RKSaIcESt20forward_ite
rator_tag () from C:\eclipse\workspace\inkscape\inkscape\libglibmm-2.4-1.dll
(gdb)


Any ideas what I could try or what the problem could be?

Mylan
Posts: 2
Joined: Fri Aug 30, 2013 12:01 am

Re: Inkscape compiles but doesn't run

Postby Mylan » Sat Aug 31, 2013 1:01 pm

Sorry, I found out now that I had forgotten to turn of TDM GCC automatic update. I went back to 4.6.1 and got it running.


Return to “Programming”