folly errors when wdt is being built with cygwin64 on windows
- Dominant language
- C++
- Stars
- 30.5k
- Forks
- 5.9k
- PR merge metrics
- No merged PRs in 30d
Description
I generated makefiles of wdt as following:
cmake -DGFLAGS_INCLUDE_DIR=G:/cygwin64/usr/local/include/gflags
-DGLOG_INCLUDE_DIR=G:/cygwin64/usr/local/include/glog
-DDOUBLECONV_INCLUDE_DIR=G:/cygwin64/usr/local/include/double-conversion
-DFOLLY_SOURCE_DIR=G:/cygwin64/home/Forough/w_f
The generating concluded to this result:

When I run :make -j I got this result:

Although I added these code to folly/system/ThreadId.h , I receive the mentioned error.
#if __linux
#include */
#elif defined(_WIN32) || defined(_WIN64)
#include
Please help me with the problem
Contributor guide
Assessment
This issue has not been assessed yet.