You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try built wdt with cygwin as following
cmake -DBOOST_ROOT=G:\cygwin64\usr\include\boost
-DOPENSSL_CRYPTO_LIBRARY=G:/cygwin64/opt/openssl-1.1.1g-win64-mingw/lib
-DGFLAGS_INCLUDE_DIR=F:\gflags\gflags\include
-DGFLAGS_LIBRARY=F:\gflags\gflags\bin -DGLOG_LIBRARY=F:\glog\b_g\Debug
-DGLOG_INCLUDE_DIR=F:\glog\b_g
-DDOUBLECONV_INCLUDE_DIR=G:/cygwin64/home/forough/double-conversion
-DDOUBLECONV_LIBRARY=G:/cygwin64/home/forough/double-conversion
-DFOLLY_SOURCE_DIR=G:/cygwin64/home/Forough/w_f
That was ok .
But when I run "make -j" I got this error:
I Generated makefiles of wdt using CMake from the command line on windows as following :
cmake F:\wdt -G "MinGW Makefiles"
-DFOLLY_SOURCE_DIR=F:/folly
-DOPENSSL_INCLUDE_DIR=C:/Users/Forough/Downloads/openssl-1.1.1g-win64-mingw/include/openssl
-DOPENSSL_SSL_LIBRARY=C:/Users/Forough/Downloads/openssl-1.1.1g-win64-mingw/lib
-DOPENSSL_CRYPTO_LIBRARY=C:/Users/Forough/Downloads/openssl-1.1.1g-win64-mingw/lib
-DGFLAGS_INCLUDE_DIR=F:\gflags\gflags\include
-DGFLAGS_LIBRARY=F:\gflags\gflags\bin -DGLOG_LIBRARY=F:\glog\b_g\Debug
-DGLOG_INCLUDE_DIR=F:\glog\b_g
-DDOUBLECONV_INCLUDE_DIR=F:\double-conversion\double-conversion
-DDOUBLECONV_LIBRARY=F:\double-conversion -DBoost_INCLUDE_DIR=G:/boost_1_59_0/boost1/include
-DBOOST_ROOT=G:/boost_1_59_0
-DBUILD_TESTING=on
That was ok.
But when I wanted to Build makefiles with "mingw32-make" , I got this error:
The text was updated successfully, but these errors were encountered: