Re: Cannot Install Nim

2019-11-10 Thread Hideki
I’m not sure I could help you, but anyway, Congrats!

Re: Cannot Install Nim

2019-11-09 Thread joe_04_04
Well, I'm not sure what fixed it, but I was able to finally install Nim. I updated a large amount of items on my computer and then was able to reinstall Zim. Here is the subset of items that I updated that might of fixed my problem: Brew Upgrade Brew upgrade llvm Brew upgrade cmake Updated Xcod

Re: Cannot Install Nim

2019-11-08 Thread joe_04_04
Yeah, I have Xcode installed and I have ran the command you suggested, but macOS shows a message indicating I already have the CLTs installed: "Command line tools are already installed, use "Software Update" to install updates."

Re: Cannot Install Nim

2019-11-08 Thread joe_04_04
I will try the manual download, as you also suggested.

Re: Cannot Install Nim

2019-11-08 Thread Hideki
Did you install Xcode? If not, please install it first from [https://apps.apple.com/jp/app/xcode/id497799835](https://apps.apple.com/jp/app/xcode/id497799835) And then, install 'Command Line Tools' by running the below command in the terminal. xcode-select --install

Re: Cannot Install Nim

2019-11-08 Thread Hideki
I found simpler way. Go to [https://developer.apple.com/download/more](https://developer.apple.com/download/more)/ (You need Apple ID to login.) then search with "Command Line Tools". I believe header files should be included in the tool.

Re: Cannot Install Nim

2019-11-07 Thread joe_04_04
Thanks you very much for the link, however, the solution proposed is to use the command that installs the headers, but attempting to install that throws the follow scary error: "Installing this package may damage your system, and the installation may fail. To stop the program and the installati

Re: Cannot Install Nim

2019-11-06 Thread Hideki
Hi joe_04_04, How about checking this thread? [https://stackoverflow.com/questions/52509602/cant-compile-c-program-on-a-mac-after-upgrade-to-mojave](https://stackoverflow.com/questions/52509602/cant-compile-c-program-on-a-mac-after-upgrade-to-mojave)