facebook / facebook/folly

Builtins.h:33:26: error

Open
#1,356 0 comments 0 reactions 0 assignees View on GitHub
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:
![Capture25](https://user-images.githubusercontent.com/51900859/80302417-cd581980-875e-11ea-9f17-8ef2e0b3c8e7.PNG)

I would like to get help to solve this problem?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.