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

Compilation error on Windows system #3

Open
misantron opened this issue Jun 8, 2018 · 0 comments
Open

Compilation error on Windows system #3

misantron opened this issue Jun 8, 2018 · 0 comments

Comments

@misantron
Copy link

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.

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