Advertisement
Guest User

Untitled

a guest
Jun 4th, 2019
386
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.62 KB | None | 0 0
  1. -- The C compiler identification is MSVC 19.10.25027.0
  2. -- The CXX compiler identification is MSVC 19.10.25027.0
  3. -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.10.25017/bin/HostX86/x86/cl.exe
  4. -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.10.25017/bin/HostX86/x86/cl.exe -- works
  5. -- Detecting C compiler ABI info
  6. -- Detecting C compiler ABI info - done
  7. -- Detecting C compile features
  8. -- Detecting C compile features - done
  9. -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.10.25017/bin/HostX86/x86/cl.exe
  10. -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.10.25017/bin/HostX86/x86/cl.exe -- works
  11. -- Detecting CXX compiler ABI info
  12. -- Detecting CXX compiler ABI info - done
  13. -- Detecting CXX compile features
  14. -- Detecting CXX compile features - done
  15. -- Found ament_cmake_python: 0.7.3 (C:/dev/ros2/install/share/ament_cmake_python/cmake)
  16. -- Found ament_cmake_ros: 0.7.0 (C:/dev/ros2/install/share/ament_cmake_ros/cmake)
  17. -- Found PythonInterp: C:/Python37/python.exe (found suitable version "3.7.3", minimum required is "3")
  18. -- Using PYTHON_EXECUTABLE: C:/Python37/python.exe
  19. -- Found ament_cmake_gmock: 0.7.3 (C:/dev/ros2/install/share/ament_cmake_gmock/cmake)
  20. -- Found ament_cmake_gtest: 0.7.3 (C:/dev/ros2/install/share/ament_cmake_gtest/cmake)
  21. -- Found ament_cmake_pytest: 0.7.3 (C:/dev/ros2/install/share/ament_cmake_pytest/cmake)
  22. -- Found ament_lint_auto: 0.7.3 (C:/dev/ros2/install/share/ament_lint_auto/cmake)
  23. -- Found python_cmake_module: 0.7.6 (C:/dev/ros2/install/share/python_cmake_module/cmake)
  24. -- Found PythonInterp: C:/Python37/python.exe (found suitable version "3.7.3", minimum required is "3.5")
  25. -- Found PythonLibs: optimized;C:/Python37/libs/python37.lib;debug;C:/Python37/libs/python37_d.lib (found suitable version "3.7.3", minimum required is "3.5")
  26. -- Using PYTHON_EXECUTABLE: C:/Python37/python.exe
  27. -- Using PYTHON_INCLUDE_DIRS: C:/Python37/include
  28. -- Using PYTHON_LIBRARIES: optimized;C:/Python37/libs/python37.lib;debug;C:/Python37/libs/python37_d.lib
  29. -- Found PythonExtra: .pyd
  30. -- Found gtest sources under 'C:/dev/ros2/install/src/gtest_vendor': C++ tests using 'Google Test' will be built
  31. -- Found gmock sources under 'C:/dev/ros2/install/src/gmock_vendor': C++ tests using 'Google Mock' will be built
  32. -- Added test 'copyright' to check for copyright in CMake / C / C++ / Python code
  33. -- Added test 'cppcheck' to perform static code analysis on C / C++ code
  34. -- Configured cppcheck include dirs: C:/dev/ros2/src/ros2/rcutils/include
  35. -- Added test 'cpplint' to check C / C++ code against the Google style
  36. -- Added test 'flake8' to check Python code syntax and style conventions
  37. -- Added test 'lint_cmake' to check CMake code style
  38. -- Added test 'pep257' to check Python code against some of the style conventions in PEP 257
  39. -- Added test 'uncrustify' to check C / C++ code style
  40. -- Added test 'xmllint' to check XML markup files
  41. -- Configuring done
  42. -- Generating done
  43. -- Build files have been written to: C:/dev/ros2/build/rcutils
  44. Microsoft (R)-Buildmodul, Version 15.1.550.39093
  45. Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten.
  46.  
  47. Checking Build System
  48. CMake does not need to re-run because C:/dev/ros2/build/rcutils/CMakeFiles/generate.stamp is up-to-date.
  49. CMake does not need to re-run because C:/dev/ros2/build/rcutils/gtest/CMakeFiles/generate.stamp is up-to-date.
  50. CMake does not need to re-run because C:/dev/ros2/build/rcutils/gmock/CMakeFiles/generate.stamp is up-to-date.
  51. Expanding logging_macros.h.em
  52. Building Custom Rule C:/dev/ros2/src/ros2/rcutils/CMakeLists.txt
  53. CMake does not need to re-run because C:/dev/ros2/build/rcutils/CMakeFiles/generate.stamp is up-to-date.
  54. allocator.c
  55. array_list.c
  56. char_array.c
  57. cmdline_parser.c
  58. error_handling.c
  59. filesystem.c
  60. find.c
  61. format_string.c
  62. C:\dev\ros2\src\ros2\rcutils\src\error_handling.c(104): warning C4244: "Funktion": Konvertierung von "int64_t" in "::size_t", m”glicher Datenverlust [C:\dev\ros2\build\rcutils\rcutils.vcxproj]
  63. C:\dev\ros2\src\ros2\rcutils\src\error_handling.c(122): warning C4244: "Funktion": Konvertierung von "int64_t" in "::size_t", m”glicher Datenverlust [C:\dev\ros2\build\rcutils\rcutils.vcxproj]
  64. C:\dev\ros2\src\ros2\rcutils\src\error_handling.c(143): warning C4244: "Funktion": Konvertierung von "int64_t" in "::size_t", m”glicher Datenverlust [C:\dev\ros2\build\rcutils\rcutils.vcxproj]
  65. get_env.c
  66. hash_map.c
  67. logging.c
  68. process.c
  69. repl_str.c
  70. snprintf.c
  71. split.c
  72. strdup.c
  73. string_array.c
  74. string_map.c
  75. time.c
  76. time_win32.c
  77. uint8_array.c
  78. Bibliothek "C:/dev/ros2/build/rcutils/Release/rcutils.lib" und Objekt "C:/dev/ros2/build/rcutils/Release/rcutils.exp" werden erstellt.
  79. rcutils.vcxproj -> C:\dev\ros2\build\rcutils\Release\rcutils.dll
  80. Building Custom Rule C:/dev/ros2/install/src/gtest_vendor/CMakeLists.txt
  81. CMake does not need to re-run because C:/dev/ros2/build/rcutils/gtest/CMakeFiles/generate.stamp is up-to-date.
  82. gtest-all.cc
  83. gtest.vcxproj -> C:\dev\ros2\build\rcutils\gtest\Release\gtest.lib
  84. Building Custom Rule C:/dev/ros2/install/src/gtest_vendor/CMakeLists.txt
  85. CMake does not need to re-run because C:/dev/ros2/build/rcutils/gtest/CMakeFiles/generate.stamp is up-to-date.
  86. gtest_main.cc
  87. gtest_main.vcxproj -> C:\dev\ros2\build\rcutils\gtest\Release\gtest_main.lib
  88. Building Custom Rule C:/dev/ros2/src/ros2/rcutils/CMakeLists.txt
  89. CMake does not need to re-run because C:/dev/ros2/build/rcutils/CMakeFiles/generate.stamp is up-to-date.
  90. test_allocator.cpp
  91. test_allocator.vcxproj -> C:\dev\ros2\build\rcutils\Release\test_allocator.exe
  92. Building Custom Rule C:/dev/ros2/src/ros2/rcutils/CMakeLists.txt
  93. CMake does not need to re-run because C:/dev/ros2/build/rcutils/CMakeFiles/generate.stamp is up-to-date.
  94. test_array_list.cpp
  95. test_array_list.vcxproj -> C:\dev\ros2\build\rcutils\Release\test_array_list.exe
  96. Building Custom Rule C:/dev/ros2/src/ros2/rcutils/CMakeLists.txt
  97. CMake does not need to re-run because C:/dev/ros2/build/rcutils/CMakeFiles/generate.stamp is up-to-date.
  98. test_atomics.c
  99. C:\dev\ros2\src\ros2\rcutils\include\rcutils/stdatomic_helper.h(91): warning C4013: "_InterlockedExchangeAdd64" undefiniert; Annahme: extern mit Rckgabetyp int [C:\dev\ros2\build\rcutils\test_atomics_executable.vcxproj]
  100. C:\dev\ros2\src\ros2\rcutils\include\rcutils/stdatomic_helper.h(140): warning C4013: "_InterlockedExchange64" undefiniert; Annahme: extern mit Rckgabetyp int [C:\dev\ros2\build\rcutils\test_atomics_executable.vcxproj]
  101. test_atomics.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__InterlockedExchangeAdd64" in Funktion "_main". [C:\dev\ros2\build\rcutils\test_atomics_executable.vcxproj]
  102. test_atomics.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__InterlockedExchange64" in Funktion "_main". [C:\dev\ros2\build\rcutils\test_atomics_executable.vcxproj]
  103. C:\dev\ros2\build\rcutils\Release\test_atomics_executable.exe : fatal error LNK1120: 2 nicht aufgelöste Externe [C:\dev\ros2\build\rcutils\test_atomics_executable.vcxproj]
  104. Building Custom Rule C:/dev/ros2/src/ros2/rcutils/CMakeLists.txt
  105. CMake does not need to re-run because C:/dev/ros2/build/rcutils/CMakeFiles/generate.stamp is up-to-date.
  106. test_char_array.cpp
  107. test_char_array.vcxproj -> C:\dev\ros2\build\rcutils\Release\test_char_array.exe
  108. Building Custom Rule C:/dev/ros2/install/src/gmock_vendor/CMakeLists.txt
  109. CMake does not need to re-run because C:/dev/ros2/build/rcutils/gmock/CMakeFiles/generate.stamp is up-to-date.
  110. gtest-all.cc
  111. gmock-all.cc
  112. gmock.vcxproj -> C:\dev\ros2\build\rcutils\gmock\Release\gmock.lib
  113. Building Custom Rule C:/dev/ros2/install/src/gmock_vendor/CMakeLists.txt
  114. CMake does not need to re-run because C:/dev/ros2/build/rcutils/gmock/CMakeFiles/generate.stamp is up-to-date.
  115. gmock_main.cc
  116. gmock_main.vcxproj -> C:\dev\ros2\build\rcutils\gmock\Release\gmock_main.lib
  117. Building Custom Rule C:/dev/ros2/src/ros2/rcutils/CMakeLists.txt
  118. CMake does not need to re-run because C:/dev/ros2/build/rcutils/CMakeFiles/generate.stamp is up-to-date.
  119. test_error_handling.cpp
  120. test_error_handling.vcxproj -> C:\dev\ros2\build\rcutils\Release\test_error_handling.exe
  121. Building Custom Rule C:/dev/ros2/src/ros2/rcutils/CMakeLists.txt
  122. CMake does not need to re-run because C:/dev/ros2/build/rcutils/CMakeFiles/generate.stamp is up-to-date.
  123. test_error_handling_helpers.cpp
  124. test_error_handling_helpers.vcxproj -> C:\dev\ros2\build\rcutils\Release\test_error_handling_helpers.exe
  125. Building Custom Rule C:/dev/ros2/src/ros2/rcutils/CMakeLists.txt
  126. CMake does not need to re-run because C:/dev/ros2/build/rcutils/CMakeFiles/generate.stamp is up-to-date.
  127. test_filesystem.cpp
  128. test_filesystem.vcxproj -> C:\dev\ros2\build\rcutils\Release\test_filesystem.exe
  129. Building Custom Rule C:/dev/ros2/src/ros2/rcutils/CMakeLists.txt
  130. CMake does not need to re-run because C:/dev/ros2/build/rcutils/CMakeFiles/generate.stamp is up-to-date.
  131. test_find.cpp
  132. test_find.vcxproj -> C:\dev\ros2\build\rcutils\Release\test_find.exe
  133. Building Custom Rule C:/dev/ros2/src/ros2/rcutils/CMakeLists.txt
  134. CMake does not need to re-run because C:/dev/ros2/build/rcutils/CMakeFiles/generate.stamp is up-to-date.
  135. test_format_string.cpp
  136. test_format_string.vcxproj -> C:\dev\ros2\build\rcutils\Release\test_format_string.exe
  137. Building Custom Rule C:/dev/ros2/src/ros2/rcutils/CMakeLists.txt
  138. CMake does not need to re-run because C:/dev/ros2/build/rcutils/CMakeFiles/generate.stamp is up-to-date.
  139. test_get_env.cpp
  140. test_get_env.vcxproj -> C:\dev\ros2\build\rcutils\Release\test_get_env.exe
  141. Building Custom Rule C:/dev/ros2/src/ros2/rcutils/CMakeLists.txt
  142. CMake does not need to re-run because C:/dev/ros2/build/rcutils/CMakeFiles/generate.stamp is up-to-date.
  143. test_hash_map.cpp
  144. test_hash_map.vcxproj -> C:\dev\ros2\build\rcutils\Release\test_hash_map.exe
  145. Building Custom Rule C:/dev/ros2/src/ros2/rcutils/CMakeLists.txt
  146. CMake does not need to re-run because C:/dev/ros2/build/rcutils/CMakeFiles/generate.stamp is up-to-date.
  147. test_isalnum_no_locale.cpp
  148. test_isalnum_no_locale.vcxproj -> C:\dev\ros2\build\rcutils\Release\test_isalnum_no_locale.exe
  149. Building Custom Rule C:/dev/ros2/src/ros2/rcutils/CMakeLists.txt
  150. CMake does not need to re-run because C:/dev/ros2/build/rcutils/CMakeFiles/generate.stamp is up-to-date.
  151. test_logging.cpp
  152. test_logging.vcxproj -> C:\dev\ros2\build\rcutils\Release\test_logging.exe
  153. Building Custom Rule C:/dev/ros2/src/ros2/rcutils/CMakeLists.txt
  154. CMake does not need to re-run because C:/dev/ros2/build/rcutils/CMakeFiles/generate.stamp is up-to-date.
  155. test_logging_long_messages.cpp
  156. test_logging_long_messages.vcxproj -> C:\dev\ros2\build\rcutils\Release\test_logging_long_messages.exe
  157. Building Custom Rule C:/dev/ros2/src/ros2/rcutils/CMakeLists.txt
  158. CMake does not need to re-run because C:/dev/ros2/build/rcutils/CMakeFiles/generate.stamp is up-to-date.
  159. test_logging_macros.cpp
  160. test_logging_macros.vcxproj -> C:\dev\ros2\build\rcutils\Release\test_logging_macros.exe
  161. Building Custom Rule C:/dev/ros2/src/ros2/rcutils/CMakeLists.txt
  162. CMake does not need to re-run because C:/dev/ros2/build/rcutils/CMakeFiles/generate.stamp is up-to-date.
  163. test_logging_macros.c
  164. test_logging_macros_c.vcxproj -> C:\dev\ros2\build\rcutils\Release\test_logging_macros_c.exe
  165. Building Custom Rule C:/dev/ros2/src/ros2/rcutils/CMakeLists.txt
  166. CMake does not need to re-run because C:/dev/ros2/build/rcutils/CMakeFiles/generate.stamp is up-to-date.
  167. test_repl_str.cpp
  168. test_repl_str.vcxproj -> C:\dev\ros2\build\rcutils\Release\test_repl_str.exe
  169. Building Custom Rule C:/dev/ros2/src/ros2/rcutils/CMakeLists.txt
  170. CMake does not need to re-run because C:/dev/ros2/build/rcutils/CMakeFiles/generate.stamp is up-to-date.
  171. test_snprintf.cpp
  172. test_snprintf.vcxproj -> C:\dev\ros2\build\rcutils\Release\test_snprintf.exe
  173. Building Custom Rule C:/dev/ros2/src/ros2/rcutils/CMakeLists.txt
  174. CMake does not need to re-run because C:/dev/ros2/build/rcutils/CMakeFiles/generate.stamp is up-to-date.
  175. test_split.cpp
  176. test_split.vcxproj -> C:\dev\ros2\build\rcutils\Release\test_split.exe
  177. Building Custom Rule C:/dev/ros2/src/ros2/rcutils/CMakeLists.txt
  178. CMake does not need to re-run because C:/dev/ros2/build/rcutils/CMakeFiles/generate.stamp is up-to-date.
  179. test_strdup.cpp
  180. test_strdup.vcxproj -> C:\dev\ros2\build\rcutils\Release\test_strdup.exe
  181. Building Custom Rule C:/dev/ros2/src/ros2/rcutils/CMakeLists.txt
  182. CMake does not need to re-run because C:/dev/ros2/build/rcutils/CMakeFiles/generate.stamp is up-to-date.
  183. test_string_array.cpp
  184. test_string_array.vcxproj -> C:\dev\ros2\build\rcutils\Release\test_string_array.exe
  185. Building Custom Rule C:/dev/ros2/src/ros2/rcutils/CMakeLists.txt
  186. CMake does not need to re-run because C:/dev/ros2/build/rcutils/CMakeFiles/generate.stamp is up-to-date.
  187. test_string_map.cpp
  188. test_string_map.vcxproj -> C:\dev\ros2\build\rcutils\Release\test_string_map.exe
  189. Building Custom Rule C:/dev/ros2/src/ros2/rcutils/CMakeLists.txt
  190. CMake does not need to re-run because C:/dev/ros2/build/rcutils/CMakeFiles/generate.stamp is up-to-date.
  191. test_time.cpp
  192. test_time.vcxproj -> C:\dev\ros2\build\rcutils\Release\test_time.exe
  193. Building Custom Rule C:/dev/ros2/src/ros2/rcutils/CMakeLists.txt
  194. CMake does not need to re-run because C:/dev/ros2/build/rcutils/CMakeFiles/generate.stamp is up-to-date.
  195. test_uint8_array.cpp
  196. test_uint8_array.vcxproj -> C:\dev\ros2\build\rcutils\Release\test_uint8_array.exe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement