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

ClearVolume build failing on Windows 10 #82

Open
apacker83 opened this issue Jul 22, 2021 · 0 comments
Open

ClearVolume build failing on Windows 10 #82

apacker83 opened this issue Jul 22, 2021 · 0 comments

Comments

@apacker83
Copy link

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:

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant