Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- PS E:\metacall\core\build> powershell ..\tools\metacall-configure.ps1 debug scripts ports tests netcore5
- Build all scripts in debug mode
- Build all scripts
- Build all ports
- Build all tests
- Build with netcore 5 support
- 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_CS=On -DDOTNET_CORE_PATH=/usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.12/ -DOPTION_BUILD_SCRIPTS_CS=On -DOPTION_BUILD_PORTS_CS=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 -DCORECLR_ROOT_REPOSITORY_PATH="C:/Program Files/dotnet/shared/runtime/src/coreclr" -DCORECLR_INCLUDE_DIR="C:/Program Files/dotnet/runtime/src/coreclr/src" -DDOTNET_CORE_PATH="C:/Program Files/dotnet/shared/Microsoft.NETCore.App/5.0.12" ..
- -- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19044.
- -- Target Operative System: Windows
- -- Target OS Family: win32
- -- 64bit architecture AMD64 detected
- -- Lib version
- -- Lib preprocessor
- -- Lib environment
- -- Lib format
- -- Lib log
- -- Lib memory
- -- Lib portability
- -- Lib threading
- -- Lib adt
- -- Lib filesystem
- -- Lib dynlink
- -- Lib plugin
- -- Lib detour
- -- Lib reflect
- -- Lib serial
- -- Lib configuration
- -- Lib loader
- -- Lib metacall
- -- DotNET command not found
- -- Plugin cs_loader
- -- Plugin ext_loader
- -- Plugin mock_loader
- -- Serial metacall_serial
- CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.25/Modules/ExternalProject.cmake:3075 (message):
- The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is
- not set. The policy's OLD behavior will be used. When using a URL
- download, the timestamps of extracted files should preferably be that of
- the time of extraction, otherwise code that depends on the extracted
- contents might not be rebuilt if the URL changes. The OLD behavior
- preserves the timestamps from the archive instead, but this is usually not
- what you want. Update your project to the NEW behavior or specify the
- DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this
- robustness issue.
- Call Stack (most recent call first):
- C:/Program Files/CMake/share/cmake-3.25/Modules/ExternalProject.cmake:4185 (_ep_add_download_command)
- cmake/InstallRapidJSON.cmake:31 (ExternalProject_Add)
- source/serials/rapid_json_serial/CMakeLists.txt:14 (include)
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Installing RapidJSON v232389d
- -- Serial rapid_json_serial
- -- Extension plugin_extension
- -- Could NOT find libbfd (missing: LIBBFD_LIBRARY LIBBFD_INCLUDE_DIR LIBDL_LIBRARY LIBDL_INCLUDE_DIR)
- -- Could NOT find libdwarf (missing: LIBDWARF_LIBRARY LIBDWARF_INCLUDE_DIR LIBDL_LIBRARY LIBDL_INCLUDE_DIR)
- -- Could NOT find libbfd (missing: LIBBFD_LIBRARY LIBBFD_INCLUDE_DIR LIBDL_LIBRARY LIBDL_INCLUDE_DIR)
- -- Could NOT find libdwarf (missing: LIBDWARF_LIBRARY LIBDWARF_INCLUDE_DIR LIBDL_LIBRARY LIBDL_INCLUDE_DIR)
- -- Plugin backtrace_plugin
- -- Port node_port
- -- Port py_port
- -- Could NOT find SWIG (missing: SWIG_EXECUTABLE SWIG_DIR)
- -- Swig not found
- -- Script hello
- -- DotNET command not found
- -- DotNET command not found
- -- Script sum_extension
- -- Could NOT find GTest (missing: GTEST_LIBRARY GTEST_INCLUDE_DIR GTEST_MAIN_LIBRARY) (Required is at least version "1.11.0")
- -- Install Google Test v1.11.0
- -- Test preprocessor-test
- -- Test environment-test
- -- Test log-test
- -- Test log-custom-test
- -- Test adt-set-test
- -- Test adt-trie-test
- -- Test adt-vector-test
- -- Test adt-map-test
- -- Test reflect-value-cast-test
- -- Test reflect-function-test
- -- Test reflect-scope-test
- -- Test reflect-metadata-test
- -- Test dynlink-test
- -- Test serial-test
- -- Test configuration-test
- -- Test portability-path-test
- -- Test metacall-logs-test
- -- Test metacall-load-memory-test
- -- Test metacall-load-configuration-test
- -- Test metacall-handle-export-test
- -- Test metacall-test
- -- Test metacall-distributable-test
- -- Test metacall-inspect-test
- -- Test metacall-map-test
- -- Test metacall-initialize-test
- -- Test metacall-initialize-ex-test
- -- Test metacall-reinitialize-test
- -- Test metacall-initialize-destroy-multiple-test
- -- Test metacall-invalid-loader-test
- -- DotNET command not found
- -- Test metacall-cs-test
- -- Test metacall-version-test
- -- Test metacall-dynlink-path-test
- -- Test metacall-library-path-without-env-vars-test
- -- Test metacall-ext-test
- -- Test metacall-plugin-extension-destroy-order-test
- -- CLI metacallcli
- -- Plugin cli_core_plugin
- -- Installing git hooks at E:/metacall/core
- -- Configuring done
- CMake Error at source/loaders/cs_loader/CMakeLists.txt:122 (add_dependencies):
- The dependency target "cs_loader_impl" of target "cs_loader" does not
- exist.
- -- Generating done
- CMake Generate step failed. Build files cannot be regenerated correctly.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement