[Caml-list] Clients de mystère requis / Myster y Shoppers Needed

2010-06-10 Thread Labib Dart Larel
Content-Type: text/plain Content-Transfer-Encoding: 8bit Hello, I'm Labib, am working for a company (Service Shoppers Inc.) that conducts surveys and evaluates other companies. The scope of the evaluation/survey is all about mystery shopping. Due to shortage of evaluation staff, this

[Caml-list] question about the jvm backend

2010-06-10 Thread Martin DeMello
I have an OCaml implementation of an algorithm that I now want to use from clojure. As I see it, my options are: 1. Port to clojure 2. Port to scala (better support for pattern matching will make it easier to port, also scala might be faster) 3. Recompile the OCaml code against the JVM (3) seems

[Caml-list] ocaml build error

2010-06-10 Thread Joel Reymont
How do I fix this? Thanks, Joel --- Mac OSX 10.6 ./build/fastworld.sh ... + boot/ocamlyacc -v otherlibs/labltk/compiler/parser.mly 3 shift/reduce conflicts. + ./ocamlopt.opt -nostdlib -c -g -warn-error A -I otherlibs/dynlink/nat -I stdlib -o otherlibs/dynlink/nat/dynlink.cmx

Re: [Caml-list] build/fastworld issues

2010-06-10 Thread Nicolas Pouillard
On Fri, 04 Jun 2010 10:56:51 +0300, Török Edwin edwinto...@gmail.com wrote: Hi, I have successfully built 3.12.0+dev25 with 'make world.opt', but I get an error if I try 'build/fastworld.sh'. Both 'make world.opt' and 'build/fastworld.sh' work fine on ocaml 3.11.2. Here is the error: +

Re: [Caml-list] build/fastworld issues

2010-06-10 Thread Nicolas Pouillard
On Fri, 11 Jun 2010 00:02:58 +0300, Török Edwin edwinto...@gmail.com wrote: On 2010-06-10 23:21, Nicolas Pouillard wrote: On Fri, 04 Jun 2010 10:56:51 +0300, Török Edwin edwinto...@gmail.com wrote: Hi, I have successfully built 3.12.0+dev25 with 'make world.opt', but I get an error

Re: [Caml-list] ocaml build error

2010-06-10 Thread Nicolas Pouillard
On Thu, 10 Jun 2010 15:54:49 +0100, Joel Reymont joe...@gmail.com wrote: How do I fix this? Switch to the 3.12 branch instead of the trunk. -- Nicolas Pouillard http://nicolaspouillard.fr ___ Caml-list mailing list. Subscription management:

Re: [Caml-list] build/fastworld issues

2010-06-10 Thread Török Edwin
On 2010-06-10 23:21, Nicolas Pouillard wrote: On Fri, 04 Jun 2010 10:56:51 +0300, Török Edwin edwinto...@gmail.com wrote: Hi, I have successfully built 3.12.0+dev25 with 'make world.opt', but I get an error if I try 'build/fastworld.sh'. Both 'make world.opt' and 'build/fastworld.sh' work