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
The last one is less trivial: 1bd7a3b uses an addition to pthreads functions only offered in glibc, using the function pthread_tryjoin_np missing from standard pthreads, that fonction uses glibc-only __pthread_clockjoin_ex etc.
It could be possible to include them if glibc is missing, as licenses of glibc and naemon-livestatus are compatible, but that's a lot of code, could someone has a link to that MON-9123 issue to look at the original issue this code change wanted to fix? It seems a JIRA one?
The text was updated successfully, but these errors were encountered:
To be able to build naemon-livestatus everywhere, there are some blockers:
register
keywords deprecated in C++11, removed from C++17, see Keyword register has been deprecated in C++ 11 and removed in C++17 #119The last one is less trivial: 1bd7a3b uses an addition to pthreads functions only offered in glibc, using the function
pthread_tryjoin_np
missing from standard pthreads, that fonction uses glibc-only __pthread_clockjoin_ex etc.It could be possible to include them if glibc is missing, as licenses of glibc and naemon-livestatus are compatible, but that's a lot of code, could someone has a link to that MON-9123 issue to look at the original issue this code change wanted to fix? It seems a JIRA one?
The text was updated successfully, but these errors were encountered: