Re: [Caml-list] HLVM is now garbage collected!

2009-03-19 Thread Jon Harrop
On Friday 13 March 2009 20:40:10 Mikkel Fahnøe Jørgensen wrote: > 2009/3/13 Jon Harrop : > > On Sunday 08 March 2009 01:19:20 Jon Harrop wrote: > >> Well, I have my first working GC running in HLVM now! Woohoo! > > > > I have just updated HLVM's GC to use a hash table instead of a linear > > search

Re: [Caml-list] Problem during Godi bootstrap_stage2 (Windows mingw)

2009-03-19 Thread Alan Schmitt
On 19 mars 09, at 08:47, Alain Frisch wrote: Alan Schmitt wrote: I had to reinstall my environment to develop OCaml applications under Windows (using mingw), and I'm having some problem during bootstrap_stage2. Here are the last few lines before the problem occurs: I think the problem co

Re: [Caml-list] Problem during Godi bootstrap_stage2 (Windows mingw)

2009-03-19 Thread Joel Reymont
What about this error with Cygwin towards the end of bootstrap_stage2? Thanks, Joel --- cp ld.conf /usr/local/godi/build/godi/godi-ocaml/work/stage/lib/ocaml/ std-lib/ld .conf cp libcamlrun_shared.so /usr/local/godi/build/godi/godi-ocaml/work/ stage/lib/oca ml/std-lib/libcamlrun_sha

[Caml-list] problem building godi on solaris

2009-03-19 Thread Joel Reymont
I'm trying to build GODI on Solaris. I already have OCaml 3.10 built but don't see a way to use it to bootstrap GODI. Any suggestions how to fix the error below or make GODI use the OCaml I have installed? Thanks, Joel --- Press [Return] to begin with the installation; press [CTRL

Re: [Caml-list] Problem during Godi bootstrap_stage2 (Windows mingw)

2009-03-19 Thread Dave Benjamin
Alain Frisch wrote: Alan Schmitt wrote: I had to reinstall my environment to develop OCaml applications under Windows (using mingw), and I'm having some problem during bootstrap_stage2. Here are the last few lines before the problem occurs: I think the problem comes from a recent update in Cy

Re: Re: [Caml-list] caml trading

2009-03-19 Thread Loup Vaillant
2009/3/18 Philippe Veber : > Suggestions to have this thread die quickly: > 1. be more polite, and don't treat people with different opinions like lazy > ignorants that should read *your* reference textbook before talking. Err, Xah didn't sound offensive to me. If I take "For those of you ignorant

Re: [Caml-list] Otags on 3.10

2009-03-19 Thread Stéphane Glondu
Denis Golovan a écrit : > I'd like to ask, is there any chance to make otags compile on OCaml v3.10.2 + > camlp4o v5.11? > > Now otags-3.09.3.3 just fails with following error (I patch configure to skip > version check :) ): "Now"? What were you using before? For your information, there is the

Re: [Caml-list] Cannot safely evaluate the definition of the recursively-defined module

2009-03-19 Thread Hugo Ferreira
Michael Furr wrote: On Wed, 18 Mar 2009, Hugo Ferreira wrote: I hope this is not a beginners questions. I am trying to reuse code via functors, however I am getting the following error: Cannot safely evaluate the definition of the recursively-defined module (refers to "AA.empty" when implemen

Re: [Caml-list] Problem during Godi bootstrap_stage2 (Windows mingw)

2009-03-19 Thread Alain Frisch
Alan Schmitt wrote: I had to reinstall my environment to develop OCaml applications under Windows (using mingw), and I'm having some problem during bootstrap_stage2. Here are the last few lines before the problem occurs: I think the problem comes from a recent update in Cygwin. Now, gcc is a

[Caml-list] Problem during Godi bootstrap_stage2 (Windows mingw)

2009-03-19 Thread Alan Schmitt
Hello, I sent the following to the godi list, but as it occurs during the compilation of OCaml itself, someone might know what is going on here... I had to reinstall my environment to develop OCaml applications under Windows (using mingw), and I'm having some problem during bootstrap_sta