This might be caused by the use of boost headers without config.h, since we only have that BOOST_ALL_NO_LIB defined in this header file. Could you please check this for me?
By greping debug/common/frontends/qt4/*.obj, I find that Application.obj has symbol vc80-mt-ss-.... Adding config.h to Application.C solves the problem so a patch is being committed. Does someone have any idea how to prevent boost headers from being included without config.h? Bo