From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by yquem.inria.fr (Postfix) with ESMTP id 00A8BBBAF for ; Thu, 16 Oct 2008 11:58:17 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgABAI+s9khRZ90xlGdsb2JhbACKB4ldAQEBAQkLCgcPBaYvhyGBbA X-IronPort-AV: E=Sophos;i="4.33,422,1220220000"; d="scan'208";a="18804321" Received: from concorde.inria.fr ([192.93.2.39]) by mail1-smtp-roc.national.inria.fr with ESMTP; 16 Oct 2008 11:58:17 +0200 Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id m9G9vun2009284 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=OK) for ; Thu, 16 Oct 2008 11:58:17 +0200 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgABAI+s9khRZ90xlGdsb2JhbACKB4ldAQEBAQkLCgcPBaYvhyGBbA X-IronPort-AV: E=Sophos;i="4.33,422,1220220000"; d="scan'208";a="18804320" Received: from mtaout03-winn.ispmail.ntl.com ([81.103.221.49]) by mail1-smtp-roc.national.inria.fr with ESMTP; 16 Oct 2008 11:58:17 +0200 Received: from aamtaout02-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout03-winn.ispmail.ntl.com (InterMail vM.7.05.02.00 201-2174-114-20060621) with ESMTP id <20081016095817.JNEK10791.mtaout03-winn.ispmail.ntl.com@aamtaout02-winn.ispmail.ntl.com> for ; Thu, 16 Oct 2008 10:58:17 +0100 Received: from romulus.metastack.com ([81.102.132.77]) by aamtaout02-winn.ispmail.ntl.com (InterMail vG.2.02.00.01 201-2161-120-102-20060912) with ESMTP id <20081016095817.XXEN21638.aamtaout02-winn.ispmail.ntl.com@romulus.metastack.com> for ; Thu, 16 Oct 2008 10:58:17 +0100 Received: from countertenor ([212.170.100.131]) (authenticated bits=0) by romulus.metastack.com (8.14.2/8.14.2) with ESMTP id m9G9w3oa013205 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Thu, 16 Oct 2008 10:58:14 +0100 From: "David Allsopp" To: "'caml users'" References: <83E04F95-55DD-470E-9C6D-98FA15AE0CE0@inria.fr> Subject: RE: [Caml-list] OCaml version 3.11.0+beta1 Date: Thu, 16 Oct 2008 11:58:01 +0200 Organization: MetaStack Solutions Ltd. Message-ID: <26356A7BC7C1475DB47FDC10D67220FA@countertenor> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: Ackuy4flgVn4M/DwSLi9bYrIjWHTPAAnVWeg In-Reply-To: <83E04F95-55DD-470E-9C6D-98FA15AE0CE0@inria.fr> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Scanned-By: MIMEDefang 2.64 on 81.102.132.74 X-Cloudmark-Analysis: v=1.0 c=1 a=ePwap1YxEw0A:10 a=qhRDDjQaqUIA:10 a=ZOzjf2MOAAAA:8 a=CjxXgO3LAAAA:8 a=ynV-ABBkLQX3QCjCfTAA:9 a=O6xt_4l6Gi-7LitMLL4A:7 a=IEk8diMblRdfSKjDFYwZgnSro-oA:4 a=CWfAmLVWKswA:10 X-Miltered: at concorde with ID 48F71024.001 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; ocaml:01 mingw:01 dynlink:01 ocaml:01 mingw:01 makefile:01 lib:01 lib:01 makefile:01 damien:01 ocaml-:01 cvs:01 camlcvs:01 bug:01 camlp:01 I'm slowly testing my stuff on WinXP SP2 and will do Windows Vista SP1 (both MinGW build). Very much looking forward to adding plug-in support back into two products now that native Dynlink is available so many thanks to the OCaml team for the work on this release! Both the MSVC and MinGW ports seem to have an error in the Makefile - they're linking against tk83.dll and tcl83.dll - the OCaml 3.10.2 line to link against tk84.lib and tcl84.lib is commented out. Changing the Makefile to link against tk84.dll and tcl84.dll seems to fix the problem. David -----Original Message----- From: caml-list-bounces@yquem.inria.fr [mailto:caml-list-bounces@yquem.inria.fr] On Behalf Of Damien Doligez Sent: 15 October 2008 15:40 To: caml users Subject: [Caml-list] OCaml version 3.11.0+beta1 Dear OCaml Users, We are pleased to celebrate the birthday of Friedrich Nietzsche by releasing OCaml version 3.11.0+beta1. We need YOU to test it thoroughly and report any problems you might have. Does your favorite software work with it? It is available as a source release only (plus documentation), from this address: < http://caml.inria.fr/pub/distrib/ocaml-3.11/ > It is also available from our CVS server at: < http://camlcvs.inria.fr/ > Use tag "ocaml3110beta1" to get the beta release, and tag "release311" to track the bug fixes between this and the final release of 3.11.0. Have fun and PLEASE send us some feedback, positive or negative. -- The OCaml team. --------------------- Camlp5 HOW-TO ------------------------ Camlp5 version 5.09 does not work with OCaml 3.11.0+beta1 out of the box. A new version compatible with OCaml 3.11.0 should be released very soon. In the meantime you can use the following commands (in the root directory of the Camlp5 5.09 sources) to compile Camlp5 5.09 with OCaml 3.11.0+beta1. Note that you will need to provide the path name to a copy of the OCaml 3.11.0+beta1 sources at the line labelled "HERE". cp -R ocaml_stuff/3.11 ocaml_stuff/3.11.0 cp ocaml_src/main/ast2pt.ml_3.11 ocaml_src/main/ast2pt.ml_3.11.0 ed main/ast2pt.ml <<-EOF g/OCAML_3_11/s//& OR OCAML_3_11_0/ wq EOF ed top/rprint.ml <<-EOF g/OCAML_3_11/s//& OR OCAML_3_11_0/ wq EOF ./configure --transitional make steal OCAML_SRC= # HERE make core make bootstrap_sources ./configure --transitional make world.opt That's all. Now you can "make install" as usual. _______________________________________________ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list Archives: http://caml.inria.fr Beginner's list: http://groups.yahoo.com/group/ocaml_beginners Bug reports: http://caml.inria.fr/bin/caml-bugs