>>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> I belive this prob was solved in a different way in 1.3. Lars> (there I modified user.hpp directly, and not through config.h) Lars> if you go ahead with this patch then the same modifications that Lars> was/is in user.hpp must be added to config.h. Indeed. So an alternative would be to add #include <config.h> to user.hpp, right? Bennett, in case I am right, could you try this patch instead of the previous one? JMarc
Index: boost/config/user.hpp =================================================================== RCS file: /usr/local/lyx/cvsroot/lyx-devel/boost/boost/config/user.hpp,v retrieving revision 1.6.2.2 diff -u -p -r1.6.2.2 user.hpp --- boost/config/user.hpp 20 Oct 2003 15:07:45 -0000 1.6.2.2 +++ boost/config/user.hpp 5 Aug 2005 15:43:04 -0000 @@ -73,3 +73,6 @@ #if defined(__APPLE__) && defined(__GNUC__) && __GNUC__ == 2 #define BOOST_REGEX_NARROW_INSTANTIATE #endif + +// Include the main config file +#include <config.h>