id summary reporter owner description type status milestone component version severity resolution keywords cc 4748 mingw compile error causes tests to fail Jim Bell Robert Ramey "Many mingw tests fail with this compile error: {{{ boost/serialization/collection_size_type.hpp:60: error: extra ';' }}} Removing the semicolon at the end of that line fixes it. There must be a semicolon in the macro definition. One expects the compiler to accept multiple semicolons, as empty statements are allowed. That applies to functions (being executed), but seems not to be the case for declarations. " Bugs closed To Be Determined serialization Boost 1.44.0 Problem fixed mingw jim@…