Hi everyone,
I am new in this field. I am trying to install LLVM in my
32-bit Windows XP. Can anyone please give a to do list for installing LLVM in my
machine. When trying to build LLVM, I get the following error:
llvm[3]: Compiling llvm_ocaml.c for Debug build
In file included from D:\Program Files\Objective Caml\lib/caml/misc.h:24,
from D:\Program Files\Objective Caml\lib/caml/alloc.h:23,
from llvm_ocaml.c:19:
D:\Program Files\Objective Caml\lib/caml/config.h:140: error: expected `=',
`
`;', `asm' or `__attribute__' before `int64'
D:\Program Files\Objective Caml\lib/caml/config.h:141: error: expected `=',
`
`;', `asm' or `__attribute__' before `uint64'
In file included from llvm_ocaml.c:19:
D:\Program Files\Objective Caml\lib/caml/alloc.h:34: warning: parameter names
ithout types) in function declaration
llvm_ocaml.c: In function `llvm_const_of_int64':
llvm_ocaml.c:523: error: `int64' undeclared (first use in this function)
llvm_ocaml.c:523: error: (Each undeclared identifier is reported only once
llvm_ocaml.c:523: error: for each function it appears in.)
llvm_ocaml.c:523: error: expected expression before `)' token
make[3]: *** [/llvm/llvm-2.7/bindings/ocaml/llvm/Debug/llvm_ocaml.o] Error 1
make[3]: Leaving directory `/llvm/llvm-2.7/bindings/ocaml/llvm'
make[2]: *** [all] Error 1
make[2]: Leaving directory `/llvm/llvm-2.7/bindings/ocaml'
make[1]: *** [ocaml/.makeall] Error 2
make[1]: Leaving directory `/llvm/llvm-2.7/bindings'
make: *** [all] Error 1
Can anyone tell me what is the problem?
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.llvm.org/pipermail/llvm-dev/attachments/20101221/da892dd4/attachment.html>