Hi All,
Sorry for troubling you.
I am trying to build TextMate from source, since I would like to add couple of features, key bindings etc.
I have done literally everything as specified on this page:
https://github.com/textmate/textmate#readme
I have downloaded latest XCode online tools on my latest patched version of macOS Mojave.
Also, I see that Apple has upgraded my Ruby to the version 2.3.
However, anytime I run:
./configure && ninja
I get the following output:
———————————
rm /Users/sinisa/razno/zez/textmate/Frameworks/SoftwareUpdate/fixtures/secret.pem bin/gen_build:487:in `rename': No such file or directory @ rb_file_s_rename - (build.ninja~, build.ninja) (Errno::ENOENT) from bin/gen_build:487:in `atomic_write' from bin/gen_build:567:in `block in <main>' from bin/gen_build:538:in `chdir' from bin/gen_build:538:in `<main>' ./configure: line 99: 19128 Segmentation fault: 11 ninja Frameworks/encoding/src/frequencies.capnp.h ./configure: line 100: 19179 Segmentation fault: 11 ninja Frameworks/plist/src/cache.capnp.h bin/create_default_bundles_tbz: line 21: 19193 Segmentation fault: 11 ninja "$bl”
—————————
What should I do ????
Many, many thanks in advance …….
--
Sincerely,
not sure, maybe you can try to `brew update ninja` I don't know why that is crashing I was able to build today...
On Mar 1, 2019, at 10:26 AM, Sinisa Milivojevic sinisa@cytanet.com.cy wrote:
Hi All,
Sorry for troubling you.
I am trying to build TextMate from source, since I would like to add couple of features, key bindings etc.
I have done literally everything as specified on this page:
https://github.com/textmate/textmate#readme
I have downloaded latest XCode online tools on my latest patched version of macOS Mojave.
Also, I see that Apple has upgraded my Ruby to the version 2.3.
However, anytime I run:
./configure && ninja
I get the following output:
———————————
rm /Users/sinisa/razno/zez/textmate/Frameworks/SoftwareUpdate/fixtures/secret.pem bin/gen_build:487:in `rename': No such file or directory @ rb_file_s_rename - (build.ninja~, build.ninja) (Errno::ENOENT) from bin/gen_build:487:in `atomic_write' from bin/gen_build:567:in `block in <main>' from bin/gen_build:538:in `chdir' from bin/gen_build:538:in `<main>' ./configure: line 99: 19128 Segmentation fault: 11 ninja Frameworks/encoding/src/frequencies.capnp.h ./configure: line 100: 19179 Segmentation fault: 11 ninja Frameworks/plist/src/cache.capnp.h bin/create_default_bundles_tbz: line 21: 19193 Segmentation fault: 11 ninja "$bl”
—————————
What should I do ????
Many, many thanks in advance …….
--
Sincerely,
-- Sinisa Milivojevic sinisa@cytanet.com.cy MySQL Developer Larnaca, Republic of Cyprus __ ___ ___ ____ __ / |/ /_ __/ __/ __ / / / /|_/ / // /\ / /_/ / /__ /_/ /_/_, /___/_______/ <___/ www.mysql.com
textmate mailing list textmate@lists.macromates.com https://lists.macromates.com/listinfo/textmate
On 1 Mar 2019, at 10:26 PM, Grady Player gradyplayer@gmail.com wrote:
not sure, maybe you can try to `brew update ninja` I don't know why that is crashing I was able to build today…
Thank you. I have tried that now and I have got this error:
ninja 1.9.0 already installed
I hope that I have mentioned that I am on macOS Mojave and that Ruby version is 2.3.
--
Sincerely,
On Monday, March 4, 2019, Sinisa Milivojevic sinisa@cytanet.com.cy wrote:
On 1 Mar 2019, at 10:26 PM, Grady Player gradyplayer@gmail.com wrote:
not sure, maybe you can try to `brew update ninja` I don't know why that
is crashing
I was able to build today…
Thank you. I have tried that now and I have got this error:
ninja 1.9.0 already installed
Try downgrading ninja to 1.8. The new release adds
support for nanosecond resolution time stamps, which seems to cause some troubles.
I hope that I have mentioned that I am on macOS Mojave and that Ruby version is 2.3.
--
Sincerely,
-- Sinisa Milivojevic sinisa@cytanet.com.cy MySQL Developer Larnaca, Republic of Cyprus __ ___ ___ ____ __ / |/ /_ __/ __/ __ / / / /|_/ / // /\ / /_/ / /__ /_/ /_/_, /___/_______/ <___/ www.mysql.com
textmate mailing list textmate@lists.macromates.com https://lists.macromates.com/listinfo/textmate
On 4 Mar 2019, at 3:29 PM, Ronald Wampler rdwampler@gmail.com wrote:
Try downgrading ninja to 1.8. The new release adds support for nanosecond resolution time stamps, which seems to cause some troubles. I hope that I have mentioned that I am on macOS Mojave and that Ruby version is 2.3.
Thanks. Will try and will let you know ….
--
Sincerely,
On 1 Mar 2019, at 7:26 PM, Sinisa Milivojevic sinisa@cytanet.com.cy wrote:
Hi All,
———————————
rm /Users/sinisa/razno/zez/textmate/Frameworks/SoftwareUpdate/fixtures/secret.pem bin/gen_build:487:in `rename': No such file or directory @ rb_file_s_rename - (build.ninja~, build.ninja) (Errno::ENOENT) from bin/gen_build:487:in `atomic_write' from bin/gen_build:567:in `block in <main>' from bin/gen_build:538:in `chdir' from bin/gen_build:538:in `<main>' ./configure: line 98: 19128 Segmentation fault: 11 ninja Frameworks/encoding/src/frequencies.capnp.h ./configure: line 99: 19179 Segmentation fault: 11 ninja Frameworks/plist/src/cache.capnp.h bin/create_default_bundles_tbz: line 21: 19193 Segmentation fault: 11 ninja "$bl”
—————————
I tried with ninja 1.8 and got the same results.
--
Sincerely,