RE: [Boost-Users] Building boost.thread with CW 8.1
Bertolt Mildner wrote:
I just tried to build a very recent CVS snapshot of boost.thread with Metrowerks CW 8.1 (Windows 2000) but it failed due to problems with \boost\type_traits\alignment_traits.hpp. (see attached errors.txt)
I had no problems building it with CW 8.0 so far.
Any idea what's going wrong?
8.1 upgrade bumps up the compiler version to 0x3001; you were the first to discover that :). Check out the current CVS state - everything should be okay now. Aleksey
"Aleksey Gurtovoy"
Bertolt Mildner wrote:
I just tried to build a very recent CVS snapshot of boost.thread with Metrowerks CW 8.1 (Windows 2000) but it failed due to problems with \boost\type_traits\alignment_traits.hpp. (see attached errors.txt)
8.1 upgrade bumps up the compiler version to 0x3001; you were the first to discover that :). Check out the current CVS state - everything should be okay now.
Yup, that fixed it! Thanks! Fine Regards, Bertolt Mildner
participants (2)
-
Aleksey Gurtovoy
-
Bertolt Mildner