$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Test build for 1.56 available
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2014-07-06 13:27:13
On Sun, Jul 6, 2014 at 7:27 PM, Marshall Clow <mclow.lists_at_[hidden]> wrote:
> I have made a test build for 1.56 and would appreciate help in finding problems with it.
>
> boost.1.56.0.tar.gz: https://dl.dropboxusercontent.com/u/11048326/boost/boost-1.56.0a1c1.tar.gz
> boost.1.56.0.zip: https://dl.dropboxusercontent.com/u/11048326/boost/boost-1.56.0a1c1.zip
>
> The tar.gz file builds w/o errors on my Mac.
> The zip version contains windows line endings.
>
> Iâm looking for:
> * missing files/libraries
> * files/folders that donât belong in the release
> * files/folders in the wrong places
> * build failures
> * Anything else that is wrong.
>
> One thing Iâve noticed is that these are *significantly* larger than the 1.55.0 archives.
> A bunch of that is because the Boost.Ublas documentation has exploded in size - but there are probably other reasons as well.
>
> Looking forward to feedbackâ¦
The winapi submodule seems to be missing, thus Windows builds fail
with a lot of:
Cannot open include file: 'boost/detail/interlocked.hpp': No such file
or directory
Also, I didn't find a revision of the boost submodule that would start
with 0a1c1. Which revision did you use?