You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from /tmp/folly-20210301-82287-orzki0/folly-2021.03.01.00/folly/ClockGettimeWrappers.cpp:17:
In file included from /tmp/folly-20210301-82287-orzki0/folly-2021.03.01.00/folly/ClockGettimeWrappers.h:19:
/tmp/folly-20210301-82287-orzki0/folly-2021.03.01.00/folly/portability/Time.h:52:17: error: typedef redefinition with different types ('uint8_t' (aka 'unsigned char') vs 'enum clockid_t')
typedef uint8_t clockid_t;
^
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/time.h:171:3: note: previous definition is here
} clockid_t;
^
1 error generated.
The text was updated successfully, but these errors were encountered:
Folly fails to build on macOS 10.14
The text was updated successfully, but these errors were encountered: