Hi Patrick,<br><br><div class="gmail_quote">On Thu, May 24, 2012 at 2:18 AM, Patrik Plihal <span dir="ltr"><<a href="mailto:patrik.plihal@gmail.com" target="_blank">patrik.plihal@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
I recently tried to follow the instructions on<br>
<a href="http://vmkit.llvm.org/get_started.html" target="_blank">http://vmkit.llvm.org/get_<u></u>started.html</a><br>
<br>
but all I get is<br>
<br>
-- snip --<br>
<br>
In file included from /home/birdspider/vmkit-test/<u></u>llvm/include/llvm/Support/<u></u>SwapByteOrder.h:20:<br>
/usr/bin/../lib/gcc/x86_64-<u></u>unknown-linux-gnu/4.7.0/../../<u></u>../../include/c++/4.7.0/<u></u>limits:1404:27: error: use of undeclared identifier '__int128'; did you mean '__int128_t'?<br>
struct numeric_limits<__int128><br>
^<br>
/usr/bin/../lib/gcc/x86_64-<u></u>unknown-linux-gnu/4.7.0/../../<u></u>../../include/c++/4.7.0/<u></u>limits:1478:36: error: expected '>'<br>
struct numeric_limits<unsigned __int128><br>
^<br>
/usr/bin/../lib/gcc/x86_64-<u></u>unknown-linux-gnu/4.7.0/../../<u></u>../../include/c++/4.7.0/<u></u>limits:1478:5: error: cannot combine with previous '(error)' declaration specifier<br>
struct numeric_limits<unsigned __int128><br>
^<br>
/usr/bin/../lib/gcc/x86_64-<u></u>unknown-linux-gnu/4.7.0/../../<u></u>../../include/c++/4.7.0/<u></u>limits:1478:44: error: expected unqualified-id<br>
struct numeric_limits<unsigned __int128><br></blockquote><div><br></div><div>The problem seems to be that llvm does not compile with gcc 4.7. Could you try an earlier version of gcc?</div><div><br></div><div>Nicolas</div>
<div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
^<br>
6 errors generated.<br>
make[1]: *** [/home/birdspider/vmkit-test/<u></u>llvm/lib/Support/Release+<u></u>Asserts/APFloat.o] Fehler 1<br>
make[1]: Leaving directory `/home/birdspider/vmkit-test/<u></u>llvm/lib/Support'<br>
make: *** [all] Fehler 1<br>
[birdspider@hellsguardlinux llvm]$<br>
<br>
there is the whole output of<br>
./configure; make<br>
attached<br>
<br>
<br>
Any ideas? I just wanted to try it out, right now I have no clue what goes wrong.<br>
<br>
<br>
<br>_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a> <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
<br></blockquote></div><br>