Hi.
I would like to install Gazebo on my windows 10 and 7 labtop.
So I keep trying to install gazebo as your instrcution. (http://gazebosim.org/tutorials?tut=install_on_windows&cat=install#Supportedcompilers)
I installed Visual Studio express 2013, ruby 2.3.3 and cmake 3.7.2.
But all of my 3 computer has same error follow :
Microsoft Windows [Version 10.0.10586]
(c) 2015 Microsoft Corporation. All rights reserved.
C:\Users\Aibrain2>d:
D:\>cd workspace\gz-ws\ign-math
D:\workspace\gz-ws\ign-math>"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x86_amd64
D:\workspace\gz-ws\ign-math>mkdir build
D:\workspace\gz-ws\ign-math>cd build
D:\workspace\gz-ws\ign-math\build>..\configure Release
Configuring for build type Release
D:\workspace\gz-ws\ign-math\build>cmake -G "NMake Makefiles" -DCMAKE_INSTALL_PREFIX="install\Release" -DCMAKE_BUILD_TYPE="Release" -DENABLE_TESTS_COMPILATION:BOOL=True ..
-- The C compiler identification is MSVC 18.0.40629.0
-- The CXX compiler identification is MSVC 18.0.40629.0
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/bin/x86_amd64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/bin/x86_amd64/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/bin/x86_amd64/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/bin/x86_amd64/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- ignition-math version 4.0.0
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
--
====== Finding 3rd Party Packages ======
-- Operating system is Windows
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- Building for arch: x86_64
-- ronn not found, manpages won't be generated
-- gzip not found, manpages won't be generated
-- ----------------------------------------
-- Checking ignition build type
-- Performing Test R/W4
-- Performing Test R/W4 - Success
-- Performing Test R-Wextra
-- Performing Test R-Wextra - Failed
-- Performing Test R-Wno-long-long
-- Performing Test R-Wno-long-long - Failed
-- Performing Test R-Wno-unused-value
-- Performing Test R-Wno-unused-value - Failed
-- Performing Test R-Wfloat-equal
-- Performing Test R-Wfloat-equal - Failed
-- Performing Test R-Wshadow
-- Performing Test R-Wshadow - Failed
-- Performing Test R-Winit-self
-- Performing Test R-Winit-self - Failed
-- Performing Test R-Wswitch-default
-- Performing Test R-Wswitch-default - Failed
-- Performing Test R-Wmissing-include-dirs
-- Performing Test R-Wmissing-include-dirs - Failed
-- Performing Test R-pedantic
-- Performing Test R-pedantic - Failed
-- BUILD WARNINGS
-- ronn not found, manpages won't be generated
-- gzip not found, manpages won't be generated
-- END BUILD WARNINGS
-- Custom CFlags: /W4
-- Build Type: Release
-- Install path: D:/workspace/gz-ws/ign-math/build/install/Release
-- Configuration successful.
-- Configuring done
-- Generating done
-- Build files have been written to: D:/workspace/gz-ws/ign-math/build
D:\workspace\gz-ws\ign-math\build>nmake
Microsoft(R) Program Maintenance Utility 버전 12.00.21005.1
Copyright (c) Microsoft Corporation. All rights reserved.
Scanning dependencies of target ignition-math4
[ 1%] Building CXX object src/CMakeFiles/ignition-math4.dir/Angle.cc.obj
Angle.cc
[ 2%] Building CXX object src/CMakeFiles/ignition-math4.dir/Box.cc.obj
Box.cc
[ 3%] Building CXX object src/CMakeFiles/ignition-math4.dir/Frustum.cc.obj
Frustum.cc
[ 5%] Building CXX object src/CMakeFiles/ignition-math4.dir/Helpers.cc.obj
Helpers.cc
[ 6%] Building CXX object src/CMakeFiles/ignition-math4.dir/Kmeans.cc.obj
Kmeans.cc
[ 7%] Building CXX object src/CMakeFiles/ignition-math4.dir/PID.cc.obj
PID.cc
[ 8%] Building CXX object src/CMakeFiles/ignition-math4.dir/Rand.cc.obj
Rand.cc
[ 10%] Building CXX object src/CMakeFiles/ignition-math4.dir/RotationSpline.cc.obj
RotationSpline.cc
[ 11%] Building CXX object src/CMakeFiles/ignition-math4.dir/RotationSplinePrivate.cc.obj
RotationSplinePrivate.cc
[ 12%] Building CXX object src/CMakeFiles/ignition-math4.dir/SemanticVersion.cc.obj
SemanticVersion.cc
[ 14%] Building CXX object src/CMakeFiles/ignition-math4.dir/SignalStats.cc.obj
SignalStats.cc
[ 15%] Building CXX object src/CMakeFiles/ignition-math4.dir/SphericalCoordinates.cc.obj
SphericalCoordinates.cc
[ 16%] Building CXX object src/CMakeFiles/ignition-math4.dir/Spline.cc.obj
Spline.cc
[ 17%] Building CXX object src/CMakeFiles/ignition-math4.dir/Temperature.cc.obj
Temperature.cc
[ 19%] Building CXX object src/CMakeFiles/ignition-math4.dir/Vector3Stats.cc.obj
Vector3Stats.cc
[ 20%] Linking CXX shared library ignition-math4.dll
ignition-math4.lib 라이브러리 및 ignition-math4.exp 개체를 생성하고 있습니다.
[ 20%] Built target ignition-math4
Scanning dependencies of target gtest
[ 21%] Building CXX object test/CMakeFiles/gtest.dir/gtest/src/gtest-all.cc.obj
gtest-all.cc
[ 23%] Linking CXX static library gtest.lib
[ 23%] Built target gtest
Scanning dependencies of target gtest_main
[ 24%] Building CXX object test/CMakeFiles/gtest_main.dir/gtest/src/gtest_main.cc.obj
gtest_main.cc
[ 25%] Linking CXX static library gtest_main.lib
[ 25%] Built target gtest_main
Scanning dependencies of target UNIT_Matrix3_TEST
[ 26%] Building CXX object src/CMakeFiles/UNIT_Matrix3_TEST.dir/Matrix3_TEST.cc.obj
Matrix3_TEST.cc
[ 28%] Linking CXX executable UNIT_Matrix3_TEST.exe
[ 28%] Built target UNIT_Matrix3_TEST
Scanning dependencies of target UNIT_Inertial_TEST
[ 29%] Building CXX object src/CMakeFiles/UNIT_Inertial_TEST.dir/Inertial_TEST.cc.obj
Inertial_TEST.cc
[ 30%] Linking CXX executable UNIT_Inertial_TEST.exe
[ 30%] Built target UNIT_Inertial_TEST
Scanning dependencies of target UNIT_Helpers_TEST
[ 32%] Building CXX object src/CMakeFiles/UNIT_Helpers_TEST.dir/Helpers_TEST.cc.obj
Helpers_TEST.cc
[ 33%] Linking CXX executable UNIT_Helpers_TEST.exe
[ 33%] Built target UNIT_Helpers_TEST
Scanning dependencies of target UNIT_Vector2_TEST
[ 34%] Building CXX object src/CMakeFiles/UNIT_Vector2_TEST.dir/Vector2_TEST.cc.obj
Vector2_TEST.cc
[ 35%] Linking CXX executable UNIT_Vector2_TEST.exe
[ 35%] Built target UNIT_Vector2_TEST
Scanning dependencies of target UNIT_Temperature_TEST
[ 37%] Building CXX object src/CMakeFiles/UNIT_Temperature_TEST.dir/Temperature_TEST.cc.obj
Temperature_TEST.cc
[ 38%] Linking CXX executable UNIT_Temperature_TEST.exe
[ 38%] Built target UNIT_Temperature_TEST
Scanning dependencies of target UNIT_Box_TEST
[ 39%] Building CXX object src/CMakeFiles/UNIT_Box_TEST.dir/Box_TEST.cc.obj
Box_TEST.cc
[ 41%] Linking CXX executable UNIT_Box_TEST.exe
[ 41%] Built target UNIT_Box_TEST
Scanning dependencies of target UNIT_Angle_TEST
[ 42%] Building CXX object src/CMakeFiles/UNIT_Angle_TEST.dir/Angle_TEST.cc.obj
Angle_TEST.cc
[ 43%] Linking CXX executable UNIT_Angle_TEST.exe
[ 43%] Built target UNIT_Angle_TEST
Scanning dependencies of target UNIT_Filter_TEST
[ 44%] Building CXX object src/CMakeFiles/UNIT_Filter_TEST.dir/Filter_TEST.cc.obj
Filter_TEST.cc
[ 46%] Linking CXX executable UNIT_Filter_TEST.exe
[ 46%] Built target UNIT_Filter_TEST
Scanning dependencies of target UNIT_Kmeans_TEST
[ 47%] Building CXX object src/CMakeFiles/UNIT_Kmeans_TEST.dir/Kmeans_TEST.cc.obj
Kmeans_TEST.cc
[ 48%] Linking CXX executable UNIT_Kmeans_TEST.exe
[ 48%] Built target UNIT_Kmeans_TEST
Scanning dependencies of target UNIT_Frustum_TEST
[ 50%] Building CXX object src/CMakeFiles/UNIT_Frustum_TEST.dir/Frustum_TEST.cc.obj
Frustum_TEST.cc
[ 51%] Linking CXX executable UNIT_Frustum_TEST.exe
[ 51%] Built target UNIT_Frustum_TEST
Scanning dependencies of target UNIT_SignalStats_TEST
[ 52%] Building CXX object src/CMakeFiles/UNIT_SignalStats_TEST.dir/SignalStats_TEST.cc.obj
SignalStats_TEST.cc
[ 53%] Linking CXX executable UNIT_SignalStats_TEST.exe
[ 53%] Built target UNIT_SignalStats_TEST
Scanning dependencies of target UNIT_Line2_TEST
[ 55%] Building CXX object src/CMakeFiles/UNIT_Line2_TEST.dir/Line2_TEST.cc.obj
Line2_TEST.cc
[ 56%] Linking CXX executable UNIT_Line2_TEST.exe
[ 56%] Built target UNIT_Line2_TEST
Scanning dependencies of target UNIT_Line3_TEST
[ 57%] Building CXX object src/CMakeFiles/UNIT_Line3_TEST.dir/Line3_TEST.cc.obj
Line3_TEST.cc
[ 58%] Linking CXX executable UNIT_Line3_TEST.exe
[ 58%] Built target UNIT_Line3_TEST
Scanning dependencies of target UNIT_MassMatrix3_TEST
[ 60%] Building CXX object src/CMakeFiles/UNIT_MassMatrix3_TEST.dir/MassMatrix3_TEST.cc.obj
MassMatrix3_TEST.cc
[ 61%] Linking CXX executable UNIT_MassMatrix3_TEST.exe
[ 61%] Built target UNIT_MassMatrix3_TEST
Scanning dependencies of target UNIT_Matrix4_TEST
[ 62%] Building CXX object src/CMakeFiles/UNIT_Matrix4_TEST.dir/Matrix4_TEST.cc.obj
Matrix4_TEST.cc
[ 64%] Linking CXX executable UNIT_Matrix4_TEST.exe
[ 64%] Built target UNIT_Matrix4_TEST
Scanning dependencies of target UNIT_PID_TEST
[ 65%] Building CXX object src/CMakeFiles/UNIT_PID_TEST.dir/PID_TEST.cc.obj
PID_TEST.cc
[ 66%] Linking CXX executable UNIT_PID_TEST.exe
[ 66%] Built target UNIT_PID_TEST
Scanning dependencies of target UNIT_Plane_TEST
[ 67%] Building CXX object src/CMakeFiles/UNIT_Plane_TEST.dir/Plane_TEST.cc.obj
Plane_TEST.cc
[ 69%] Linking CXX executable UNIT_Plane_TEST.exe
[ 69%] Built target UNIT_Plane_TEST
Scanning dependencies of target UNIT_Pose_TEST
[ 70%] Building CXX object src/CMakeFiles/UNIT_Pose_TEST.dir/Pose_TEST.cc.obj
Pose_TEST.cc
[ 71%] Linking CXX executable UNIT_Pose_TEST.exe
[ 71%] Built target UNIT_Pose_TEST
Scanning dependencies of target UNIT_Quaternion_TEST
[ 73%] Building CXX object src/CMakeFiles/UNIT_Quaternion_TEST.dir/Quaternion_TEST.cc.obj
Quaternion_TEST.cc
[ 74%] Linking CXX executable UNIT_Quaternion_TEST.exe
[ 74%] Built target UNIT_Quaternion_TEST
Scanning dependencies of target UNIT_Rand_TEST
[ 75%] Building CXX object src/CMakeFiles/UNIT_Rand_TEST.dir/Rand_TEST.cc.obj
Rand_TEST.cc
[ 76%] Linking CXX executable UNIT_Rand_TEST.exe
[ 76%] Built target UNIT_Rand_TEST
Scanning dependencies of target UNIT_RotationSpline_TEST
[ 78%] Building CXX object src/CMakeFiles/UNIT_RotationSpline_TEST.dir/RotationSpline_TEST.cc.obj
RotationSpline_TEST.cc
[ 79%] Linking CXX executable UNIT_RotationSpline_TEST.exe
[ 79%] Built target UNIT_RotationSpline_TEST
Scanning dependencies of target UNIT_SemanticVersion_TEST
[ 80%] Building CXX object src/CMakeFiles/UNIT_SemanticVersion_TEST.dir/SemanticVersion_TEST.cc.obj
SemanticVersion_TEST.cc
[ 82%] Linking CXX executable UNIT_SemanticVersion_TEST.exe
[ 82%] Built target UNIT_SemanticVersion_TEST
Scanning dependencies of target UNIT_SphericalCoordinates_TEST
[ 83%] Building CXX object src/CMakeFiles/UNIT_SphericalCoordinates_TEST.dir/SphericalCoordinates_TEST.cc.obj
SphericalCoordinates_TEST.cc
[ 84%] Linking CXX executable UNIT_SphericalCoordinates_TEST.exe
[ 84%] Built target UNIT_SphericalCoordinates_TEST
Scanning dependencies of target UNIT_Spline_TEST
[ 85%] Building CXX object src/CMakeFiles/UNIT_Spline_TEST.dir/Spline_TEST.cc.obj
Spline_TEST.cc
[ 87%] Linking CXX executable UNIT_Spline_TEST.exe
[ 87%] Built target UNIT_Spline_TEST
Scanning dependencies of target UNIT_Triangle_TEST
[ 88%] Building CXX object src/CMakeFiles/UNIT_Triangle_TEST.dir/Triangle_TEST.cc.obj
Triangle_TEST.cc
[ 89%] Linking CXX executable UNIT_Triangle_TEST.exe
[ 89%] Built target UNIT_Triangle_TEST
Scanning dependencies of target UNIT_Triangle3_TEST
[ 91%] Building CXX object src/CMakeFiles/UNIT_Triangle3_TEST.dir/Triangle3_TEST.cc.obj
Triangle3_TEST.cc
[ 92%] Linking CXX executable UNIT_Triangle3_TEST.exe
[ 92%] Built target UNIT_Triangle3_TEST
Scanning dependencies of target UNIT_Vector3_TEST
[ 93%] Building CXX object src/CMakeFiles/UNIT_Vector3_TEST.dir/Vector3_TEST.cc.obj
Vector3_TEST.cc
[ 94%] Linking CXX executable UNIT_Vector3_TEST.exe
[ 94%] Built target UNIT_Vector3_TEST
Scanning dependencies of target UNIT_Vector3Stats_TEST
[ 96%] Building CXX object src/CMakeFiles/UNIT_Vector3Stats_TEST.dir/Vector3Stats_TEST.cc.obj
Vector3Stats_TEST.cc
[ 97%] Linking CXX executable UNIT_Vector3Stats_TEST.exe
[ 97%] Built target UNIT_Vector3Stats_TEST
Scanning dependencies of target UNIT_Vector4_TEST
[ 98%] Building CXX object src/CMakeFiles/UNIT_Vector4_TEST.dir/Vector4_TEST.cc.obj
Vector4_TEST.cc
[100%] Linking CXX executable UNIT_Vector4_TEST.exe
[100%] Built target UNIT_Vector4_TEST
D:\workspace\gz-ws\ign-math\build>nmake install
Microsoft(R) Program Maintenance Utility 버전 12.00.21005.1
Copyright (c) Microsoft Corporation. All rights reserved.
[ 20%] Built target ignition-math4
[ 23%] Built target gtest
[ 25%] Built target gtest_main
[ 28%] Built target UNIT_Matrix3_TEST
[ 30%] Built target UNIT_Inertial_TEST
[ 33%] Built target UNIT_Helpers_TEST
[ 35%] Built target UNIT_Vector2_TEST
[ 38%] Built target UNIT_Temperature_TEST
[ 41%] Built target UNIT_Box_TEST
[ 43%] Built target UNIT_Angle_TEST
[ 46%] Built target UNIT_Filter_TEST
[ 48%] Built target UNIT_Kmeans_TEST
[ 51%] Built target UNIT_Frustum_TEST
[ 53%] Built target UNIT_SignalStats_TEST
[ 56%] Built target UNIT_Line2_TEST
[ 58%] Built target UNIT_Line3_TEST
[ 61%] Built target UNIT_MassMatrix3_TEST
[ 64%] Built target UNIT_Matrix4_TEST
[ 66%] Built target UNIT_PID_TEST
[ 69%] Built target UNIT_Plane_TEST
[ 71%] Built target UNIT_Pose_TEST
[ 74%] Built target UNIT_Quaternion_TEST
[ 76%] Built target UNIT_Rand_TEST
[ 79%] Built target UNIT_RotationSpline_TEST
[ 82%] Built target UNIT_SemanticVersion_TEST
[ 84%] Built target UNIT_SphericalCoordinates_TEST
[ 87%] Built target UNIT_Spline_TEST
[ 89%] Built target UNIT_Triangle_TEST
[ 92%] Built target UNIT_Triangle3_TEST
[ 94%] Built target UNIT_Vector3_TEST
[ 97%] Built target UNIT_Vector3Stats_TEST
[100%] Built target UNIT_Vector4_TEST
Install the project...
-- Install configuration: "Release"
-- Installing: D:/workspace/gz-ws/ign-math/build/install/Release/bin/msvcp120.dll
-- Installing: D:/workspace/gz-ws/ign-math/build/install/Release/bin/msvcr120.dll
-- Installing: D:/workspace/gz-ws/ign-math/build/install/Release/include/ignition/math4/ignition/math/config.hh
-- Installing: D:/workspace/gz-ws/ign-math/build/install/Release/lib/pkgconfig/ignition-math4.pc
-- Installing: D:/workspace/gz-ws/ign-math/build/install/Release/CMake/ignition-math4-config.cmake
-- Installing: D:/workspace/gz-ws/ign-math/build/install/Release/CMake/ignition-math4-config-version.cmake
-- Installing: D:/workspace/gz-ws/ign-math/build/install/Release/CMake/ignition-math4-targets.cmake
-- Installing: D:/workspace/gz-ws/ign-math/build/install/Release/CMake/ignition-math4-targets-release.cmake
-- Installing: D:/workspace/gz-ws/ign-math/build/install/Release/lib/ignition-math4.lib
-- Installing: D:/workspace/gz-ws/ign-math/build/install/Release/lib/ignition-math4.dll
-- Installing: D:/workspace/gz-ws/ign-math/build/install/Release/include/ignition/math4/ignition/math.hh
-- Installing: D:/workspace/gz-ws/ign-math/build/install/Release/include/ignition/math4/ignition/math/Angle.hh
-- Installing: D:/workspace/gz-ws/ign-math/build/install/Release/include/ignition/math4/ignition/math/Box.hh
-- Installing: D:/workspace/gz-ws/ign-math/build/install/Release/include/ignition/math4/ignition/math/Filter.hh
-- Installing: D:/workspace/gz-ws/ign-math/build/install/Release/include/ignition/math4/ignition/math/Frustum.hh
-- Installing: D:/workspace/gz-ws/ign-math/build/install/Release/include/ignition/math4/ignition/math/Helpers.hh
-- Installing: D:/workspace/gz-ws/ign-math/build/install/Release/include/ignition/math4/ignition/math/Inertial.hh
-- Installing: D:/workspace/gz-ws/ign-math/build/install/Release/include/ignition/math4/ignition/math/Kmeans.hh
-- Installing: D:/workspace/gz-ws/ign-math/build/install/Release/include/ignition/math4/ignition/math/Line2.hh
-- Installing: D:/workspace/gz-ws/ign-math/build/install/Release/include/ignition/math4/ignition/math/Line3.hh
-- Installing: D:/workspace/gz-ws/ign-math/build/install/Release/include/ignition/math4/ignition/math/MassMatrix3.hh
-- Installing: D:/workspace/gz-ws/ign-math/build/install/Release/include/ignition/math4/ignition/math/Matrix3.hh
-- Installing: D:/workspace/gz-ws/ign-math/build/install/Release/include/ignition/math4/ignition/math/Matrix4.hh
-- Installing: D:/workspace/gz-ws/ign-math/build/install/Release/include/ignition/math4/ignition/math/PID.hh
-- Installing: D:/workspace/gz-ws/ign-math/build/install/Release/include/ignition/math4/ignition/math/Plane.hh
-- Installing: D:/workspace/gz-ws/ign-math/build/install/Release/include/ignition/math4/ignition/math/Pose3.hh
-- Installing: D:/workspace/gz-ws/ign-math/build/install/Release/include/ignition/math4/ignition/math/Quaternion.hh
-- Installing: D:/workspace/gz-ws/ign-math/build/install/Release/include/ignition/math4/ignition/math/Rand.hh
-- Installing: D:/workspace/gz-ws/ign-math/build/install/Release/include/ignition/math4/ignition/math/RotationSpline.hh
-- Installing: D:/workspace/gz-ws/ign-math/build/install/Release/include/ignition/math4/ignition/math/SemanticVersion.hh
-- Installing: D:/workspace/gz-ws/ign-math/build/install/Release/include/ignition/math4/ignition/math/SignalStats.hh
-- Installing: D:/workspace/gz-ws/ign-math/build/install/Release/include/ignition/math4/ignition/math/SphericalCoordinates.hh
-- Installing: D:/workspace/gz-ws/ign-math/build/install/Release/include/ignition/math4/ignition/math/Spline.hh
-- Installing: D:/workspace/gz-ws/ign-math/build/install/Release/include/ignition/math4/ignition/math/System.hh
-- Installing: D:/workspace/gz-ws/ign-math/build/install/Release/include/ignition/math4/ignition/math/Temperature.hh
-- Installing: D:/workspace/gz-ws/ign-math/build/install/Release/include/ignition/math4/ignition/math/Triangle.hh
-- Installing: D:/workspace/gz-ws/ign-math/build/install/Release/include/ignition/math4/ignition/math/Triangle3.hh
-- Installing: D:/workspace/gz-ws/ign-math/build/install/Release/include/ignition/math4/ignition/math/Vector2.hh
-- Installing: D:/workspace/gz-ws/ign-math/build/install/Release/include/ignition/math4/ignition/math/Vector3.hh
-- Installing: D:/workspace/gz-ws/ign-math/build/install/Release/include/ignition/math4/ignition/math/Vector3Stats.hh
-- Installing: D:/workspace/gz-ws/ign-math/build/install/Release/include/ignition/math4/ignition/math/Vector4.hh
D:\workspace\gz-ws\ign-math\build>cd..\..\sdformat
D:\workspace\gz-ws\sdformat>mkdir build
D:\workspace\gz-ws\sdformat>cd build
D:\workspace\gz-ws\sdformat\build>..\configure
Configuring for build type Release
D:\workspace\gz-ws\sdformat\build>cmake -G "NMake Makefiles" -DCMAKE_PREFIX_PATH="D:\workspace\gz-ws\sdformat\build\..\..\ign-math\build\install\Release" -DBOOST_ROOT:STRING="D:\workspace\gz-ws\sdformat\build\..\..\boost_1_56_0" -DBOOST_LIBRARYDIR:STRING="D:\workspace\gz-ws\sdformat\build\..\..\boost_1_56_0\lib64-msvc-12.0" -DCMAKE_INSTALL_PREFIX="install/Release" -DCMAKE_BUILD_TYPE="Release" ..
-- The C compiler identification is MSVC 18.0.40629.0
-- The CXX compiler identification is MSVC 18.0.40629.0
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/bin/x86_amd64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/bin/x86_amd64/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/bin/x86_amd64/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/bin/x86_amd64/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- SDFormat version 6.0.0
--
====== Finding 3rd Party Packages ======
-- Using internal tinyxml code
-- Operating system is Windows
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- Building for arch: x86_64
-- Boost version: 1.56.0
-- Boost version: 1.56.0
-- Found the following Boost libraries:
-- system
-- filesystem
-- program_options
-- Could NOT find PY_psutil (missing: PY_PSUTIL)
-- Python psutil package not found. Memory leak tests will be skipped
-- Found ruby executable: C:/Ruby23-x64/bin/ruby.exe
-- Looking for ignition-math3-config.cmake - not found
-- Missing: Ignition math3 library.
-- ----------------------------------------
-- Enable host CFlags
-- Could not find hardware support for SSE3 on this machine.
-- Could not find hardware support for SSSE3 on this machine.
-- Could not find hardware support for SSE4.1 on this machine.
--
SSE4 disabled.
-- Enable upstream CFlags
-- Performing Test R/W4
-- Performing Test R/W4 - Success
-- Performing Test R-Wextra
-- Performing Test R-Wextra - Failed
-- Performing Test R-Wno-long-long
-- Performing Test R-Wno-long-long - Failed
-- Performing Test R-Wno-unused-value
-- Performing Test R-Wno-unused-value - Failed
-- Performing Test R-Wfloat-equal
-- Performing Test R-Wfloat-equal - Failed
-- Performing Test R-Wshadow
-- Performing Test R-Wshadow - Failed
-- Performing Test R-Winit-self
-- Performing Test R-Winit-self - Failed
-- Performing Test R-Wswitch-default
-- Performing Test R-Wswitch-default - Failed
-- Performing Test R-Wmissing-include-dirs
-- Performing Test R-Wmissing-include-dirs - Failed
-- Performing Test R-pedantic
-- Performing Test R-pedantic - Failed
-- Performing Test R-Wno-pragmas
-- Performing Test R-Wno-pragmas - Failed
-- BUILD WARNINGS
-- Python psutil package not found. Memory leak tests will be skipped
-- END BUILD WARNINGS
-- BUILD ERRORS: These must be resolved before compiling.
-- Missing: Ignition math3 library.
-- END BUILD ERRORS
CMake Error at CMakeLists.txt:219 (message):
Errors encountered in build. Please see the BUILD ERRORS above.
-- Configuring incomplete, errors occurred!
See also "D:/workspace/gz-ws/sdformat/build/CMakeFiles/CMakeOutput.log".
See also "D:/workspace/gz-ws/sdformat/build/CMakeFiles/CMakeError.log".
D:\workspace\gz-ws\sdformat\build>
↧