search for: camlprim69f718

Displaying 2 results from an estimated 2 matches for "camlprim69f718".

2008 Jul 31
2
[LLVMdev] Status of Ocaml bindings
...unknown error (or has stderr output) at line 1 while running: /usr/bin/ocamlc.opt -cc g++ -I /home/erikd/Hack/SVN/llvm/Debug/lib/ocaml -warn-error A llvm.cma llvm_bitreader.cma llvm_bitwriter.cma /home/erikd/Hack/SVN/llvm/test/Bindings/Ocaml/bitreader.ml -o bitreader.ml.tmp /tmp/camlprim69f718.c:917: warning: deprecated conversion from string constant to 'char*' and so on. What is the status of these bindings? Are they supposed to be working? My system is Ubuntu Linux (Hardy Heron release) on x86. The compilers I'm using are: gcc 4.2.3 g++ 4.2.3 ocaml 3...
2008 Jul 31
0
[LLVMdev] Status of Ocaml bindings
...r has stderr output) at line 1 > while running: /usr/bin/ocamlc.opt -cc g++ -I /home/erikd/Hack/SVN/llvm/Debug/lib/ocaml > -warn-error A llvm.cma llvm_bitreader.cma llvm_bitwriter.cma > /home/erikd/Hack/SVN/llvm/test/Bindings/Ocaml/bitreader.ml -o bitreader.ml.tmp > /tmp/camlprim69f718.c:917: warning: deprecated conversion from string constant to 'char*' > > and so on. > > What is the status of these bindings? Are they supposed to be working? They're working fine for me (I'm using ocamlopt rather than ocamlc though). The ocaml part of the testsuite wo...