[LLVMdev] First Pass at building dragon egg-3.3 for clang 3.3 - using gcc-4.7

Lou Picciano loupicciano at comcast.net
Wed Jul 24 19:38:34 PDT 2013


LLVM Friends,

First time attempting a build of dragonegg, using our shiny new install of clang-3.3. I'm clearly off to a terrifying start!

 
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 
      
Compiling utils/TargetInfo.cpp
In file included from /usr/clang/3.3/include/llvm/Support/DataTypes.h:67:0,
                 from /usr/clang/3.3/include/llvm/Support/type_traits.h:20,
                 from /usr/clang/3.3/include/llvm/ADT/StringRef.h:13,
                 from /usr/clang/3.3/include/llvm/ADT/Twine.h:13,
                 from /usr/clang/3.3/include/llvm/ADT/Triple.h:13,
                 from /home/drlou/Downloads/dragonegg-3.3.src/utils/TargetInfo.cpp:23:
/usr/clang/3.3/lib/clang/3.3/include/stdint.h:32:54: error: missing binary operator before token "("
/usr/clang/3.3/lib/clang/3.3/include/stdint.h:187:0: warning: "__int_least32_t" redefined [enabled by default]
/usr/clang/3.3/lib/clang/3.3/include/stdint.h:113:0: note: this is the location of the previous definition
/usr/clang/3.3/lib/clang/3.3/include/stdint.h:188:0: warning: "__uint_least32_t" redefined [enabled by default]
/usr/clang/3.3/lib/clang/3.3/include/stdint.h:114:0: note: this is the location of the previous definition
/usr/clang/3.3/lib/clang/3.3/include/stdint.h:189:0: warning: "__int_least16_t" redefined [enabled by default]
/usr/clang/3.3/lib/clang/3.3/include/stdint.h:115:0: note: this is the location of the previous definition
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130725/dfeda3ed/attachment.html>


More information about the llvm-dev mailing list