-
Notifications
You must be signed in to change notification settings - Fork 260
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
cmake error(cmake version is 2.8.12.2) #53
Comments
I had the same issue with cmake 2.8.11. I resolved it by exporting JAVA_HOME env variable. export JAVA_HOME=<path_to_jdk>
cmake .
make |
I also have the same issue,I have export JAVA_HOME ,but none works |
For ubuntu, it would be like this
I obtained the path of jdk from the following command
|
this is not working on cmake version 2.8.12.2 |
Same issue for me as well.
|
Do you have any compilers installed? On which platform did you try? |
@jrudolph I see I have some compilers install, not sure about it though (python, ruby,vim). What's the recommended compiler to be installed? |
You'll need gcc at least. Don't know about Centos but this stackoverflow answer seems useful. So maybe
might be enough? |
it works for me,but it happends many times |
I had the same error doing cmake, afterhaving installed with
|
For centos 7, I was able to solve it by installing the devel kit (java-1.8.0-openjdk-devel.x86_64) in addition to openjdk (java-1.8.0-openjdk). |
I am getting the same error, I have JDK 11 installed, does this work with 11? I have CMAKE 2.8.12
|
turns out I need cmake3, it works with this version of cmake. Thanks. |
i installed cmake, perf, and cmake version is 2.8.12.2, but failed
CMakeError.log
The text was updated successfully, but these errors were encountered: