#44058: texlive-bin will not build with -std=c++11 -----------------------+-------------------------------- Reporter: william@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.0 Keywords: | Port: texlive-bin -----------------------+-------------------------------- I am experimenting with switching on C++11 for my macports builds, and so today I executed: {{{ sudo port upgrade outdated 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 }}} Sadly, texlive-bin cannot withstand this set of build options. Build log attached. The problem is some constants being declared which are too wide for the type designated to hold them! -- Ticket URL: <https://trac.macports.org/ticket/44058> MacPorts <http://www.macports.org/> Ports system for OS X