Hi, Everyone,<div><br></div><div>I got a error when I try to compile LLVM 2.7,  it is located in the ocaml bindings file, showing like:</div><div><br></div><div><div>llvm[2]: Compiling llvm_ocaml.c for Release+Asserts build</div>
<div>In file included from C:\Objective Caml\lib/caml/misc.h:24,</div><div>                 from C:\Objective Caml\lib/caml/alloc.h:23,</div><div>                 from /home/leila/llvm/bindings/ocaml/llvm/llvm_ocaml.c:19:</div>
<div><br></div><div><br></div><div>In file included from /home/leila/llvm/bindings/ocaml/llvm/llvm_ocaml.c:19:</div><div>C:\Objective Caml\lib/caml/alloc.h:34: warning: parameter names (without types)</div><div>in function declaration</div>
<div><br></div><div><br></div><div>/home/leila/llvm/bindings/ocaml/llvm/llvm_ocaml.c:524: error: (Each undeclared i</div><div>dentifier is reported only once</div><div>/home/leila/llvm/bindings/ocaml/llvm/llvm_ocaml.c:524: error: for each function</div>
<div>it appears in.)</div></div><div><br></div><div><br></div><div>I compile LLVM under my cygwin environment (x86), and it seems to link with ocaml lib in my C: filesystem in windows. That's a little wired. And I tried to specify the ocaml path installed in cygwin(usr/lib) but still got the same problem.</div>
<div><br></div><div>I just wonder there is anyone met with this problem, and any suggestions will be highly appreciated! Thanks a lot</div><div><br></div><div>-Arike</div>