Open GoogleCodeExporter opened 9 years ago
OS Debian stable i686
Original comment by Anton.Du...@gmail.com
on 10 Feb 2008 at 5:36
Got the same problem !
It's not exactly like Issue #70 !
Original comment by exod....@gmail.com
on 15 Apr 2008 at 2:26
I got the same problem. Did someone fix it?
Original comment by mits...@gmail.com
on 4 May 2008 at 4:12
get other revisin of llvm
Original comment by Anton.Du...@gmail.com
on 4 May 2008 at 7:09
got the same problem with "all" revs of LLVM till 49604 (after this rev I cant
compile because of LLVMBuilder.h which is renamed to IRBuilder.h) even with
42498 of
this page : http://code.google.com/p/iphone-dev/wiki/Building
../../../llvm-gcc-4.0-iphone/gcc/llvm-backend.cpp:165: error: expected
initializer before ‘*’ token
../../../llvm-gcc-4.0-iphone/gcc/llvm-backend.cpp:167: error: ‘TME’ was not
declared in this scope
../../../llvm-gcc-4.0-iphone/gcc/llvm-backend.cpp:181: error: ‘TME’ was not
declared in this scope
this error can be fixed by editing llvm-backend.cpp at line 165 : replace
"Entry *
TME" by "entry * TME"
as for the others I have no idea...
the interesting thing that these errors do not appear under Kubuntu-kde4 with
gcc-4.2.3
I'm trying to build it under Arch Linux and both gcc-4.3.0 and gcc-4.2.3 output
these
errors
Original comment by sergio.k...@gmail.com
on 2 Jun 2008 at 9:58
Original issue reported on code.google.com by
Anton.Du...@gmail.com
on 10 Feb 2008 at 5:26