The first couple are too long to reference. I get this error when I try to compile clang++ -stdlib=libc++ ../main.cc ... with clang and libc++ from the SVN.
clang++ -stdlib=libc++ ../main.cc ...
This seems like you are using exception handling, but it isn't enabled in the compiler. Try passing -fexceptions to the commandline.