Bo Peng wrote:
I will change scons using this logic.Done fr scons: iconv is required, and ICONV_CONST is also defined in common/config.h.
Hum, it does not work here Bo. common/config.h has: /* Define as const if the declaration of iconv() needs const. */ #define ICONV_CONSTAnd we need "#define ICONV_CONST const" on win32. But the test seems to pass correctly:
Check if the declaration of iconv needs const... yes Abdel.