#38337: kdepim4-runtime and kdepim4: update to 4.10.1 --------------------------------------+-------------------------------- Reporter: nicos@… | Owner: macports-tickets@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: kdepim4 kdepim4-runtime | --------------------------------------+-------------------------------- Comment (by nicos@…): Replying to [comment:4 mk@…]:
I got this when tryin to build kdepim4-runtime: {{{ :info:build /opt/macports- test/include/boost/preprocessor/config/config.hpp:86:77: warning: "__GXX_EXPERIMENTAL_CXX0X__" is not defined }}}
If I am correct, you build on SL, right ? I can confirm the error when trying to build with {{{ sudo port install kdepim4-runtime configure.compiler=apple-gcc-4.2 }}} I would assume that the line with __GXX_EXPERIMENTAL_CXX0X__ indicates that libstd++ should be used, and that we would have to force a newer compiler for that, like other ports: {{{ if {${configure.compiler} != "clang" && ${os.platform} == "darwin"} { depends_build-append port:clang-3.1 configure.compiler macports-clang-3.1 } }}} -- Ticket URL: <https://trac.macports.org/ticket/38337#comment:9> MacPorts <http://www.macports.org/> Ports system for OS X