Created
March 21, 2016 17:42
-
-
Save ligi/44808751f5c013cd2fe3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ webthree-umbrella git:(develop) ✗ cmake mix -DCMAKE_PREFIX_PATH=/home/ligi/bin/qt/5.4/gcc_64 | |
-- boost headers: /usr/include | |
-- boost lib : /usr/lib/x86_64-linux-gnu/libboost_thread.so;/usr/lib/x86_64-linux-gnu/libboost_date_time.so;/usr/lib/x86_64-linux-gnu/libboost_system.so;/usr/lib/x86_64-linux-gnu/libboost_regex.so;/usr/lib/x86_64-linux-gnu/libboost_chrono.so;/usr/lib/x86_64-linux-gnu/libboost_filesystem.so;/usr/lib/x86_64-linux-gnu/libboost_unit_test_framework.so;/usr/lib/x86_64-linux-gnu/libboost_program_options.so;/usr/lib/x86_64-linux-gnu/libboost_random.so;/usr/lib/x86_64-linux-gnu/libpthread.so | |
------------------------------------------------------------------------ | |
-- Configuring mix | |
------------------------------------------------------------------------ | |
-- CMake Version 3.2.2 | |
-- CMAKE_BUILD_TYPE Build type | |
-- TARGET_PLATFORM Target platform Linux | |
--------------------------------------------------------------- features | |
-- PROFILING Profiling support OFF | |
------------------------------------------------------------- components | |
------------------------------------------------------------------------ | |
-- JsonCpp headers: /usr/include/jsoncpp | |
-- JsonCpp lib : /usr/lib/x86_64-linux-gnu/libjsoncpp.so | |
-- LevelDB headers: /usr/include | |
-- LevelDB lib : /usr/lib/x86_64-linux-gnu/libleveldb.so | |
-- CryptoPP headers: /usr/include | |
-- CryptoPP lib : /usr/lib/libcryptopp.a | |
-- miniupnpc headers: /usr/include | |
-- miniupnpc lib : /usr/lib/x86_64-linux-gnu/libminiupnpc.so | |
-- microhttpd headers: /usr/include | |
-- microhttpd lib : /usr/lib/x86_64-linux-gnu/libmicrohttpd.so | |
-- json-rpc-cpp headers: /usr/include | |
-- json-rpc-cpp lib : /usr/lib/x86_64-linux-gnu/libjsonrpccpp-common.so;/usr/lib/x86_64-linux-gnu/libjsonrpccpp-server.so;/usr/lib/x86_64-linux-gnu/libjsonrpccpp-client.so | |
-- curl headers: /usr/include | |
-- curl lib : /usr/lib/x86_64-linux-gnu/libcurl.so | |
-- jsonrpcstub location : ETH_JSON_RPC_STUB-NOTFOUND | |
-- solidity headers: /home/ligi/git/3rd/webthree-umbrella/webthree-helpers/cmake/../../solidity | |
-- solidity lib : SOLIDITY_LIBRARY-NOTFOUND | |
-- OpenCL headers: /usr/include | |
-- OpenCL lib : /usr/lib/x86_64-linux-gnu/libOpenCL.so.1 | |
-- Cpuid headers: CPUID_INCLUDE_DIR-NOTFOUND | |
-- Cpuid lib : CPUID_LIBRARY-NOTFOUND | |
-- mix qmldir: | |
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 "mix" in directory /home/ligi/git/3rd/webthree-umbrella/mix | |
Dev_DEVCRYPTO_LIBRARY | |
linked by target "mix" in directory /home/ligi/git/3rd/webthree-umbrella/mix | |
Dev_P2P_LIBRARY | |
linked by target "mix" in directory /home/ligi/git/3rd/webthree-umbrella/mix | |
Eth_ETHASH-CL_LIBRARY | |
linked by target "mix" in directory /home/ligi/git/3rd/webthree-umbrella/mix | |
Eth_ETHASHSEAL_LIBRARY | |
linked by target "mix" in directory /home/ligi/git/3rd/webthree-umbrella/mix | |
Eth_ETHASH_LIBRARY | |
linked by target "mix" in directory /home/ligi/git/3rd/webthree-umbrella/mix | |
Eth_ETHCORE_LIBRARY | |
linked by target "mix" in directory /home/ligi/git/3rd/webthree-umbrella/mix | |
Eth_ETHEREUM_LIBRARY | |
linked by target "mix" in directory /home/ligi/git/3rd/webthree-umbrella/mix | |
Eth_EVMASM_LIBRARY | |
linked by target "mix" in directory /home/ligi/git/3rd/webthree-umbrella/mix | |
Eth_EVMCORE_LIBRARY | |
linked by target "mix" in directory /home/ligi/git/3rd/webthree-umbrella/mix | |
Eth_EVMJIT_LIBRARY | |
linked by target "mix" in directory /home/ligi/git/3rd/webthree-umbrella/mix | |
Eth_EVM_LIBRARY | |
linked by target "mix" in directory /home/ligi/git/3rd/webthree-umbrella/mix | |
Eth_LLL_LIBRARY | |
linked by target "mix" in directory /home/ligi/git/3rd/webthree-umbrella/mix | |
SOLIDITY_LIBRARY | |
linked by target "mix" in directory /home/ligi/git/3rd/webthree-umbrella/mix | |
linked by target "mix" in directory /home/ligi/git/3rd/webthree-umbrella/mix | |
Utils_SCRYPT_LIBRARY | |
linked by target "mix" in directory /home/ligi/git/3rd/webthree-umbrella/mix | |
Utils_SECP256K1_LIBRARY | |
linked by target "mix" in directory /home/ligi/git/3rd/webthree-umbrella/mix | |
Web3_WEB3JSONRPC_LIBRARY | |
linked by target "mix" in directory /home/ligi/git/3rd/webthree-umbrella/mix | |
Web3_WEBTHREE_LIBRARY | |
linked by target "mix" in directory /home/ligi/git/3rd/webthree-umbrella/mix | |
Web3_WHISPER_LIBRARY | |
linked by target "mix" in directory /home/ligi/git/3rd/webthree-umbrella/mix | |
-- Configuring incomplete, errors occurred! | |
See also "/home/ligi/git/3rd/webthree-umbrella/CMakeFiles/CMakeOutput.log". |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment