
Hi Martin,
DeĀ : Martin Owens <doctormo@...400...> I've committed two intemediatary refactors to make the logic easier to move out:
http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/12411 http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/12413
Revision 12413 fails to compile on Windows with the following message:
---- Make error line 301: problem compiling: In file included from src/inkscape.cpp:65:0: src/selection.h:364:31: error: two or more data types in declaration of 'parameter' src/selection.h:364:13: error: expected ';' at end of member declaration src/selection.h:364:26: error: expected unqualified-id before 'bool' src/selection.h:364:26: error: expected ')' before 'bool' ----
It seems that "small" is some kind of data type extension in MinGW. Replacing it with "sml" (just for testing) fixes the issue for me.
Regards, -- Nicolas