search for: r100954

Displaying 3 results from an estimated 3 matches for "r100954".

2010 Apr 11
0
[LLVMdev] darwin dragon-egg build issues
.../Users/howarth/llvm_svn/dragonegg/llvm-convert.cpp > In file included from /Users/howarth/llvm_svn/dragonegg/llvm-convert.cpp:88:0: > /Users/howarth/llvm_svn/dragonegg/llvm-debug.h:150:3: error: ‘DIFile’ does not name a type After editing the dragonegg Makefile to remove -Werror, installing r100954 of llvm/clang (to /opt/llv, being too lazy to type the 'm'), copying the missing darwin-sections.def to the installed gcc-4.5.0 release-candidate, as you noticed, I could add /opt/llv/bin to my path and the path to my gcc-4.5 install, and do: GCC=/sw/lib/gcc4.5/bin/gcc make CPPFLAGS=&quot...
2010 Apr 11
7
[LLVMdev] darwin dragon-egg build issues
On Sat, Apr 10, 2010 at 01:52:18PM +0200, Duncan Sands wrote: > Hi Jack, > > > Is anyone building dragon-egg on darwin? > > Anton built it once. There were some problems with dynamic libraries: gcc's > plugin support requires the use of dynamic libraries, and the configure logic > it uses thinks that darwin does not support dynamic libraries! So it is >
2010 Apr 13
4
[LLVMdev] darwin dragon-egg build issues
...egg/llvm-convert.cpp > > In file included from /Users/howarth/llvm_svn/dragonegg/llvm-convert.cpp:88:0: > > /Users/howarth/llvm_svn/dragonegg/llvm-debug.h:150:3: error: ‘DIFile’ does not name a type > > > After editing the dragonegg Makefile to remove -Werror, installing > r100954 of llvm/clang (to /opt/llv, being too lazy to type the 'm'), > copying the missing darwin-sections.def to the installed gcc-4.5.0 > release-candidate, as you noticed, I could add /opt/llv/bin to my path > and the path to my gcc-4.5 install, and do: > > GCC=/sw/lib/gcc4.5/bi...