AMDG On 04/30/2018 03:45 PM, Vicente J. Botet Escriba wrote:
Le 30/04/2018 à 16:36, Steven Watanabe via Boost a écrit :
I've needed -to update to the last boost version and I'm experimenting the same issue as the one reported in
https://github.com/boostorg/build/issues/299
but in my Mac.
/Users/viboes/github/m_boost/libs/predef/check/../tools/check/predef.jam:46:
Unescaped special character in argument $(language)::$(expression) This is only a warning and is not the cause of
On 04/30/2018 08:13 AM, Vicente J. Botet Escriba via Boost wrote: the error.
/Users/viboes/github/m_boost/tools/build/src/build/configure.jam:288: in try-find-build *** argument error * rule log-check-result ( result ) * called with: ( ) * missing argument result
Do you have an idea of what is wrong?
That's a different issue and one that I thought I fixed. Are you certain that you have the most recent tools/build?
I did a clone, then ./bootstrap.sh and then ./b2 headers
Are you using master? It looks like I haven't merged the fix yet (it did make it into the release). The problem usually shouldn't appear unless there are other issues with your configuration. You might want to check bin.v2/configure.log. Or... are you trying to build fat binaries? That could cause this issue as well (failure to deduce address-model/architecture because it isn't unique.). In Christ, Steven Watanabe