Darwin Clang Config failures.
Does anyone understand why these all fail: http://www.boost.org/development/tests/develop/developer/output/marshall-mac... Is <functional> really broken on that platform? Surely not? Thanks, John.
Le 12/09/14 17:44, John Maddock a écrit :
Does anyone understand why these all fail: http://www.boost.org/development/tests/develop/developer/output/marshall-mac...
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/__functional_base_03:962:22: error: no matching function for call to '__invoke'
Is <functional> really broken on that platform? Surely not?
Unfortunately this is not the only one of the testers that have this error. http://www.boost.org/development/tests/develop/developer/output/marshall-mac... In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/__functional_base:130: http://www.boost.org/development/tests/develop/developer/output/marshall-mac... /Volumes/TwoTB/LLVM/bin/bin/../include/c++/v1/__functional_base_03:962:22: error: no matching function for call to '__invoke' http://www.boost.org/development/tests/develop/developer/output/marshall-mac... /Volumes/TwoTB/LLVM/bin/bin/../include/c++/v1/__functional_base_03:962:22: error: no matching function for call to '__invoke' Best, Vicente
On Sep 12, 2014, at 11:21 AM, Vicente J. Botet Escriba
Le 12/09/14 17:44, John Maddock a écrit :
Does anyone understand why these all fail: http://www.boost.org/development/tests/develop/developer/output/marshall-mac...
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/__functional_base_03:962:22: error: no matching function for call to '__invoke'
Is <functional> really broken on that platform? Surely not?
Unfortunately this is not the only one of the testers that have this error.
http://www.boost.org/development/tests/develop/developer/output/marshall-mac...
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/__functional_base:130:
http://www.boost.org/development/tests/develop/developer/output/marshall-mac...
/Volumes/TwoTB/LLVM/bin/bin/../include/c++/v1/__functional_base_03:962:22: error: no matching function for call to '__invoke'
http://www.boost.org/development/tests/develop/developer/output/marshall-mac...
/Volumes/TwoTB/LLVM/bin/bin/../include/c++/v1/__functional_base_03:962:22: error: no matching function for call to ‘__invoke'
I’ll take a look at this. — Marshall
I’ll take a look at this.
Thanks for that, on the assumption that these were failing because they're compiling in non-C++11 mode I made this tentative fix: https://github.com/boostorg/config/commit/94d0eaf17726ad97f68bcd02f9280a0504... I also noticed that the C++14 test run appears to actually be C++98, see: http://www.boost.org/development/tests/develop/developer/output/marshall-mac... A missing command line option perhaps? Cheers, John.
participants (4)
-
John Maddock
-
John Maddock
-
Marshall Clow
-
Vicente J. Botet Escriba