And you forgot to add the new files to libnrtype/Makefile_insert. That broke Linux compilation. I fixed it.
This is re: compilation, running it is a topic for another message :)
If this is about compilation... it won't build on Win32 at all (just updated my CVS 5 mins ago). I did a make clean, and it still didn't help. Here is what I get that is out of the ordinary from the console.
In file included from sp-text.h:28, from sp-tspan.h:70, from desktop-style.cpp:21: libnrtype/Layout-TNG.h:1267: error: declaration of `operator()' as non-function libnrtype/Layout-TNG.h:1267: error: expected `;' before '(' token libnrtype/Layout-TNG.h:1271: error: expected `;' before '}' token libnrtype/Layout-TNG.h: In member function `unsigned int Inkscape::Text::Layout: :_lineToSpan(unsigned int) const': libnrtype/Layout-TNG.h:1287: error: `PredicateLineToSpan' undeclared (first use this function) libnrtype/Layout-TNG.h:1287: error: (Each undeclared identifier is reported only once for each function it appears in.) libnrtype/Layout-TNG.h: In member function `unsigned int Inkscape::Text::Layout: :_lineToCharacter(unsigned int) const': libnrtype/Layout-TNG.h:1291: error: `PredicateLineToCharacter' undeclared (first use this function) libnrtype/Layout-TNG.h: In member function `unsigned int Inkscape::Text::Layout: :_spanToCharacter(unsigned int) const': libnrtype/Layout-TNG.h:1295: error: `PredicateSpanToCharacter' undeclared (first use this function) libnrtype/Layout-TNG.h: In member function `unsigned int Inkscape::Text::Layout: :_sourceToCharacter(unsigned int) const': libnrtype/Layout-TNG.h:1299: error: `PredicateSourceToCharacter' undeclared (fir st use this function) make[1]: *** [desktop-style.o] Error 1 make[1]: Leaving directory `C:/cvs/inkscape/inkscape/src' make: *** [dist] Error 2
-Josh