I attempted to compile TextMate 2 from source using
git clone --recursive https://github.com/tectiv3/textmate.git
cd textmate
make run
but I got the trivial error
rsync: [Receiver] mkdir "/Users/leo/tmp1/textmate/build-debug/Applications/TextMate/TextMate.app/Contents/Library/QuickLook" failed: No such file or directory (2)
So I ran
mkdir -p /Users/leo/tmp1/textmate/build-debug/Applications/TextMate/TextMate.app/Contents/Library/QuickLook
and did a recompile using
Problem solved.
ps. thanks for the brilliant work in bring TextMate back to life. I really appreciate all your efforts, thank you.
I attempted to compile TextMate 2 from source using
but I got the trivial error
rsync: [Receiver] mkdir "/Users/leo/tmp1/textmate/build-debug/Applications/TextMate/TextMate.app/Contents/Library/QuickLook" failed: No such file or directory (2)So I ran
and did a recompile using
Problem solved.
ps. thanks for the brilliant work in bring TextMate back to life. I really appreciate all your efforts, thank you.