Skip to content

Instantly share code, notes, and snippets.

@anthony-cros
Created October 16, 2015 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anthony-cros/c7b8302ec9415731419d to your computer and use it in GitHub Desktop.
Save anthony-cros/c7b8302ec9415731419d to your computer and use it in GitHub Desktop.
-- boost headers: /home/tony/eth/151010053532/installs/boost/include
-- boost lib : /home/tony/eth/151010053532/installs/boost/lib/libboost_thread.so;/home/tony/eth/151010053532/installs/boost/lib/libboost_date_time.so;/home/tony/eth/151010053532/installs/boost/lib/libboost_system.so;/home/tony/eth/151010053532/installs/boost/lib/libboost_regex.so;/home/tony/eth/151010053532/installs/boost/lib/libboost_chrono.so;/home/tony/eth/151010053532/installs/boost/lib/libboost_filesystem.so;/home/tony/eth/151010053532/installs/boost/lib/libboost_unit_test_framework.so;/home/tony/eth/151010053532/installs/boost/lib/libboost_program_options.so;/home/tony/eth/151010053532/installs/boost/lib/libboost_random.so
------------------------------------------------------------------------
-- Configuring ethereum
------------------------------------------------------------------------
-- CMake Version 3.3.2
-- CMAKE_BUILD_TYPE Build type
-- TARGET_PLATFORM Target platform Linux
--------------------------------------------------------------- features
-- Hardware identification support
-- HTTP Request support
-- VMTRACE VM execution tracing OFF
-- PROFILING Profiling support OFF
-- FATDB Full database exploring OFF
-- ROCKSDB Prefer rocksdb to leveldb OFF
-- OLYMPIC Default to the Olympic network OFF
-- PARANOID - OFF
------------------------------------------------------------- components
-- TESTS Build tests OFF
-- ETHASHCL Build OpenCL components OFF
-- EVMJIT Build LLVM-based JIT EVM OFF
------------------------------------------------------------------------
-- JsonCpp headers: /home/tony/eth/151010053532/installs/jsoncpp/usr/local/include
-- JsonCpp lib : /home/tony/eth/151010053532/installs/jsoncpp/usr/local/lib/libjsoncpp.a
-- LevelDB headers: /home/tony/eth/151010053532/installs/leveldb/include
-- LevelDB lib : /home/tony/eth/151010053532/installs/leveldb/lib/libleveldb.so
-- CryptoPP headers: /home/tony/eth/151010053532/src
-- CryptoPP lib : /home/tony/eth/151010053532/installs/cryptopp/lib/libcryptopp.a
-- Cpuid headers: CPUID_INCLUDE_DIR-NOTFOUND
-- Cpuid lib : CPUID_LIBRARY-NOTFOUND
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
Dev_DEVCORE_LIBRARY
linked by target "ethcore" in directory /home/tony/eth/151010053532/src/libethereum/libethcore
linked by target "lll" in directory /home/tony/eth/151010053532/src/libethereum/liblll
linked by target "evm" in directory /home/tony/eth/151010053532/src/libethereum/libevm
linked by target "ethereum" in directory /home/tony/eth/151010053532/src/libethereum/libethereum
linked by target "evmcore" in directory /home/tony/eth/151010053532/src/libethereum/libevmcore
linked by target "evmasm" in directory /home/tony/eth/151010053532/src/libethereum/libevmasm
linked by target "testutils" in directory /home/tony/eth/151010053532/src/libethereum/libtestutils
Dev_DEVCRYPTO_LIBRARY
linked by target "ethcore" in directory /home/tony/eth/151010053532/src/libethereum/libethcore
linked by target "evm" in directory /home/tony/eth/151010053532/src/libethereum/libevm
linked by target "ethereum" in directory /home/tony/eth/151010053532/src/libethereum/libethereum
linked by target "testutils" in directory /home/tony/eth/151010053532/src/libethereum/libtestutils
Dev_P2P_LIBRARY
linked by target "ethereum" in directory /home/tony/eth/151010053532/src/libethereum/libethereum
linked by target "testutils" in directory /home/tony/eth/151010053532/src/libethereum/libtestutils
-- Configuring incomplete, errors occurred!
See also "/home/tony/eth/151010053532/src/libethereum/build/CMakeFiles/CMakeOutput.log".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment