-
Notifications
You must be signed in to change notification settings - Fork 673
Description
build beast on win10/64 bit ENG + codeblocks + boost1.6.3(gcc itself) + openssl-1.1.0e
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
and the commands i used to do it are:
cd C:\Beast-develop
open cmake(gui version)
C:\Beast-develop ---> C:\Beast-develop\bin64
added boost1.6.3(gcc itself) path
added openssl path
configure
cmake (gui) says that NO openssl exists.
generate
cd C:\Beast-develop\bin64
C:\make-4.1\WinRel\gnumake > Beast.txt
the text + image of the crash:
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Boost version: 1.63.0
Found the following Boost libraries:
system
coroutine
context
filesystem
program_options
thread
chrono
date_time
atomic
Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_SSL_LIBRARY OPENSSL_CRYPTO_LIBRARY OPENSSL_INCLUDE_DIR)
OpenSSL not found.
Configuring done
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
[ 1%] Building CXX object test/CMakeFiles/lib-tests.dir//extras/beast/unit_test/main.cpp.obj
test\CMakeFiles\lib-tests.dir\build.make:62: recipe for target 'test/CMakeFiles/lib-tests.dir//extras/beast/unit_test/main.cpp.obj' failed
CMakeFiles\Makefile2:107: recipe for target 'test/CMakeFiles/lib-tests.dir/all' failed
Makefile:82: recipe for target 'all' failed
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
