#40924: GitX fails to build on OS X 10.9 Mavericks -------------------------+----------------------- Reporter: jrblevin@… | Owner: cal@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: mavericks Port: GitX | -------------------------+----------------------- Comment (by steven.mcphillips@…): Updating the xcode project to use libstdc++ (CLANG_CXX_LIBRARY) seems to do the trick. I think libc++ is now the compiler default(?) {{{ diff --git a/GitX.xcodeproj/project.pbxproj b/GitX.xcodeproj/project.pbxproj index 0774ba5..3ac5ca8 100644 --- a/GitX.xcodeproj/project.pbxproj +++ b/GitX.xcodeproj/project.pbxproj @@ -942,6 +948,7 @@ 26FC0A850875C7B200E6366F /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + CLANG_CXX_LIBRARY = "libstdc++"; COPY_PHASE_STRIP = NO; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -970,6 +977,7 @@ 26FC0A860875C7B200E6366F /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + CLANG_CXX_LIBRARY = "libstdc++"; DEBUG_INFORMATION_FORMAT = dwarf; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", }}} -- Ticket URL: <https://trac.macports.org/ticket/40924#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X