Created
November 8, 2016 11:11
-
-
Save ksinkar/68181531b41ce69c7e04ff26735d14d4 to your computer and use it in GitHub Desktop.
cmake errors for cpp-ethereum
This file contains 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
CMake Error in eth/CMakeLists.txt: | |
Target "web3jsonrpc" contains relative path in its | |
INTERFACE_INCLUDE_DIRECTORIES: | |
"MHD_INCLUDE_DIR-NOTFOUND" | |
CMake Error in eth/CMakeLists.txt: | |
Target "web3jsonrpc" contains relative path in its | |
INTERFACE_INCLUDE_DIRECTORIES: | |
"MHD_INCLUDE_DIR-NOTFOUND" | |
CMake Error in libweb3jsonrpc/CMakeLists.txt: | |
Imported target "jsonrpc::server" includes non-existent path | |
"MHD_INCLUDE_DIR-NOTFOUND" | |
in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include: | |
* The path was deleted, renamed, or moved to another location. | |
* An install or uninstall procedure did not complete successfully. | |
* The installation package was faulty and references files it does not | |
provide. | |
CMake Error in libweb3jsonrpc/CMakeLists.txt: | |
Imported target "jsonrpc::server" includes non-existent path | |
"MHD_INCLUDE_DIR-NOTFOUND" | |
in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include: | |
* The path was deleted, renamed, or moved to another location. | |
* An install or uninstall procedure did not complete successfully. | |
* The installation package was faulty and references files it does not | |
provide. | |
CMake Error in test/CMakeLists.txt: | |
Target "web3jsonrpc" contains relative path in its | |
INTERFACE_INCLUDE_DIRECTORIES: | |
"MHD_INCLUDE_DIR-NOTFOUND" | |
CMake Error in test/CMakeLists.txt: | |
Target "web3jsonrpc" contains relative path in its | |
INTERFACE_INCLUDE_DIRECTORIES: | |
"MHD_INCLUDE_DIR-NOTFOUND" | |
-- Generating done | |
-- Build files have been written to: /home/ksinkar/workspace/ethereum/cpp-ethereum/build |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment