
19 Jan
2011
19 Jan
'11
4:12 p.m.
Alex Potapenko wrote:
Building boost 1.45 on Debian using arm-linux-uclibc toolchain fails to compile serialization lib, due to static assertions in basic_binary_?archive.hpp's at:
BOOST_STATIC_ASSERT(sizeof(tracking_type) == sizeof(bool));
The above has been removed from the trunk version
BOOST_STATIC_ASSERT(sizeof(class_id_type) == sizeof(int_least16_t)); BOOST_STATIC_ASSERT(sizeof(class_id_reference_type) == sizeof(int_least16_t));
These should be investigated. before commenting out. It could be detecting something unexpected in a pre-requisite library. Robert Ramey