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.1 required=5.0 tests=AWL autolearn=disabled version=3.1.3 Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id 0ABA1BC0A for ; Wed, 29 Nov 2006 08:02:15 +0100 (CET) Received: from tintin.inria.fr (tintin.inria.fr [128.93.24.126]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id kAT72EbF005746 for ; Wed, 29 Nov 2006 08:02:14 +0100 Date: Wed, 29 Nov 2006 08:02:13 +0100 From: Maxence Guesdon To: caml-list@yquem.inria.fr Subject: Re: [Caml-list] [ANN] Cameleon 1.9.17 Message-ID: <20061129080213.4665906b@tintin.inria.fr> In-Reply-To: <364782361.16090@eyou.net> References: <20061128141151.79ab54da@tintin.inria.fr> <364782361.16090@eyou.net> Organization: INRIA X-Mailer: Sylpheed-Claws 2.4.0 (GTK+ 2.4.9; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-j-chkmail-Score: MSGID : 456D3076.000 on concorde : j-chkmail score : X : 0/20 1 X-Miltered: at concorde with ID 456D3076.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; maxence:01 guesdon:01 maxence:01 guesdon:01 cameleon:01 shouxun:01 fltrp:01 cameleon:01 pcre:01 byte:01 pcre-ocaml:01 config:01 utils:01 utils:01 pcre:01 On Wed, 29 Nov 2006 14:46:41 +0800 YANG Shouxun wrote: > On Tuesday 28 November 2006 21:11, Maxence Guesdon wrote: > > Hello, > > > > I'm pleased to announce the release 1.9.17 of Cameleon. > > I > > ./configure > > gives me: > > Testing compiling a pcre program to check for UTF-8 support [byte]...yes > sh: testpcre.x: command not found > Pcre-OCaml has no UTF-8 support. > You way have a look at config_check.log for details. > > The problem can be fixed like the following: > > --- utils/checkocaml.ml~ 2006-11-27 23:46:38.000000000 +0800 > +++ utils/checkocaml.ml 2006-11-29 14:44:56.000000000 +0800 > @@ -947,7 +947,7 @@ > let prog = "assert Pcre.config_utf8;;" in > let f mode = > let prog = create_temp_file ~contents: prog ~ext: "ml" () in > - let out = "testpcre.x" in > + let out = "./testpcre.x" in > let mes = Printf.sprintf > "Testing compiling a pcre program to check for UTF-8 support > [%s]..." (string_of_mode mode) This was already fixed in subversion repository. Thanks anyway. Regards, -- Maxence Guesdon http://yquem.inria.fr/~guesdon/ http://devel.inria.fr/rocq/