-
Notifications
You must be signed in to change notification settings - Fork 330
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
Build on Mac #13
Comments
We have never build tendis in macOS before. Thanks for issue. |
This problem could be resolved by brew installed gcc, take a look at Build and run. |
Hi @mingjliu9 , many thanks for your quick response. Here is my environment. As you can see below, I cannot see any evidence that it doesn't meet the requirements you mentioned in the document. Thanks.
|
You should link c++ to the path installed of g++, you can execute |
我这边也遇到这个克服,mac 编译Tendis 现在能克服这个问题吗 |
I have this error also I think it can be ignored though. I tested this on a computer I know has a proper function c and c++ compiler it still said those tasks were skipped. |
cmake failed on macOS 11 when it tried to check gcc configuration. I have installed gcc-10 and cmake with homebrew. But it seems that it cannot work well when it tried to read the variable CMAKE_COMPILER_IS_GNUCC, could you please share some ideas about this error? Thanks.
The text was updated successfully, but these errors were encountered: