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
I have libunwind installed as a pre-req for another package, this causes rust_unwind.h to fail the build because of the re-typedefing of _Unwind_Exception.
Unfortunately, I can't seem to find a decent way of detecting that unwind.h has been included, other than using it's header guard macro.
This is building with --enable-clang on. Also, I am using the latest trunk.