Hi John, 2009/2/16 John P. Speno: > > Got a fresh git clone and trying to build it on Tiger: > > xcodebuild=== BUILDING NATIVE TARGET PSMTabBarControlFramework WITH > THE DEFAULT CONFIGURATION (Release) === > > Checking Dependencies... > > > === BUILDING NATIVE TARGET Edit in ODBEditor WITH THE DEFAULT > CONFIGURATION (Release) === > > Checking Dependencies... > > > === BUILDING NATIVE TARGET MacVim WITH THE DEFAULT CONFIGURATION > (Release) === > > Checking Dependencies... > > PBXCp /Users/speno/Desktop/builds/Release/MacVim.app/Contents/ > Frameworks/PSMTabBarControl.framework /Users/speno/Desktop/builds/ > Release/PSMTabBarControl.framework > cd /Users/speno/Documents/src/vim7/src/MacVim > /Developer/Library/PrivateFrameworks/DevToolsCore.framework/ > Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip- > debug-symbols -resolve-src-symlinks /Users/speno/Desktop/builds/ > Release/PSMTabBarControl.framework /Users/speno/Desktop/builds/Release/ > MacVim.app/Contents/Frameworks > pbxcp: PSMTabBarControl.framework: No such file or directory > ** BUILD FAILED ** > > It looks like the source path argument to pbxcp is the same as the > destination. I'm not sure where to fix that. Anyone know how to edit > that?
This looks completely wonky to me: from what I can judge you must have changed some setting in Xcode to use ~/Desktop/builds as a _global_ build directory. I don't know Xcode well enough to know exactly what is going on, but the paths are not right. Anyway, look at your Xcode prefs and see if you have changed the build directories somehow. Björn --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
