From: John M. I. <jm...@jm...> - 2010-02-14 06:56:56
|
Trying to compile a build of iTerm to implement some changes I'm interested in. Building trunk fails, tho, no matter whether I use make(1) or Xcode: % make xcodebuild -alltargets -configuration Development && \ chmod -R go+rX build/Development === BUILD NATIVE TARGET Growl OF PROJECT iTerm WITH CONFIGURATION Development === Check dependencies error: There is no SDK with the name or path 'macosx10.4' [BEROR]error: There is no SDK with the name or path 'macosx10.4' ** BUILD FAILED ** make: *** [Development] Error 1 Xcode dies on the #include for <c.h> in CFGrowlAdditions.c I tried Base SDK, Mac OS X 10.5, and Mac OS X 10.6. Any help? |