From: YANG Shouxun <yang.shx@fltrp.com>
To: caml-list@yquem.inria.fr
Subject: Re: [Caml-list] [ANN] Cameleon 1.9.17
Date: Wed, 29 Nov 2006 14:46:41 +0800 [thread overview]
Message-ID: <364782361.16090@eyou.net> (raw)
Message-ID: <200611291446.41637.yang.shx@fltrp.com> (raw)
In-Reply-To: <20061128141151.79ab54da@tintin.inria.fr>
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)
next prev parent reply other threads:[~2006-11-29 6:44 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-28 13:11 Maxence Guesdon
2006-11-28 22:17 ` [Caml-list] " Peter Gregory
[not found] ` <200611291446.41637.yang.shx@fltrp.com>
2006-11-29 6:46 ` YANG Shouxun [this message]
2006-11-29 7:02 ` Maxence Guesdon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=364782361.16090@eyou.net \
--to=yang.shx@fltrp.com \
--cc=caml-list@yquem.inria.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox