ahlstromcj/sequencer64

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

thegdyne opened this issue · 3 comments

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