Advertisement
blazes

SDFormat Configure Output

Jun 8th, 2015
450
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.92 KB | None | 0 0
  1. Configuring for build type Release
  2.  
  3. cmake -G "NMake Makefiles" -DBOOST_ROOT:STRING="..\boost_1_56_0" -DBOOST_LIBRARYDIR:STRING="..\boost_1_56_0\lib64-msvc-12.0" -DCMAKE_INSTALL_PREFIX="install/Release" -DIGNITION-MATH_INCLUDE_DIRS:S
  4. TRING="..\..\ign-math\build\install\Release\include\ignition\math2" -DIGNITION-MATH_LIBRARY_DIRS:STRING="..\..\ign-math\build\install\Release\lib" -DIGNITION-MATH_LIBRARIES="ignition-math2" -DCMAKE
  5. _BUILD_TYPE="Release" ..
  6. -- The C compiler identification is MSVC 18.0.31101.0
  7. -- The CXX compiler identification is MSVC 18.0.31101.0
  8. -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/bin/x86_amd64/cl.exe
  9. -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/bin/x86_amd64/cl.exe -- works
  10. -- Detecting C compiler ABI info
  11. -- Detecting C compiler ABI info - done
  12. -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/bin/x86_amd64/cl.exe
  13. -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/bin/x86_amd64/cl.exe -- works
  14. -- Detecting CXX compiler ABI info
  15. -- Detecting CXX compiler ABI info - done
  16. -- Detecting CXX compile features
  17. -- Detecting CXX compile features - done
  18. -- SDFormat version 3.0.4
  19. --
  20.  
  21. ====== Finding 3rd Party Packages ======
  22. -- Using internal tinyxml code
  23. -- Operating system is Windows
  24. -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
  25. -- Boost version: 1.56.0
  26. -- Boost version: 1.56.0
  27. -- Found the following Boost libraries:
  28. -- system
  29. -- filesystem
  30. -- program_options
  31. -- regex
  32. -- iostreams
  33. -- Found ruby executable: C:/Ruby22-x64/bin/ruby.exe
  34. -- ----------------------------------------
  35.  
  36. -- Enable host CFlags
  37. -- Could not find hardware support for SSE3 on this machine.
  38. -- Could not find hardware support for SSSE3 on this machine.
  39. -- Could not find hardware support for SSE4.1 on this machine.
  40. --
  41. SSE4 disabled.
  42.  
  43. -- Enable upstream CFlags
  44. CMake Warning (dev) at cmake/DefaultCFlags.cmake:57 (if):
  45. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  46. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  47. details. Use the cmake_policy command to set the policy and suppress this
  48. warning.
  49.  
  50. Quoted variables like "MSVC" will no longer be dereferenced when the policy
  51. is set to NEW. Since the policy is not set the OLD behavior will be used.
  52. Call Stack (most recent call first):
  53. CMakeLists.txt:155 (include)
  54. This warning is for project developers. Use -Wno-dev to suppress it.
  55.  
  56. CMake Warning (dev) at cmake/DefaultCFlags.cmake:63 (elseif):
  57. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  58. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  59. details. Use the cmake_policy command to set the policy and suppress this
  60. warning.
  61.  
  62. Quoted variables like "MSVC" will no longer be dereferenced when the policy
  63. is set to NEW. Since the policy is not set the OLD behavior will be used.
  64. Call Stack (most recent call first):
  65. CMakeLists.txt:155 (include)
  66. This warning is for project developers. Use -Wno-dev to suppress it.
  67.  
  68. CMake Warning (dev) at cmake/DefaultCFlags.cmake:65 (elseif):
  69. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  70. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  71. details. Use the cmake_policy command to set the policy and suppress this
  72. warning.
  73.  
  74. Quoted variables like "MSVC" will no longer be dereferenced when the policy
  75. is set to NEW. Since the policy is not set the OLD behavior will be used.
  76. Call Stack (most recent call first):
  77. CMakeLists.txt:155 (include)
  78. This warning is for project developers. Use -Wno-dev to suppress it.
  79.  
  80. -- Performing Test R/W4
  81. -- Performing Test R/W4 - Success
  82. -- Performing Test R-Wextra
  83. -- Performing Test R-Wextra - Failed
  84. -- Performing Test R-Wno-long-long
  85. -- Performing Test R-Wno-long-long - Failed
  86. -- Performing Test R-Wno-unused-value
  87. -- Performing Test R-Wno-unused-value - Failed
  88. -- Performing Test R-Wfloat-equal
  89. -- Performing Test R-Wfloat-equal - Failed
  90. -- Performing Test R-Wshadow
  91. -- Performing Test R-Wshadow - Failed
  92. -- Performing Test R-Winit-self
  93. -- Performing Test R-Winit-self - Failed
  94. -- Performing Test R-Wswitch-default
  95. -- Performing Test R-Wswitch-default - Failed
  96. -- Performing Test R-Wmissing-include-dirs
  97. -- Performing Test R-Wmissing-include-dirs - Failed
  98. -- Performing Test R-pedantic
  99. -- Performing Test R-pedantic - Failed
  100. -- Performing Test R-Wno-pragmas
  101. -- Performing Test R-Wno-pragmas - Failed
  102. -- C Flags: /W4 /EHsc
  103. -- Build Type: Release
  104. -- Install path: D:/bin/gz-ws/sdformat/build/install/Release
  105. -- URDF_LIBRARY_DIRS=
  106. -- URDF_LIBRARIES=
  107. -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
  108. -- Configuration successful. Type make to compile sdf
  109. -- Configuring done
  110. -- Generating done
  111. -- Build files have been written to: D:/bin/gz-ws/sdformat/build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement