Boost logo

Boost :

Subject: Re: [boost] 1.56.0 beta 1 release candidates available for testing
From: Klaim - Joël Lamotte (mjklaim_at_[hidden])
Date: 2014-07-14 19:37:14


Once again with previously attached log available there:
https://www.dropbox.com/s/8x7727pxqcs9shg/20140715-0053-build_boost_github_VS.log

On Tue, Jul 15, 2014 at 1:22 AM, Klaim - Joël Lamotte <mjklaim_at_[hidden]>
wrote:

>
> ​Hi,
>
> I just tried to compile the last master
> ( a87533ad69d761536cd395501e09719349fc9173 ) which I suppose is equivalent
> to the incoming second beta?
> I compiled it with with VS2013 Update 2 in 32 and 64 bits, using the
> following script:
>
> pushd .\boost_github
> call bootstrap.bat
> call b2 --prefix=../boost --buid-type=complete toolset=msvc-12.0
> architecture=x86 install
> call b2 --prefix=../boost --buid-type=complete
> --libdir=../boost/lib/x64 toolset=msvc-12.0 architecture=x86
> address-model=64 install
> popd
>
> I found a fatal error:
>
> .\boost/preprocessor/iteration/detail/iter/forward1.hpp(47) : fatal
> error C1083: Cannot open include file:
> 'boost/utility/detail/result_of_iterate.hpp': No such file or directory
>
> It's preventing the thread and coroutine libraries to be compiled but only
> in non-debug 32 bit (if I understand the logs correctly).
> I attached the full log to this email, in case it helps.
>
>
>


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