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
I posted this on the website.
On Thu, 30 Oct 2003, Nathan Hurst wrote:
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
This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
participants (2)
-
Bryce Harrington
-
Nathan Hurst