I now get the following compile error on linux when compiling the most
recent CVS version:
utils/misc.cpp: In function `wxString NumToStr(double)':
utils/misc.cpp:133: choosing `wxChar wxString::operator[](int) const' over `
wxChar& wxString::operator[](unsigned int)'
utils/misc.cpp:133: because worst conversion for the former is better than
worst conversion for the latter
make: *** [utils/misc.o] Error 1
ahp