We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi!
I am getting the following error while trying to set up the project:
➜ evmone git:(master) ✗ cmake -S . -B build -DEVMONE_TESTING=ON -- [cable ] Cable 0.5.0 initialized -- Build type: Debug -- [hunter] Calculating Toolchain-SHA1 -- [hunter] Calculating Config-SHA1 -- [hunter] HUNTER_ROOT: /Users/raneet/.hunter -- [hunter] [ Hunter-ID: 26c79d5 | Toolchain-ID: 07fdbf7 | Config-ID: 0feb44b ] -- [hunter] ETHASH_ROOT: /Users/raneet/.hunter/_Base/26c79d5/07fdbf7/0feb44b/Install (ver.: 1.0.0) -- [hunter] INTX_ROOT: /Users/raneet/.hunter/_Base/26c79d5/07fdbf7/0feb44b/Install (ver.: 0.12.0) -- [hunter] GTEST_ROOT: /Users/raneet/.hunter/_Base/26c79d5/07fdbf7/0feb44b/Install (ver.: 1.15.2) -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- [hunter] BENCHMARK_ROOT: /Users/raneet/.hunter/_Base/26c79d5/07fdbf7/0feb44b/Install (ver.: 1.8.3) -- [hunter] NLOHMANN_JSON_ROOT: /Users/raneet/.hunter/_Base/26c79d5/07fdbf7/0feb44b/Install (ver.: 3.11.2) -- Found nlohmann_json: /Users/raneet/.hunter/_Base/26c79d5/07fdbf7/0feb44b/Install/share/cmake/nlohmann_json/nlohmann_jsonConfig.cmake (found version "3.11.2") -- Found Git: /usr/bin/git (found version "2.39.3 (Apple Git-145)") CMake Error at evmc/cmake/EVMC.cmake:13 (message): The evmc-vmtester has not been installed with this EVMC package Call Stack (most recent call first): test/CMakeLists.txt:50 (evmc_add_vm_test) -- Configuring incomplete, errors occurred!
The clang version is:
➜ evmone git:(master) ✗ clang++ --version Apple clang version 15.0.0 (clang-1500.1.0.2.5) Target: arm64-apple-darwin23.0.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin
I am sorry if the issue has already been raised (a quick search didn't churn up anything). Thank you!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi!
I am getting the following error while trying to set up the project:
The clang version is:
I am sorry if the issue has already been raised (a quick search didn't churn up anything).
Thank you!
The text was updated successfully, but these errors were encountered: