1, error MSB6006: “cmd.exe” exited with code 1
The error description is shown below:
Reasons for error reported in VS2013 Output:
28> CMake Error at F:/vtk7.0/VTKsrc/CMake/ExternalData CMake: 1005 (the message) :
28 & gt; Object MD5=b7d4fa1943ca47ef537e6847886e3935 not found at:
28> http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.download& checksum=b7d4fa1943ca47ef537e6847886e3935& Algorithm =MD5 (” Timeout was reached “)
; http://www.vtk.org/files/ExternalData/MD5/b7d4fa1943ca47ef537e6847886e3935 (” Failure when identifiers data from the peer “)
28 & gt; Call Stack (most recent call first):
28> F:/vtk7.0/VTKsrc/CMake/ExternalData CMake: 1027 (_ExternalData_download_object)
28 & gt; C: \ Program Files \ MSBuild \ Microsoft (x86) Cpp \ v4.0 \ V120 \ Microsoft CppCommon. The targets (170, 5) : error MSB6006: “CMD. Exe” exited with code 1.
Error reason:
This error is caused by the incorrect setting of VTK_DATA_ROOT in CMAKE, which is the BUILD_TESTING option, and the need to download the VTKDATA data at compile time. The time to download the data exceeds the maximum waiting time set due to the network speed or lack of scientific Internet surfing.
Solution:
Download the vtkdata.zip data and overwrite the MD5 file in the unzipper file \ExternalData\Objects\MD5 file in the binary directory.
Read More:
- Solutions to several VTK compilation errors (vtk5.8 + VS2010)
- Idea ignores compilation errors and runs in eclipse compilation mode
- Configuration, compilation and installation of vtk8.1 in qt5.9
- Vtk8.0 compilation process record under vs2017 and qt5.12.1
- VTK + QT + vs compilation and installation configuration
- [VTK] vtk8.2.0 + vs2015 + win10 compilation and configuration
- Compilation errors and warnings encountered in QT and their solutions
- Analysis of the causes of errors in G + + compilation “was not declared in this scope”“
- VTK compilation problem solving
- Vtk8.2.0 (32bit + 64bit) compilation and installation test (win10 + vs2017 + Qt5)
- Solutions to various inexplicable errors after QT compilation
- Analysis of compilation errors of “error conflicting types for function”
- Solutions to vs2013 compilation errors
- Two methods of cmake in VTK program
- VTK: VTK error problem set
- VTK series: installation and introduction of VTK
- Using vtk8.1 in qcreator
- There are errors 1304 and 2350 FDI server errors in ArcGIS Server installation
- Problems encountered in VTK installation
- Summary of problems encountered in compiling and installing vtk7 + vs2013 / 2015 + cmake