Getting the following when I try to build:
C:\Users\Wolf\Desktop\coyote_miner>cmake . -DCMAKE_BUILD_TYPE=Release -DOPENSSL_
LIBRARIES=C:\Users\Wolf\Desktop\vc-openssl\lib -DOPENSSL_INCLUDE_DIR=C:\Users\Wo
lf\Desktop\vc-openssl\include -G "Visual Studio 11"
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeDet
ermineCompilerId.cmake:446 (execute_process):
execute_process given COMMAND argument with no value.
Call Stack (most recent call first):
C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeDetermineCompile
rId.cmake:48 (CMAKE_DETERMINE_COMPILER_ID_VENDOR)
C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeDetermineCCompil
er.cmake:131 (CMAKE_DETERMINE_COMPILER_ID)
CMakeLists.txt:1 (project)
-- The C compiler identification is unknown
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeDet
ermineCompilerId.cmake:446 (execute_process):
execute_process given COMMAND argument with no value.
Call Stack (most recent call first):
C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeDetermineCompile
rId.cmake:48 (CMAKE_DETERMINE_COMPILER_ID_VENDOR)
C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeDetermineCXXComp
iler.cmake:127 (CMAKE_DETERMINE_COMPILER_ID)
CMakeLists.txt:1 (project)
-- The CXX compiler identification is unknown
-- Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the sys
tem variable OPENSSL_ROOT_DIR (missing: OPENSSL_LIBRARIES) (found version "1.0.
1e")
-- Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the sys
tem variable OPENSSL_ROOT_DIR (missing: OPENSSL_LIBRARIES) (found version "1.0.
1e")
statusCompiling on WIN32
CMake Error at bitshares/CMakeLists.txt:50 (add_subdirectory):
add_subdirectory given source "vendor/leveldb-win" which is not an existing
directory.
-- Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the sys
tem variable OPENSSL_ROOT_DIR (missing: OPENSSL_LIBRARIES) (found version "1.0.
1e")
** for a debug build: cmake -DCMAKE_BUILD_TYPE=Debug ..
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 file
s:
LIB_EAY (ADVANCED)
linked by target "gw_miner" in directory C:/Users/Wolf/Desktop/coyote_miner
linked by target "gw_miner" in directory C:/Users/Wolf/Desktop/coyote_miner
linked by target "pool_miner" in directory C:/Users/Wolf/Desktop/coyote_mine
r
linked by target "pool_miner" in directory C:/Users/Wolf/Desktop/coyote_mine
r
linked by target "pool_server" in directory C:/Users/Wolf/Desktop/coyote_min
er
linked by target "pool_server" in directory C:/Users/Wolf/Desktop/coyote_min
er
linked by target "blockchain_tests" in directory C:/Users/Wolf/Desktop/coyot
e_miner/bitshares/tests
linked by target "momentum_pow_test" in directory C:/Users/Wolf/Desktop/coyo
te_miner/bitshares/tests
linked by target "timekeeper" in directory C:/Users/Wolf/Desktop/coyote_mine
r/bitshares/tests
SSL_EAY (ADVANCED)
linked by target "gw_miner" in directory C:/Users/Wolf/Desktop/coyote_miner
linked by target "gw_miner" in directory C:/Users/Wolf/Desktop/coyote_miner
linked by target "pool_miner" in directory C:/Users/Wolf/Desktop/coyote_mine
r
linked by target "pool_miner" in directory C:/Users/Wolf/Desktop/coyote_mine
r
linked by target "pool_server" in directory C:/Users/Wolf/Desktop/coyote_min
er
linked by target "pool_server" in directory C:/Users/Wolf/Desktop/coyote_min
er
linked by target "blockchain_tests" in directory C:/Users/Wolf/Desktop/coyot
e_miner/bitshares/tests
linked by target "momentum_pow_test" in directory C:/Users/Wolf/Desktop/coyo
te_miner/bitshares/tests
linked by target "timekeeper" in directory C:/Users/Wolf/Desktop/coyote_mine
r/bitshares/tests
-- Configuring incomplete, errors occurred!
See also "C:/Users/Wolf/Desktop/coyote_miner/CMakeFiles/CMakeOutput.log".
See also "C:/Users/Wolf/Desktop/coyote_miner/CMakeFiles/CMakeError.log".