http://llvm.org/bugs/show_bug.cgi?id=8723
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #10 from [email protected] 2010-12-07 14:00:33 CST --- (In reply to comment #9) > OK. I've committed something, please give that a shot. Thanks! Thanks! That seems to have done the trick. If I use the same configure command as before, the build still fails but the error is different: llvm[4]: ======= Finished Linking Debug+Asserts Executable Sample llvm[3]: Compiling llvm_ocaml.c for Debug+Asserts build llvm_ocaml.c: In function 'llvm_const_extractvalue': llvm_ocaml.c:636:3: warning: implicit declaration of function 'CAMLreturnT' llvm_ocaml.c:636:15: error: expected expression before 'LLVMValueRef' llvm_ocaml.c:624:3: warning: unused variable 'caml__frame' llvm_ocaml.c: In function 'llvm_const_insertvalue': llvm_ocaml.c:654:15: error: expected expression before 'LLVMValueRef' llvm_ocaml.c:642:3: warning: unused variable 'caml__frame' llvm_ocaml.c:655:1: warning: control reaches end of non-void function llvm_ocaml.c: In function 'llvm_const_extractvalue': llvm_ocaml.c:637:1: warning: control reaches end of non-void function directorys/<user>/Documents/src/llvm-svn-2010-12-07/bindings/ocaml/llvm/Debug+Asserts/llvm_ocaml.d.tmp: No such file or make[3]: *** [/Users/<user>/Documents/src/llvm-svn-2010-12-07/bindings/ocaml/llvm/Debug+Asserts/llvm_ocaml.o] Error 1 make[2]: *** [all] Error 1 make[1]: *** [ocaml/.makeall] Error 2 make: *** [all] Error 1 If I add --disable-bindings to the configure options, however, make succeeds although running make check produces many errors: Expected Passes : 290 Expected Failures : 9 Unsupported Tests : 3044 Unexpected Failures: 2359 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 I'm not sure whether this would be expected or not. Let me know if you would like further information (eg complete output from make check). -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
