Error 'gettid' is missing exception specification 'throw()' when compiling · Issue #3847 · rubinius/rubinius · GitHub
More Web Proxy on the site http://driver.im/
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
On my system, attempting to compile the project will cause the following error:
'gettid' is missing exception specification 'throw()'
This is caused by the fact that configure.rb is not detecting gettid as present, causing a conflict with the current gettid glibc definition (Rubinius doesn't have a noexcept specifier, while gblic's version does).
I'm submitting a PR shortly to fix this.
The text was updated successfully, but these errors were encountered:
On my system, attempting to compile the project will cause the following error:
This is caused by the fact that configure.rb is not detecting
gettid
as present, causing a conflict with the currentgettid
glibc definition (Rubinius doesn't have a noexcept specifier, while gblic's version does).I'm submitting a PR shortly to fix this.
The text was updated successfully, but these errors were encountered: