Den 31/05/2010 kl. 21.50 skrev Erik Cederstrand: > I do have a problem with buildworld on an unmodified ClangBSD src/ tree > within a ClangBSD VM. Clang barfs on the mmintrin.h headers when building > it's own Lexer because it picks up the gcc version of the headers instead of > the clang version. This has been fixed before in ClangBSD, but probably the > logic to decide on which headers to use are insufficient.
Building a new ClangBSD VM from the latest revision solved this issue for me and I'm able to build ClangBSD within ClangBSD using unmodified sources. Erik