Skip to content
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

Not able to install reduce through cmake #38

Closed
QingweiMeng1234 opened this issue Aug 5, 2021 · 2 comments
Closed

Not able to install reduce through cmake #38

QingweiMeng1234 opened this issue Aug 5, 2021 · 2 comments
Assignees
Labels

Comments

@QingweiMeng1234
Copy link

Hi,

I am not able to install reduce through cmake. I guess it is probably the version of gcc is too old. I attached the problem down below.

image

@russell-taylor russell-taylor self-assigned this Aug 5, 2021
@russell-taylor
Copy link
Collaborator

In the latest master branch, CMakeLists.txt requested C++ version 11, but did not require it. I just pushed a commit that adds a flag that should require it, which will presumably refuse to compile with a version of the compiler that does not support C++11.

It should have given you a warning during CMake configure that it was unable to meet the requirement, but now it will fail to generate the build files. If you can't get a C++11 compiler, you will need to revert to an earlier release.

Let me know what happens when you pull the new commit.

@QingweiMeng1234
Copy link
Author

I just pulled the newest version and it worked on my server. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants