-
Notifications
You must be signed in to change notification settings - Fork 30
Description
D:\software\OpenSSL-CMake\build>make
Scanning dependencies of target crypto
[ 0%] Building C object crypto/CMakeFiles/crypto.dir/cryptlib.c.obj
In file included from D:\software\OpenSSL-CMake\crypto\cryptlib.h:65:0,
from D:\software\OpenSSL-CMake\crypto\cryptlib.c:117:
D:/software/OpenSSL-CMake/e_os.h:64:28: fatal error: openssl/e_os2.h: No such file or directory
include <openssl/e_os2.h>
^
compilation terminated.
crypto\CMakeFiles\crypto.dir\build.make:62: recipe for target 'crypto/CMakeFiles/crypto.dir/cryptlib.c.obj' failed
make[2]: *** [crypto/CMakeFiles/crypto.dir/cryptlib.c.obj] Error 1
CMakeFiles\Makefile2:84: recipe for target 'crypto/CMakeFiles/crypto.dir/all' failed
make[1]: *** [crypto/CMakeFiles/crypto.dir/all] Error 2
Makefile:82: recipe for target 'all' failed
make: *** [all] Error 2