facebook / facebook/folly

folly errors when wdt is being built with cygwin64 on windows

Abierto
#1,358 3 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
C++
Estrellas
30.5k
Forks
5.9k
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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:

![Capture29](https://user-images.githubusercontent.com/51900859/80391949-4f316b00-8863-11ea-956b-a117cfb2cc2e.PNG)

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

![Capture30](https://user-images.githubusercontent.com/51900859/80391986-62443b00-8863-11ea-8347-b0d0a70037ba.PNG)

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

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.