-
Notifications
You must be signed in to change notification settings - Fork 28
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
Comments
I will check it out soon. What distro are you using? You can also try the
Seq66 project. It's more up to date than Seq64 and does a lot more!
On Fri, Feb 17, 2023 at 18:40 thegdyne ***@***.***> wrote:
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
—
Reply to this email directly, view it on GitHub
<#222>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB45LKEN5UGLUHW3K5FKWE3WYAEATANCNFSM6AAAAAAU77LZFI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
Chris Ahlstrom
|
Thanks bro using fedora 36 will check seq66 appreciate your reply
…On Sat, 18 Feb 2023, 15:54 C. Ahlstrom, ***@***.***> wrote:
I will check it out soon. What distro are you using? You can also try the
Seq66 project. It's more up to date than Seq64 and does a lot more!
On Fri, Feb 17, 2023 at 18:40 thegdyne ***@***.***> wrote:
> 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
>
> —
> Reply to this email directly, view it on GitHub
> <#222>, or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AB45LKEN5UGLUHW3K5FKWE3WYAEATANCNFSM6AAAAAAU77LZFI
>
> .
> You are receiving this because you are subscribed to this thread.Message
> ID: ***@***.***>
>
--
Chris Ahlstrom
—
Reply to this email directly, view it on GitHub
<#222 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AL4A4XIA6TKMGGANPDYJNADWYDWDNANCNFSM6AAAAAAU77LZFI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
ahlstromcj
added a commit
that referenced
this issue
Feb 18, 2023
ahlstromcj
added a commit
that referenced
this issue
Feb 18, 2023
Succeeded in getting seq66 running...thanks very much!!
…On Sat, 18 Feb 2023, 15:54 C. Ahlstrom, ***@***.***> wrote:
I will check it out soon. What distro are you using? You can also try the
Seq66 project. It's more up to date than Seq64 and does a lot more!
On Fri, Feb 17, 2023 at 18:40 thegdyne ***@***.***> wrote:
> 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
>
> —
> Reply to this email directly, view it on GitHub
> <#222>, or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AB45LKEN5UGLUHW3K5FKWE3WYAEATANCNFSM6AAAAAAU77LZFI
>
> .
> You are receiving this because you are subscribed to this thread.Message
> ID: ***@***.***>
>
--
Chris Ahlstrom
—
Reply to this email directly, view it on GitHub
<#222 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AL4A4XIA6TKMGGANPDYJNADWYDWDNANCNFSM6AAAAAAU77LZFI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: