Re: [Caml-list] ocamlbuild - toplevel

2008-05-16 Thread Nicolas Pouillard
Excerpts from matthieu.dubuget's message of Fri May 16 05:05:45 +0200 2008: Hello, playing with ocamlbuild, I manage to produce one my.top toplevel by filling my.mltop with some module names (cmo), and asking for: ocamlbuild my.top. Now, instead of building a toplevel with cmo files, I

Re: [Caml-list] Core has landed

2008-05-16 Thread Richard Jones
On Thu, May 15, 2008 at 08:06:08PM +0100, Richard Jones wrote: On Thu, May 15, 2008 at 12:03:43PM -0400, Markus Mottl wrote: Oops, typo. The compilation flag in question is called -fno-unsigned-char. Yes, unfortunately our dev ppc64 machine has been broken for a little while, hence why

Re: [Caml-list] Fedora Core 9

2008-05-16 Thread Richard Jones
On Fri, May 16, 2008 at 11:11:33AM +0100, Richard Jones wrote: Is there a reason why you're compiling OCaml from source? F9 ships with OCaml 3.10.2 and over 50 OCaml packages, in the standard release. Erm, I mean 3.10.1 in Fedora 9, of course. You can get 3.10.2 by adding

Re: [Caml-list] Fedora Core 9

2008-05-16 Thread Richard Jones
On Thu, May 15, 2008 at 02:30:19PM -0700, Shivkumar Chandrasekaran wrote: I am trying to install the latest release of OCaml 3.10.2 on a Fedora Core 9 x86_64 machine. I am getting the same page table problems that others were reporting, but was supposedly fixed in this release (?). Is there a

Re: [Caml-list] camlp4 and lexers

2008-05-16 Thread Pietro Abate
Hi again. I have a minimal (?) lexer (attached) working with the grammar below. For the purpose of this excercise I used ulex. I started with the cduce lexer and removed all cduce-specific functions. However I'm not enterely happy. First I'd like to have another example using ocamllex and not

[Caml-list] NW Functional Programming Interest Group

2008-05-16 Thread Greg Meredith
All, Apologies for multiple listings. It's that time again. Our growing cadre of functionally-minded north westerners is meeting at the The Seattle Public Library *University Branch* 5009 Roosevelt Way N.E. *Seattle*, WA 98105 206-684-4063 from 18:30 - 20:00 on May 28th. Note the change

Re: [Caml-list] Fedora Core 9

2008-05-16 Thread Richard Jones
On Fri, May 16, 2008 at 10:55:02AM -0700, Shivkumar Chandrasekaran wrote: I just tried 3.10.1-3 for F-9 and omake (all from updates-testing). I had the same memory problem using omake. OK, I've opened a bug about this, since this a very vital issue if things are still failing:

[Caml-list] Problem specializing types in signatures

2008-05-16 Thread Markus Mottl
Hi, I have just recently run into a slightly annoying problem specializing types in signatures, e.g.: module type A = sig type t end module type B = sig include A with type t = X end The above will lead to a syntax error, because sum types, as well as record types, cannot be used in the