Hey everyone,
Snow Leopard got rid of the MacOSX10.4u.sdk in /Developers/SDKs so now
the MacVim xcodeproject
won't build.
These are references to the old SDK:
<code>
MacVim.xcodeproj/project.pbxproj
219: 1D80FBE30CBBD6F200102A1C /* Carbon.framework */ = {isa =
PBXFileReference; lastKnownFileType = wrapper.framework; name =
Carbon.framework; path = /Developer/SDKs/MacOSX10.4u.sdk/System/
Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; };
PSMTabBarControl/PSMTabBarControl.xcodeproj/johnp.pbxuser
631: path =
/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/
InterfaceBuilder.framework/Versions/A/Headers/IBInspector.h;
648: path =
/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/
InterfaceBuilder.framework/Versions/A/Headers/IBInspector.h;
665: path =
/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/
InterfaceBuilder.framework/Versions/A/Headers/IBViewProtocol.h;
682: path =
/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/
InterfaceBuilder.framework/Versions/A/Headers/IBViewProtocol.h;
1888: path = /Developer/SDKs/MacOSX10.3.9.sdk/System/Library/
Frameworks/AppKit.framework/Versions/C/Headers/NSToolbar.h;
1905: path = /Developer/SDKs/MacOSX10.3.9.sdk/System/Library/
Frameworks/AppKit.framework/Versions/C/Headers/NSToolbar.h;
PSMTabBarControl/PSMTabBarControl.xcodeproj/project.pbxproj
585: SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
679: SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
689: SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
build/MacVim.build/Release/MacVim.build/build-state.dat
5:N/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/
Carbon.framework/Carbon
build/MacVim.build/Release/MacVim.build/build-state~.dat
5:N/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/
Carbon.framework/Carbon
build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/
build-state.dat
1(4...@78"error: There is no SDK with the name or path '/Developer/SDKs/
MacOSX10.4u.sdk'273345120#18446744073709551615#0#0(1...@0"0
(0#1#0"6003333849562827776#0"0#
build/PSMTabBarControl.build/Release/PSMTabBarControlFramework.build/
build-state~.dat
1(4...@78"error: There is no SDK with the name or path '/Developer/SDKs/
MacOSX10.4u.sdk'273344762#18446744073709551615#0#0(1...@0"0
(0#1#0"6003333849562827776#0"0#
edit-in-odb/Edit in ODBEditor.xcodeproj/project.pbxproj
231: SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
285: SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
298: SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
</code>
So will just switching those references to new SDK break stuff?
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_mac" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---