Boost logo

Boost :

From: Bronek Kozicki (brok_at_[hidden])
Date: 2005-11-02 05:04:58


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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk