You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cloned ClearVolume (NOT download, as this does not work because gradle tries to run git, which requires a cloned repository with a .git directory)
Ran build.bat in ClearVolume directory.
ERROR message is:
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':cmake'.
> A problem occurred starting process 'command 'cmake''
Looked inside build.bat and figured out I could run gradle --stacktrace build -x test distribution
to get more info, and what I found is: Caused by: java.io.IOException: Cannot run program "cmake" (in directory "C:\Users\Packer Lab\Documents\ClearVolume\build\cmake"): CreateProcess error=2, The system cannot find the file specified
This directory exists, but it is empty.
Here's the output of gradle -v in case it is helpful:
Gradle 2.1
Build time: 2014-09-08 10:40:39 UTC
Build number: none
Revision: e6cf70745ac11fa943e19294d19a2c527a669a53
Groovy: 2.3.6
Ant: Apache Ant(TM) version 1.9.3 compiled on December 23 2013
JVM: 1.8.0_301 (Oracle Corporation 25.301-b09)
OS: Windows 10 10.0 amd64
The text was updated successfully, but these errors were encountered:
Running Windows 10
Fresh install Oracle JDK 8
Fresh install Gradle 2.1
Fresh install of git
Cloned ClearVolume (NOT download, as this does not work because gradle tries to run git, which requires a cloned repository with a .git directory)
Ran build.bat in ClearVolume directory.
ERROR message is:
Looked inside build.bat and figured out I could run
gradle --stacktrace build -x test distribution
to get more info, and what I found is:
Caused by: java.io.IOException: Cannot run program "cmake" (in directory "C:\Users\Packer Lab\Documents\ClearVolume\build\cmake"): CreateProcess error=2, The system cannot find the file specified
This directory exists, but it is empty.
Here's the output of gradle -v in case it is helpful:
The text was updated successfully, but these errors were encountered: