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

daemonize.cpp:483:13: error: 'sched_yield' was not declared in this scope #222

Open
thegdyne opened this issue Feb 17, 2023 · 3 comments
Open

Comments

@thegdyne
Copy link

hi there, got the following when i tried to make

daemonize.cpp: In function 'bool seq64::microsleep(int)':
daemonize.cpp:483:13: error: 'sched_yield' was not declared in this scope
483 | sched_yield();
| ^~~~~~~~~~~
make[2]: *** [Makefile:729: daemonize.lo] Error 1

#history was as follows
727 libtoolize
728 automake --add-missing
729 ./configure --enable-release --enable-rtmidi
730 make

Please can you help? thanks

@ahlstromcj
Copy link
Owner

ahlstromcj commented Feb 18, 2023 via email

@thegdyne
Copy link
Author

thegdyne commented Feb 18, 2023 via email

ahlstromcj added a commit that referenced this issue Feb 18, 2023
ahlstromcj added a commit that referenced this issue Feb 18, 2023
@thegdyne
Copy link
Author

thegdyne commented Feb 18, 2023 via email

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

2 participants