Details
-
Bug
-
Resolution: Fixed
-
High
-
5.34/26
-
None
-
Windows 7, CMake, nmake, Visual Studio Express 2012
Description
When trying to install ROOT 5 with CMake on Windows, the build fails when trying to execute a shell script (the code probably originates in proof/proofbench/CMakeLists.txt).
For some reason that is not clear to me some piece of code is also calling git. Here's the output of "nmake VERBOSE=1":
[ 97%] Built target ProofBench
|
"C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\BIN\nmake.exe" -f proof\proofbench\CMakeFiles\ProofBenchPARFiles.dir\build.make /nologo -L
|
proof\proofbench\CMakeFiles\ProofBenchPARFiles.dir\depend
|
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E cmake_depends "NMake Makefiles" C:\prog\root5.34.26 C:\prog\root5.34.26\proof\proofbench C:\prog\root5.34.26-build-nmake C:\prog\root5.34.26 -build-nmake\proof\proofbench C:\prog\root5.34.26-build-nmake\proof\proofbench\CMakeFiles\ProofBenchPARFiles.dir\DependInfo.cmake --color=
|
"C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\BIN\nmake.exe" -f proof\proofbench\CMakeFiles\ProofBenchPARFiles.dir\build.make /nologo -L
|
proof\proofbench\CMakeFiles\ProofBenchPARFiles.dir\build
|
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E cmake_progress_report C:\prog\root5.34.26-build-nmake\CMakeFiles
|
[ 97%] Generating etc/proof/proofbench/ProofBenchCPUSel.par, etc/proof/proofbench/ProofBenchDataSel.par
|
cd C:\prog\root5.34.26
|
etc\proof\utils\makepbenchpars.sh ProofBenchCPUSel C:/prog/root5.34.26 C:/prog/root5.34.26-build-nmake
|
Welcome to Git (version 1.8.4-preview20130916)
|
|
|
Run 'git help git' to display the help index.
|
Run 'git help <command>' to display help for specific commands.
|
etc\proof\utils\makepbenchpars.sh ProofBenchDataSel C:/prog/root5.34.26 C:/prog/root5.34.26-build-nmake
|
Welcome to Git (version 1.8.4-preview20130916)
|
|
|
Run 'git help git' to display the help index.
|
Run 'git help <command>' to display help for specific commands.
|
cd C:\prog\root5.34.26-build-nmake
|
NMAKE : fatal error U1077: '"C:\Program Files (x86)\CMake\bin\cmake.exe"' : retu
|
rn code '0x1'
|
Stop.
|
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 11.0
|
\VC\BIN\nmake.exe"' : return code '0x2'
|
Stop.
|
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 11.0
|
\VC\BIN\nmake.exe"' : return code '0x2'
|
Stop.
|
|
c:\prog\root5.34.26-build-nmake>
|
I didn't install any external libraries and left all the values (other than CMAKE_INSTALL_PREFIX) intact.