I’m seeing the same thing. Just tried to compile TextMate under Xcode 13.1, on macOS 12.0.1, and got the exact same error.
Allan have you bumped into this yourself yet?
Thanks, Kevin
I put up a pull request with my changes to get TextMate compiling on Xcode 13.1. Also sadly Monterey has deprecated `vfork` to behave the same as `fork`.
On 26 Dec 2021, at 18:42, jgavris--- via TextMate wrote:
I put up a pull request with my changes to get TextMate compiling on Xcode 13.1. Also sadly Monterey has deprecated `vfork` to behave the same as `fork`.
Thanks, and sorry for the late reply. I did take a quick look, but I fear it will break building on prior versions of macOS / Xcode, but worst-case I will add some `#ifdef` to check for build environment and get this merged.
Sounds great. Thank you for the pull request, jgavris, and thank you, Allan, for looking into it.
On Sun, Jan 30, 2022, at 18:47, Allan Odgaard via TextMate wrote:
On 26 Dec 2021, at 18:42, jgavris--- via TextMate wrote:
I put up a pull request with my changes to get TextMate compiling on Xcode 13.1. Also sadly Monterey has deprecated `vfork` to behave the same as `fork`.
Thanks, and sorry for the late reply. I did take a quick look, but I fear it will break building on prior versions of macOS / Xcode, but worst-case I will add some `#ifdef` to check for build environment and get this merged.
TextMate mailing list -- textmate@lists.macromates.com To unsubscribe send an email to textmate-leave@lists.macromates.com