Bo Peng wrote:
intl should have its own config.h. Do you see that generated (intl/config.h)
Yes it is in trunk/intl/config.h which is bad (see my other mail). The problem lies in the include options I think.
One scenario this fails is that the first run does not have gettext=included, so config.h is not generated. The second run, with fast_start=yes, intl will not generate it. I should have generated all config.h all the time. Please try fast_start=no with scons intl.
It was already with "scons --config=force fast_start=no" Abdel.
