Bo Peng wrote:
But do we need "#define BOOST_USER_CONFIG <config.h>" in there also?
It should be in boost/config.h, and passed to boost source files. You
can check scons_lyx.log. I do not think this is need for lyx osurces,
but I might be wrong.
I think it is the other way around Bo. BOOST_USER_CONFIG is defined in
"common/config.h" for all lyx files. If a lyx file include some boost
header, the boost_header will look automatically into the file defined
by BOOST_USER_CONFIG. So no need to redefine this macro inside
boost/config.h.
Abdel.
PS: by the way, I had some config.h in the source tree so that was maybe
the reason for my library problem.