<div dir="ltr">I was on Mavericks this morning, attempting to compile TextMate (latest git HEAD)<div>But I suspect its no longer possible since it appears to require a more recent version of XCode - error in one function due to 'forced copy in constructor'. It was related to a parents = {} parameter, I didn't dig too deeply.</div><div><br></div><div>Not to worry, it gave me a good reason to upgrade to El Capitan.</div><div>So I've done that, and updated all the homebrew packages, aswell as Xcode <br></div><div><div>The github states that hg (mercurial) is optional, but I installed it anyway to allow the unit tests to run.<br></div></div><div><br></div><div>Unfortunately I'm still having problems </div><div><br></div><div><br></div><div>----- environment<br></div><div><br></div><div><div>[carpii@imac:~/dev/textmate]$ clang++ --version</div><div>Apple LLVM version 7.3.0 (clang-703.0.31)</div><div>Target: x86_64-apple-darwin15.5.0</div><div>Thread model: posix</div><div>InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin</div><div><br></div><div>[carpii@imac:~/dev/textmate]$ clang --version</div><div>Apple LLVM version 7.3.0 (clang-703.0.31)</div><div>Target: x86_64-apple-darwin15.5.0</div><div>Thread model: posix</div><div>InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin</div><div><br></div><div>[carpii@imac:~/dev/textmate]$ xcodebuild -version</div><div>Xcode 7.3.1</div><div>Build version 7D1014</div><div><br></div><div>[carpii@imac:~/dev/textmate]$ sw_vers -productVersion</div><div>10.11.5</div><div><br></div><div>------- compilation<br></div><div><br></div><div>[carpii@imac:~/dev/textmate]$ ninja -t clean</div><div>Cleaning... 515 files.</div><div><br></div><div>[carpii@imac:~/dev/textmate]$ ninja io</div><div>[1/1] Generate ‘build.ninja’…</div><div>[109/109] Run test ‘/Users/carpii/build/TextMate/Frameworks/io/test_io’…</div><div><br></div><div>[carpii@imac:~/dev/textmate]$ ninja TextMate</div><div>[229/1107] Run test ‘/Users/carpii/build/TextMate/Frameworks/scm/test_scm’…</div><div>FAILED: /Users/carpii/build/TextMate/Frameworks/scm/test_scm  && touch /Users/carpii/build/TextMate/Frameworks/scm/test_scm.run</div><div>/bin/sh: line 1:  7210 Segmentation fault: 11  /Users/carpii/build/TextMate/Frameworks/scm/test_scm</div><div>[229/1107] Compile ‘Frameworks/file/src/open.cc’…</div><div>ninja: build stopped: subcommand failed.</div></div><div><br></div><div><br></div><div>Any ideas please?</div></div>