elm / compiler

Compiler for Elm, a functional language for reliable webapps.
https://elm-lang.org/
BSD 3-Clause "New" or "Revised" License
7.51k stars 656 forks source link

Old mac; clock woes #2201

Open Xact opened 3 years ago

Xact commented 3 years ago

I can't use elm on my computer: not even 'elm init' works. I am constantly getting this terminal error message: 'dyld: Symbol not found: _clock_gettime'.

So, yeah, I'm stuck in the past, using Mac OS 10.11, which is as far as my computer can go. The clock error is based on a clock instruction set that was introduced with Mac OS 10.12. See this link to a good discussion... perhaps this is an easy fix for you? https://github.com/zeromq/libzmq/issues/2175

I'm a bit disappointed, but then again I suppose I should get around to getting a new-ish machine.

Regards, Phil

github-actions[bot] commented 3 years ago

Thanks for reporting this! To set expectations:

Finally, please be patient with the core team. They are trying their best with limited resources.