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.