2010 MacBook Pro Intel Core 2 Duo, 2.4 GHz, with 8GB, OS X 10.8.4, Homebrew<br><br><br>textmate(master) $ git submodule update --init<br><br><br>seemed fine. Then there was:<br><br><br>textmate(master) $ ./configure<br>make: *** [/Users/richarddrake/build/TextMate/Frameworks/SoftwareUpdate/fixtures/secret.pem] Error 127<br>
<br><br>but what the heck, I carried on. So then:<br><br><br>textmate(master) $ ninja<br>... [various warnings]<br>[171/987] Run test ‘/Users/richarddrake/build/TextMate/Frameworks/scm/test_scm’…<br>FAILED: /Users/richarddrake/build/TextMate/Frameworks/scm/test_scm && touch /Users/richarddrake/build/TextMate/Frameworks/scm/test_scm.run<br>
/bin/sh: line 1: 33977 Segmentation fault: 11  /Users/richarddrake/build/TextMate/Frameworks/scm/test_scm<br><br><br>Got another error in trying again so googled and did:<br><br><br>textmate(master) $ ninja scm/coerce<br>
[1/1] Skip test ‘/Users/richarddrake/build/TextMate/Frameworks/scm/test_scm’…<br>textmate(master) $ ninja<br>...<br>[174/808] Run test ‘/Users/richarddrake/build/TextMate/Frameworks/SoftwareUpdate/test_SoftwareUpdate’…<br>
FAILED: /Users/richarddrake/build/TextMate/Frameworks/SoftwareUpdate/test_SoftwareUpdate && touch /Users/richarddrake/build/TextMate/Frameworks/SoftwareUpdate/test_SoftwareUpdate.run<br>test_SoftwareUpdate: 5 of 8 tests failed:<br>
/Users/richarddrake/puny/big/textmate/Frameworks/SoftwareUpdate/tests/t_sw_update.cc:64: Expected (err == "Extracting archive."), found ("The requested URL returned error: 404" != "Extracting archive.")<br>
/Users/richarddrake/puny/big/textmate/Frameworks/SoftwareUpdate/tests/t_sw_update.cc:73: Expected (err == "Extracting archive."), found ("The requested URL returned error: 404" != "Extracting archive.")<br>
/Users/richarddrake/puny/big/textmate/Frameworks/SoftwareUpdate/tests/t_sw_update.cc:82: Expected (err == "Bad signature."), found ("The requested URL returned error: 404" != "Bad signature.")<br>
/Users/richarddrake/puny/big/textmate/Frameworks/SoftwareUpdate/tests/t_sw_update.cc:91: Expected (err == "Bad signature."), found ("The requested URL returned error: 404" != "Bad signature.")<br>
/Users/richarddrake/puny/big/textmate/Frameworks/SoftwareUpdate/tests/t_sw_update.cc:109: Expected (err == NULL_STR), found ("The requested URL returned error: 404" != " ")<br>[174/808] Compile ‘Frameworks/document/src/document.cc’…<br>
Frameworks/document/src/document.cc:160:24: warning: private field 'tracker' is not used [-Wunused-private-field]<br>                        document_tracker_t* tracker;<br>                                            ^<br>
1 warning generated.<br>ninja: build stopped: subcommand failed.<br><br><br>Tried (without knowing ninja or what this meant) this multiple times:<br><br><br>textmate(master) $ ninja SoftwareUpdate/coerce<br>[1/1] Skip test ‘/Users/richarddrake/build/TextMate/Frameworks/SoftwareUpdate/test_SoftwareUpdate’…<br>
<br><br>which got me to:<br><br><br>textmate(master) $ ninja<br>[8/26] Run test ‘/Users/richarddrake/build/TextMate/Frameworks/SoftwareUpdate/test_SoftwareUpdate’…<br>FAILED: /Users/richarddrake/build/TextMate/Frameworks/SoftwareUpdate/test_SoftwareUpdate && touch /Users/richarddrake/build/TextMate/Frameworks/SoftwareUpdate/test_SoftwareUpdate.run<br>
test_SoftwareUpdate: 5 of 8 tests failed:<br>/Users/richarddrake/puny/big/textmate/Frameworks/SoftwareUpdate/tests/t_sw_update.cc:64: Expected (err == "Extracting archive."), found ("The requested URL returned error: 404" != "Extracting archive.")<br>
/Users/richarddrake/puny/big/textmate/Frameworks/SoftwareUpdate/tests/t_sw_update.cc:73: Expected (err == "Extracting archive."), found ("The requested URL returned error: 404" != "Extracting archive.")<br>
/Users/richarddrake/puny/big/textmate/Frameworks/SoftwareUpdate/tests/t_sw_update.cc:82: Expected (err == "Bad signature."), found ("The requested URL returned error: 404" != "Bad signature.")<br>
/Users/richarddrake/puny/big/textmate/Frameworks/SoftwareUpdate/tests/t_sw_update.cc:91: Expected (err == "Bad signature."), found ("The requested URL returned error: 404" != "Bad signature.")<br>
/Users/richarddrake/puny/big/textmate/Frameworks/SoftwareUpdate/tests/t_sw_update.cc:109: Expected (err == NULL_STR), found ("The requested URL returned error: 404" != " ")<br>ninja: build stopped: subcommand failed.<br>
<br><br>At which point googling didn't seem to shed light and I came here. Been a TextMate user since 2006, decided to download v2 on Wednesday. Great job Allan and co. I thought I'd take a look at the source because of a niggle found that I've created a GitHub issue for:<br>
<br><a href="https://github.com/textmate/textmate/issues/1047">https://github.com/textmate/textmate/issues/1047</a><br><br>But it would be nice to tinker with other things anyway.<br><br>Regards<br><br>Richard<br>