You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A dependency on the rt library is unnecessarily required when checking for the timer_create function. This causes the build to fail if the rt library is not found, which is not the intent since rt is only required as part of the check for the function.
Checking for function "timer_create" : NO
../src/meson.build:743:22: ERROR: C shared or static library 'rt' not found
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
A dependency on the rt library is unnecessarily required when checking for the
timer_create
function. This causes the build to fail if thert
library is not found, which is not the intent since rt is only required as part of the check for the function.The text was updated successfully, but these errors were encountered: