build errors with mgclient C library in windows OS #64
Labels
community
community
Effort - Unknown
Effort - Unknown
Frequency - Monthly
Frequency - Monthly
Reach - VeryFew
Reach - VeryFew
Severity - S3
Severity - S3
I am trying to build mgclient lib in Windows and C/C++ and having errors on the "CMake Error at
CMake Error at CMakeLists.txt:118 (add_subdirectory):
add_subdirectory given source "D:/Software/mgclient-master/src/src"
which is not an existing directory.
CMake Error at C:/msys64/mingw64/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:233 (message):
Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the
system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY) (found
version "3.3.1")
Call Stack (most recent call first):
"
can someone help if its restricted to 1.0.2 version or any specific vesrion of open ssl only ?
I executed $ cmake -DOPENSSL_INCLUDE_DIR="$OPENSSL_ROOT_DIR\include" .. from the src/build directory.
I had open ssl version 3.3.1 - can someone heIlp if its restricted to 1.0.2 version or any specific vesrion of open ssl only ?
I executed $ cmake -DOPENSSL_INCLUDE_DIR="$OPENSSL_ROOT_DIR\include" .. from the src/build directory.
I had open ssl version 3.3.1 - can someone heIlp if its restricted to 1.0.2 version or any specific vesrion of open ssl only ?
The text was updated successfully, but these errors were encountered: