Opened 6 years ago

Closed 6 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 6 years ago by ryandesign (Ryan Carsten Schmidt)

Adding PortGroup cxx11 1.1 should have been enough, but the build fails because the build system fails to use CXXFLAGS when linking libbitcoinconsensus.dylib.

comment:2 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.