<html><head><style> body {height: 100%; color:#000000; font-size:12pt; font-family:Verdana;}</style></head><body>LLVM Friends,<br><br><span>First time attempting a build of dragonegg, using our shiny new install of clang-3.3. I'm clearly off to a terrifying start!</span><br><br><span> </span><br><span style="font-family: 'Courier New';">dragonegg-3.3.src$ CXX=/usr/bin/gcc GCC=/usr/bin/gcc ENABLE_LLVM_PLUGINS=1 LLVM_CONFIG=/usr/bin/llvm-config CFLAGS=-I/usr/clang/3.3/lib/clang/3.3/include CXXFLAGS="-I/usr/clang/3.3/lib/clang/3.3/include" make <br><span> </span>     <br>Compiling utils/TargetInfo.cpp<br>In file included from /usr/clang/3.3/include/llvm/Support/DataTypes.h:67:0,<br>                 from /usr/clang/3.3/include/llvm/Support/type_traits.h:20,<br>                 from /usr/clang/3.3/include/llvm/ADT/StringRef.h:13,<br>                 from /usr/clang/3.3/include/llvm/ADT/Twine.h:13,<br>                 from /usr/clang/3.3/include/llvm/ADT/Triple.h:13,<br>                 from /home/drlou/Downloads/dragonegg-3.3.src/utils/TargetInfo.cpp:23:<br>/usr/clang/3.3/lib/clang/3.3/include/stdint.h:32:54: error: missing binary operator before token "("<br>/usr/clang/3.3/lib/clang/3.3/include/stdint.h:187:0: warning: "__int_least32_t" redefined [enabled by default]<br>/usr/clang/3.3/lib/clang/3.3/include/stdint.h:113:0: note: this is the location of the previous definition<br>/usr/clang/3.3/lib/clang/3.3/include/stdint.h:188:0: warning: "__uint_least32_t" redefined [enabled by default]<br>/usr/clang/3.3/lib/clang/3.3/include/stdint.h:114:0: note: this is the location of the previous definition<br>/usr/clang/3.3/lib/clang/3.3/include/stdint.h:189:0: warning: "__int_least16_t" redefined [enabled by default]<br>/usr/clang/3.3/lib/clang/3.3/include/stdint.h:115:0: note: this is the location of the previous definition</span></body></html>