[LLVMdev] LLVM installation in Windows
Óscar Fuentes
ofv at wanadoo.es
Tue Dec 21 09:32:06 PST 2010
akramul azim <bijoy123_8 at yahoo.com> writes:
> 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:
[snip]
> llvm_ocaml.c:523: error: `int64' undeclared (first use in this function)
[snip]
> Can anyone tell me what is the problem?
Possibly the OCaml bindings are broken on Windows/MinGW. Try building
with cmake instead of configure&make. The cmake build ignores the OCaml
bindings.
http://www.llvm.org/docs/CMake.html
More information about the llvm-dev
mailing list