Advertisement
pkspyder

c_loader windows log

Jul 30th, 2023 (edited)
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.12 KB | None | 0 0
  1. PS E:\metacall\core\build> ..\tools\metacall-configure.ps1 debug scripts ports tests c
  2. Build all scripts in debug mode
  3. Build all scripts
  4. Build all ports
  5. Build all tests
  6. Build with c support
  7. BUILD COMMAND: cmake -DOPTION_BUILD_SECURITY=OFF -DOPTION_FORK_SAFE=OFF -DWARNINGS_ENABLED=OFF -DOPTION_BUILD_LOG_PRETTY=Off -DOPTION_BUILD_LOADERS=On -DOPTION_BUILD_LOADERS_MOCK=On -DOPTION_BUILD_SCRIPTS=On -DOPTION_BUILD_LOADERS_C=On -DOPTION_BUILD_SCRIPTS_C=On -DOPTION_BUILD_EXAMPLES=Off -DOPTION_BUILD_TESTS=On -DOPTION_BUILD_BENCHMARKS=Off -DOPTION_BUILD_PORTS=On -DOPTION_COVERAGE=Off -DOPTION_BUILD_SANITIZER=Off -DOPTION_BUILD_THREAD_SANITIZER=Off -DCMAKE_BUILD_TYPE=Debug -DLIBFFI_LIBRARY="E:/metacall/core/dependencies/libffi/build/lib/libffi.lib" -DLIBFFI_INCLUDE_DIR="E:/metacall/core/dependencies/libffi/build/include/" -DLibClang_INCLUDE_DIR="C:/Program Files/LLVM/include/clang;C:/Program Files (x86)/LLVM/include/clang" -DLibClang_LIBRARY=""C:/Program Files/LLVM/lib/libclang.lib;C:/Program Files (x86)/LLVM/lib/libclang.lib"" -DLIBFFI_LIBRARY="E:/metacall/core/dependencies/libffi/build/lib/libffi.lib" -DLIBFFI_INCLUDE_DIR="E:/metacall/core/dependencies/libffi/build/include/" -DLibClang_INCLUDE_DIR="C:/Program Files/LLVM/include/clang" -DLibClang_LIBRARY="C:/Program Files/LLVM/lib/libclang.lib" ..
  8. CMake Warning:
  9. Ignoring extra path from command line:
  10.  
  11. "E:/metacall/core/build/Files/LLVM/lib/libclang.lib;C:/Program"
  12.  
  13.  
  14. CMake Warning:
  15. Ignoring extra path from command line:
  16.  
  17. "(x86)/LLVM/lib/libclang.lib"
  18.  
  19.  
  20. -- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19045.
  21. -- Target Operative System: Windows
  22. -- Target OS Family: win32
  23. -- 64bit architecture AMD64 detected
  24. -- Lib version
  25. -- Lib preprocessor
  26. -- Lib environment
  27. -- Lib format
  28. -- Lib log
  29. -- Lib memory
  30. -- Lib portability
  31. -- Lib threading
  32. -- Lib adt
  33. -- Lib filesystem
  34. -- Lib dynlink
  35. -- Lib plugin
  36. -- Lib detour
  37. -- Lib reflect
  38. -- Lib serial
  39. -- Lib configuration
  40. -- Lib loader
  41. -- Lib metacall
  42. -- Could NOT find LibTCC (missing: LIBTCC_LIBRARY LIBTCC_INCLUDE_DIR)
  43. CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.25/Modules/ExternalProject.cmake:3075 (message):
  44. The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is
  45. not set. The policy's OLD behavior will be used. When using a URL
  46. download, the timestamps of extracted files should preferably be that of
  47. the time of extraction, otherwise code that depends on the extracted
  48. contents might not be rebuilt if the URL changes. The OLD behavior
  49. preserves the timestamps from the archive instead, but this is usually not
  50. what you want. Update your project to the NEW behavior or specify the
  51. DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this
  52. robustness issue.
  53. Call Stack (most recent call first):
  54. C:/Program Files/CMake/share/cmake-3.25/Modules/ExternalProject.cmake:4185 (_ep_add_download_command)
  55. cmake/InstallLibTCC.cmake:100 (ExternalProject_Add)
  56. source/loaders/c_loader/CMakeLists.txt:21 (include)
  57. This warning is for project developers. Use -Wno-dev to suppress it.
  58.  
  59. -- Installing LibTCC afc1362
  60. -- Plugin c_loader
  61. -- Plugin ext_loader
  62. -- Plugin mock_loader
  63. -- Serial metacall_serial
  64. CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.25/Modules/ExternalProject.cmake:3075 (message):
  65. The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is
  66. not set. The policy's OLD behavior will be used. When using a URL
  67. download, the timestamps of extracted files should preferably be that of
  68. the time of extraction, otherwise code that depends on the extracted
  69. contents might not be rebuilt if the URL changes. The OLD behavior
  70. preserves the timestamps from the archive instead, but this is usually not
  71. what you want. Update your project to the NEW behavior or specify the
  72. DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this
  73. robustness issue.
  74. Call Stack (most recent call first):
  75. C:/Program Files/CMake/share/cmake-3.25/Modules/ExternalProject.cmake:4185 (_ep_add_download_command)
  76. cmake/InstallRapidJSON.cmake:31 (ExternalProject_Add)
  77. source/serials/rapid_json_serial/CMakeLists.txt:14 (include)
  78. This warning is for project developers. Use -Wno-dev to suppress it.
  79.  
  80. -- Installing RapidJSON v232389d
  81. -- Serial rapid_json_serial
  82. -- Extension plugin_extension
  83. -- Could NOT find libbfd (missing: LIBBFD_LIBRARY LIBBFD_INCLUDE_DIR LIBDL_LIBRARY LIBDL_INCLUDE_DIR)
  84. -- Could NOT find libdwarf (missing: LIBDWARF_LIBRARY LIBDWARF_INCLUDE_DIR LIBDL_LIBRARY LIBDL_INCLUDE_DIR)
  85. -- Could NOT find libbfd (missing: LIBBFD_LIBRARY LIBBFD_INCLUDE_DIR LIBDL_LIBRARY LIBDL_INCLUDE_DIR)
  86. -- Could NOT find libdwarf (missing: LIBDWARF_LIBRARY LIBDWARF_INCLUDE_DIR LIBDL_LIBRARY LIBDL_INCLUDE_DIR)
  87. -- Plugin backtrace_plugin
  88. -- Could NOT find SWIG (missing: SWIG_EXECUTABLE SWIG_DIR)
  89. CMake Warning at source/ports/CMakeLists.txt:64 (message):
  90. Swig not found: disabling ports depending on swig
  91.  
  92.  
  93. -- Script compiled
  94. -- Script ffi
  95. -- Script cbks
  96. -- Script libloadtest
  97. -- Script sum_extension
  98. -- Could NOT find GTest (missing: GTEST_LIBRARY GTEST_INCLUDE_DIR GTEST_MAIN_LIBRARY) (Required is at least version "1.11.0")
  99. -- Install Google Test v1.11.0
  100. -- Test preprocessor-test
  101. -- Test environment-test
  102. -- Test log-test
  103. -- Test log-custom-test
  104. -- Test adt-set-test
  105. -- Test adt-trie-test
  106. -- Test adt-vector-test
  107. -- Test adt-map-test
  108. -- Test reflect-value-cast-test
  109. -- Test reflect-function-test
  110. -- Test reflect-object-class-test
  111. -- Test reflect-scope-test
  112. -- Test reflect-metadata-test
  113. -- Test dynlink-test
  114. -- Test serial-test
  115. -- Test configuration-test
  116. -- Test portability-path-test
  117. -- Test metacall-logs-test
  118. -- Test metacall-load-memory-test
  119. -- Test metacall-load-memory-empty-test
  120. -- Test metacall-load-configuration-test
  121. -- Test metacall-handle-export-test
  122. -- Test metacall-test
  123. -- Test metacall-distributable-test
  124. -- Test metacall-ducktype-test
  125. -- Test metacall-inspect-test
  126. -- Test metacall-map-test
  127. -- Test metacall-initialize-test
  128. -- Test metacall-initialize-ex-test
  129. -- Test metacall-reinitialize-test
  130. -- Test metacall-initialize-destroy-multiple-test
  131. -- Test metacall-invalid-loader-test
  132. -- Test metacall-c-test
  133. -- Test metacall-version-test
  134. -- Test metacall-dynlink-path-test
  135. -- Test metacall-library-path-without-env-vars-test
  136. -- Test metacall-ext-test
  137. -- Test metacall-plugin-extension-destroy-order-test
  138. -- CLI metacallcli
  139. -- Plugin cli_core_plugin
  140. -- Installing git hooks at E:/metacall/core
  141. -- Configuring done
  142. -- Generating done
  143. -- Build files have been written to: E:/metacall/core/build
  144. PS E:\metacall\core\build> ..\tools\metacall-build.ps1 debug
  145. Build all scripts in debug mode
  146. Building MetaCall...
  147. Microsoft (R) Build Engine version 16.11.2+f32259642 for .NET Framework
  148. Copyright (C) Microsoft Corporation. All rights reserved.
  149.  
  150. Performing configure step for 'libtcc-depends'
  151. CUSTOMBUILD : CMake warning : [E:\metacall\core\build\source\loaders\c_loader\libtcc-depends.vcxproj]
  152. Ignoring extra path from command line:
  153.  
  154. "E:/metacall/core/build/source/loaders/c_loader/libtcc-depends-prefix/src/libtcc-depends"
  155.  
  156.  
  157. CUSTOMBUILD : CMake error : The source directory "E:/metacall/core/build/source/loaders/c_loader/libtcc-depends-prefix/src/libtcc-depends" does not appear to contain CMake
  158. Lists.txt. [E:\metacall\core\build\source\loaders\c_loader\libtcc-depends.vcxproj]
  159. Specify --help for usage, or press the help button on the CMake GUI.
  160. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppCommon.targets(241,5): error MSB8066: Custom build for 'E:\metacall\co
  161. re\build\CMakeFiles\8a1d27b053cb880c37e32f645a4eecaf\libtcc-depends-configure.rule;E:\metacall\core\build\CMakeFiles\8a1d27b053cb880c37e32f645a4eecaf\libtcc-depends-build.
  162. rule;E:\metacall\core\build\CMakeFiles\8a1d27b053cb880c37e32f645a4eecaf\libtcc-depends-install.rule;E:\metacall\core\build\CMakeFiles\8a1d27b053cb880c37e32f645a4eecaf\libt
  163. cc-depends-test.rule;E:\metacall\core\build\CMakeFiles\c998417d65ca2314d7e53a3f3378c553\libtcc-depends-complete.rule;E:\metacall\core\build\CMakeFiles\0d04cb69e6802c007dd5
  164. 7373eec530d5\libtcc-depends.rule' exited with code 1. [E:\metacall\core\build\source\loaders\c_loader\libtcc-depends.vcxproj]
  165. backward_object.vcxproj -> E:\metacall\core\build\_deps\backwardcpp-build\backward_object.dir\Debug\backward_object.lib
  166. metacall.vcxproj -> E:\metacall\core\build\Debug\metacalld.dll
  167. plugin_extension.vcxproj -> E:\metacall\core\build\Debug\plugin_extensiond.dll
  168. sum_extension.vcxproj -> E:\metacall\core\build\Debug\sum_extensiond.dll
  169. mock_loader.vcxproj -> E:\metacall\core\build\Debug\mock_loaderd.dll
  170. metacall_serial.vcxproj -> E:\metacall\core\build\Debug\metacall_seriald.dll
  171. ext_loader.vcxproj -> E:\metacall\core\build\Debug\ext_loaderd.dll
  172. rapid_json_serial.vcxproj -> E:\metacall\core\build\Debug\rapid_json_seriald.dll
  173. cli_core_plugin.vcxproj -> E:\metacall\core\build\Debug\plugins\cli\cli_core_plugin\cli_core_plugind.dll
  174. backtrace_plugin.vcxproj -> E:\metacall\core\build\Debug\plugins\backtrace_plugin\backtrace_plugind.dll
  175. Failure in build with exit code: 1
  176. PS E:\metacall\core\build>
  177.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement