Closed chadams closed 8 months ago
Uhm that's weird. I was able to build the executable for macOS and also rebuild it myself on my Mac.
Could you:
nimble build
from the root folder?That error seems to be related to the OpenSSL/crypto library, which I pre-build for win/mac/linux and it is supposed to be linked statically when building min. I am wondering if for some reason when running nimble@ install it is not finding the prebuilt libcrypto.a file and pointing to something else (a different version of OpenSSL maybe).
What version of macOS are you using? Also the architecture is x64, it seems, right?
macOS Big Sur 11.7.8 2.5 GHz Quad-Core Intel Core i7 x64 I am able to use the prebuilt binary, I'll investigate some more, probably on my side then.
I was able to install nim fine.
brew install nim
butnimble install min
resulted in