> With the latest SVN version of clang, I was able to compile and run > the Carbon WindowGroups example, located in /Developer/Examples/ > Carbon/ > WindowGroups on Mac OS X systems.
Great :-) I `svn up`d both clang and llvm to reproduce this. Building llvm (`make clean; make -j2`) fails with /Users/nico/src/llvm-svn/lib/AsmParser/Lexer.l: In function ‘int llvmAsmlex()’: /Users/nico/src/llvm-svn/lib/AsmParser/Lexer.l:440: error: cannot convert ‘double’ to ‘llvm::APFloat*’ in assignment /Users/nico/src/llvm-svn/lib/AsmParser/Lexer.l:441: error: cannot convert ‘double’ to ‘llvm::APFloat*’ in assignment Nico _______________________________________________ cfe-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
