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
threading.c: In function 'fiftyoneDegreesSignalWait':
threading.c:145:4: warning: implicit declaration of function 'clock_gettime' [-Wimplicit-function-declaration]
clock_gettime(CLOCK_REALTIME, &timeout);
^~~~~~~~~~~~~
threading.c:145:18: error: 'CLOCK_REALTIME' undeclared (first use in this function)
clock_gettime(CLOCK_REALTIME, &timeout);
^~~~~~~~~~~~~~
threading.c:145:18: note: each undeclared identifier is reported only once for each function it appears in
Unable to compile package on Windows system.
Function clock_gettime is not defined. Need Windows implementation.
The text was updated successfully, but these errors were encountered:
Unable to compile package on Windows system.
Function
clock_gettime
is not defined. Need Windows implementation.The text was updated successfully, but these errors were encountered: