[Paraview-developers] Failing while building Paraview in Windows
Ben Boeckel
ben.boeckel at kitware.com
Wed Dec 7 10:40:19 EST 2016
On Wed, Dec 07, 2016 at 18:20:43 +0300, Шагит Зиганшин wrote:
> Just "ninja" nothing more or less.
If you run `ninja -v` it will show the command line that it runs; adding
`-j1` will make it so that it only runs one thing at a time. It should
look something like this:
% ninja -v
[27-10->1/37 at 36.9] cd
/home/boeckb/code/depot/group-kitware/vtk/build && /usr/bin/cmake
-Drelative_top=/home/boeckb/code/depot/group-kitware/vtk/build
-Dfile=/home/boeckb/code/depot/group-kitware/vtk/build/ExternalData/Testing/Data/Microscopy/pathology.tif
-Dname=/home/boeckb/code/depot/group-kitware/vtk/src/Testing/Data/Microscopy/pathology.tif
-Dext=.md5 -DExternalData_ACTION=fetch
-DExternalData_CONFIG=/home/boeckb/code/depot/group-kitware/vtk/build/VTKData_config.cmake
-P /home/boeckb/code/depot/group-kitware/vtk/src/CMake/ExternalData.cmake
-- Found object:
"/home/boeckb/code/depot/group-kitware/vtk/src/.ExternalData/MD5/6a89389966723771bc54d12bbcba1a0b"
--Ben
More information about the Paraview-developers
mailing list