-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile Fails on macOS Big Sur 11.2 #2708
Comments
I'm getting this same error on the same mac |
same error here! Can anyone with good intentions share the successfully compiled v1.0.5 version? |
I've got same error. |
same here |
Maybe P.S This function appears three times in total, and can be simply renamed by the replacement function in IDE |
let me give that a try, I did just try to fetch the latest snapshot of the dev tree and compile from there, and still same issue. I'm on Mac OS Catalina, but ever since the latest update to 10.15.7, I'm having the same issue with compilation. So maybe Mac introduced a new library with this _rotr function name or something? |
That worked for me, I opened up the ./xmr-stak/xmrstak/backend/cpu/soft_aes.hpp file in Xcode. Then did a Find --> Find and Replace. Typed in "_rotr" for the search criteria and replaced it with another name, and it replaced two sections of the code in that file. Saved it, and attempted the "make install" again. This time it got to 46% and failed again on httpd.cpp with this output: xmr-stak % make |
I had the same error on OpenBSD 6.8, and fixed it by rename all
|
to work around |
Describe the bug
Following the compilation instructions in the GitHub Docs results in a fatal error. The compilation output traceback points to several errors related to undeclared identifiers and a no matching function error. See output below.
**Which operating system do you use? **
To Reproduce
Output of CMAKE -LA
Feel free to add more information.
The text was updated successfully, but these errors were encountered: