I figure by default, this debug message should be turned off. It will remove the spew of console output when you select Inkscape->About Inkscape or work with text in general.
Placing a "no" in front of the define seems to be the convention used elsewhere.
Index: ./src/libnrtype/nr-type-ft2.c =================================================================== RCS file: /cvsroot/inkscape/inkscape/src/libnrtype/nr-type-ft2.c,v retrieving revision 1.2 diff -u -r1.2 nr-type-ft2.c --- ./src/libnrtype/nr-type-ft2.c 30 Oct 2003 10:29:49 -0000 1.2 +++ ./src/libnrtype/nr-type-ft2.c 9 Nov 2003 01:07:50 -0000 @@ -17,7 +17,7 @@ #include <freetype/ftbbox.h> #include "nr-type-ft2.h"
-#define NRTFFT2_DEBUG +#define noNRTFFT2_DEBUG
#ifdef NRTFFT2_DEBUG static int olcount = 0;
Small stuff, but I'm taking baby steps in figuring out the code.
Rob. http://members.rogers.com/rcrosbie
_________________________________________________________________ MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus&pgmarket=en-ca&RU=http%3a%2...
participants (2)
-
Nathan Hurst
-
Robert Crosbie