
30 Oct
2003
30 Oct
'03
11:40 a.m.
I've been working my way through sodipodi making everything work with g++.
At this point I have done: libnr/* libnrtype/* inkscape.c Not complete, but partly working: helpers widgets
to test, just change the CC=gcc line in the makefile and make clean && make
the aim is to have inkscape compile both in gcc and g++.
biggest problem is _(). most effort has been fixing variables named 'new' and 'class' and sorting out the various string types.
I also found a bug thanks to the type system (two params swapped) :).
njh