Builtins.h:33:26: error
- Dominant language
- C++
- Stars
- 30.5k
- Forks
- 5.9k
- PR merge metrics
- No merged PRs in 30d
Description
I want to build wdt on windows that use folly.
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:

I would like to get help to solve this problem?
Contributor guide
Assessment
This issue has not been assessed yet.