[cfe-dev] Carbon WindowGroups example
Nico Weber
nicolasweber at gmx.de
Wed Dec 5 01:43:10 PST 2007
> 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
More information about the cfe-dev
mailing list