Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: wdt building with cygwin64 on windows #204

Open
foroughmajidi opened this issue Apr 27, 2020 · 0 comments
Open

Error: wdt building with cygwin64 on windows #204

foroughmajidi opened this issue Apr 27, 2020 · 0 comments

Comments

@foroughmajidi
Copy link

foroughmajidi commented Apr 27, 2020

I generated makefiles of wdt as following:
cmake -DOPENSSL_ROOT_DIR==G:\cygwin64\usr\include\boost -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:
Capture29

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

Capture30

Although I added these code to folly/system/ThreadId.h , I receive the mentioned error.
#if __linux
#include <folly/portability/SysSyscall.h>*/
#elif defined(_WIN32) || defined(_WIN64)
#include <folly/portability/windows.h>

please help me with the problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant