It solved the intl include problem but not the boost library problem:
LINK : fatal error LNK1104: cannot open file
'libboost_signals-vc80-mt-s-1_33_1.lib'
Did not you report success with a previous patch? I did not test this
patch against msvc, but the previous version did work (the
boost_config.h one).
Also, when I run scons again after the configuration was done, it insist
on recompiling everything from the beginning. Running "scons
fast_start=no" work as expected. Looks like your patch broke the
fast_start=yes option.
I will test again, but last time I tried, it worked as expected under
linux. I hope that this is not a platform related problem since I have
limited access to the windows system.
Bo