Opened 7 years ago
Closed 7 years ago
#55642 closed defect (fixed)
bitcoin @0.14.1: A compiler with support for C++11 language features is required
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | easieste@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | sami.laine@… | |
Port: | bitcoin |
Description
bitcoin fails to build on Mac OS X Snow Leopard 10.6.8 with Xcode 4.2:
checking whether /usr/bin/llvm-g++-4.2 supports C++11 features with -std=c++11... no checking whether /usr/bin/llvm-g++-4.2 supports C++11 features with -std=c++0x... no checking whether /usr/bin/llvm-g++-4.2 supports C++11 features with +std=c++11... no checking whether /usr/bin/llvm-g++-4.2 supports C++11 features with -h std=c++11... no configure: error: *** A compiler with support for C++11 language features is required.
Change History (2)
comment:1 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)
comment:2 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Adding
PortGroup cxx11 1.1
should have been enough, but the build fails because the build system fails to useCXXFLAGS
when linking libbitcoinconsensus.dylib.