Skip to content

Instantly share code, notes, and snippets.

@ksinkar
Created November 8, 2016 11:11
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 ksinkar/68181531b41ce69c7e04ff26735d14d4 to your computer and use it in GitHub Desktop.
Save ksinkar/68181531b41ce69c7e04ff26735d14d4 to your computer and use it in GitHub Desktop.
cmake errors for cpp-ethereum
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