OS X 10.9.2 Xcode 5.0.2 Homebrew with the following formula installed:
atomicparsley autoconf automake boost capnp dovecot lftp libtool mercurial multimarkdown ninja nmap openssl pidof pkg-config ragel readline
git clone https://github.com/textmate/textmate.git cd textmate && git submodule update —init
./configure rm /Users/dfelicia/build/TextMate/Frameworks/SoftwareUpdate/fixtures/secret.pem [1/1] Generate source from ‘Frameworks/encoding/src/frequencies.capnp’… [45/45] Generate source from ‘Frameworks/plist/src/cache.capnp’… [118/118] Link executable ‘/Users/dfelicia/build/TextMate/Applications/bl/bl’… Downloading ‘https://api.textmate.org/bundles/default%E2%80%99%E2%80%A6 scandir("/var/folders/3h/jv8nxm4x0kv184rw_mqjfyph0000gp/T/bundles.y4UpZJkT/Managed/Bundles"): No such file or directory Downloading... Done!
ninja [1/1] Generate ‘build.ninja’… [232/996] Compile ‘Frameworks/OakAppKit/src/OakPasteboardChooser.mm’… FAILED: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++' -DOakAppKit_EXPORTS -include /Users/dfelicia/build/TextMate/Shared/PCH/prelude.mm -c -pipe -fPIC -gdwarf-2 -m64 -mmacosx-version-min=10.7 -isysroot "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk" -funsigned-char -D'NULL_STR="\uFFFF"' -Wall -Wwrite-strings -Wformat -Winit-self -Wmissing-include-dirs -Wno-parentheses -Wno-sign-compare -Wno-switch -Wno-address-of-temporary -IShared/include -fcolor-diagnostics -DNDEBUG -Os -fvisibility=hidden -std=c++11 -stdlib=libc++ -fobjc-abi-version=3 -fobjc-arc -fobjc-call-cxx-cdtors -o /Users/dfelicia/build/TextMate/Frameworks/OakAppKit/src/OakPasteboardChooser.o -MMD -MF /Users/dfelicia/build/TextMate/Frameworks/OakAppKit/src/OakPasteboardChooser.o.d -I/Users/dfelicia/build/TextMate/include Frameworks/OakAppKit/src/OakPasteboardChooser.mm Frameworks/OakAppKit/src/OakPasteboardChooser.mm:3:9: fatal error: 'OakAppKit/OakAppKit.h' file not found #import <OakAppKit/OakAppKit.h> ^ 1 error generated. [232/996] Compile ‘Frameworks/file/src/open.cc’… ninja: build stopped: subcommand failed.
mdfind -name OakAppKit.h /Users/dfelicia/github/local/textmate/Frameworks/OakAppKit/src/OakAppKit.h
Before I start messing with the ninja Makefile to add /Users/dfelicia/github/local/textmate/Frameworks to inludes list, am I doing something wrong?