Boost logo

Boost :

Subject: Re: [boost] [release] Boost 1.68.0 Beta 1 Release Candidate 1
From: Jan Beich (jbeich_at_[hidden])
Date: 2018-07-06 15:44:42


(previous mail sent to boost-users@ by mistake)

Marshall Clow via Boost <boost_at_[hidden]> writes:

> The release candidates for the first 1.68.0 beta release are now available
> at:
>
> <https://dl.bintray.com/boostorg/beta/1.68.0.beta.1.rc1/source/>

Fails to build on FreeBSD because https://github.com/boostorg/wave/pull/31
despite being merged months ago is not included in rc1.

In file included from libs/wave/src/instantiate_re2c_lexer.cpp:29:
In file included from ./boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:38:
In file included from ./boost/wave/cpplexer/re2clex/cpp_re.hpp:379:
cpp.re:189:7: error: cannot initialize return object of type 'boost::wave::token_id' with an rvalue of type 'int'
    { BOOST_WAVE_RET(T_DIVIDE); }
      ^~~~~~~~~~~~~~~~~~~~~~~~
./boost/wave/cpplexer/re2clex/cpp_re.hpp:65:16: note: expanded from macro 'BOOST_WAVE_RET'
        return (i); \
               ^~~
1 error generated.

Full build log: https://ptpb.pw/qWiz


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