#43895: xercesc3 does not build when using c++11 ------------------------+-------------------------------- Reporter: william@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.0 Resolution: | Keywords: haspatch Port: xercesc3 | ------------------------+-------------------------------- Comment (by ryandesign@…): Replying to [ticket:43895 william@…]:
Using the configure line:
{{{ sudo port install xercesc3 configure.cxx_stdlib=libc++ configure.cxxflags=-std=c++11 \ configure.macosx_deployment_target=10.7 \
configure.sdkroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk
}}}
… the build fails with the following error:
Why add all these flags? The port builds fine for me when I just run "`sudo port install xercesc3`". -- Ticket URL: <https://trac.macports.org/ticket/43895#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X