
2 Nov
2005
2 Nov
'05
10:04 a.m.
There is single error at http://tinyurl.com/9u6nd : use_ansi.h(49) : fatal error C1189: #error : You have included some C++/C library header files with _DEBUG defined and some with _DEBUG not defined. This will not work correctly. Please have _DEBUG set or clear consistently. ... which renders whole Boost.Python unusable under vc8. It looks as if parts of the library were build with DEBUG macro set, and other parts without it (which might lead to ODR violation). I do not know if this is jamfile problem or something else. Compiler being used is RTM version. Dave, do you need help tracing the problem? B.