"Bo Peng" <[EMAIL PROTECTED]> writes:
| > 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?
By adhereing to the rule we have :-)
All source files (not headers) should include config.h as their first
include.
For the boost source itself we set BOOST_USER_CONFIG to <config.h>
Or is this not reall what you are asking?
--
Lgb