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

Will this compile on OS X Yosemite? #2

Closed
saurabh984 opened this issue Dec 5, 2014 · 1 comment
Closed

Will this compile on OS X Yosemite? #2

saurabh984 opened this issue Dec 5, 2014 · 1 comment

Comments

@saurabh984
Copy link

Fails with following error:

src/lib/ProcessFramework.cpp:537:16: error: use of undeclared identifier
      'CLOCK_REALTIME'
        clock_gettime(CLOCK_REALTIME, &ts);
                      ^
src/lib/ProcessFramework.cpp:541:3: error: use of undeclared identifier
      'sem_timedwait'
                sem_timedwait(_psem, &ts);
                ^
src/lib/ProcessFramework.cpp:543:3: error: use of undeclared identifier
      'sem_timedwait'
                sem_timedwait(&_sem, &ts);
@saurabh984
Copy link
Author

POSIX - I have my answer.

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