#24721: unison +aqua build fails, using 10.4 SDK on 10.5 ----------------------------------+----------------------------------------- Reporter: jwhowse4@… | Owner: eridius@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: unison ----------------------------------+----------------------------------------- Comment(by Joe@…): This patch worked for me (I'm not sure if this is how I should submit this, let me know if you need a different format): {{{ --- uimacnew/uimacnew.xcodeproj/project.pbxproj.orig 2010-05-23 14:33:33.000000000 -0400 +++ uimacnew/uimacnew.xcodeproj/project.pbxproj 2010-05-23 14:33:55.000000000 -0400 @@ -682,7 +682,7 @@ baseConfigurationReference = 2E282CCC0D9AE2E800439D01 /* ExternalSettings.xcconfig */; buildSettings = { LIBRARY_SEARCH_PATHS = ""; - SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; + SDKROOT = /Developer/SDKs/MacOSX10.5.sdk; USER_HEADER_SEARCH_PATHS = $OCAMLLIBDIR; }; name = Deployment; @@ -692,7 +692,7 @@ baseConfigurationReference = 2E282CCC0D9AE2E800439D01 /* ExternalSettings.xcconfig */; buildSettings = { LIBRARY_SEARCH_PATHS = ""; - SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; + SDKROOT = /Developer/SDKs/MacOSX10.5.sdk; USER_HEADER_SEARCH_PATHS = $OCAMLLIBDIR; }; name = Default; }}} -- Ticket URL: <http://trac.macports.org/ticket/24721#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS