Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
* [ANN] Cameleon 1.9.17
@ 2006-11-28 13:11 Maxence Guesdon
  2006-11-28 22:17 ` [Caml-list] " Peter Gregory
       [not found] ` <200611291446.41637.yang.shx@fltrp.com>
  0 siblings, 2 replies; 4+ messages in thread
From: Maxence Guesdon @ 2006-11-28 13:11 UTC (permalink / raw)
  To: caml-list

Hello,

I'm pleased to announce the release 1.9.17 of Cameleon.

*** What is Cameleon ?

Cameleon is a set of libraries and tools aiming to become an integrated
development environment for OCaml. The libraries included are used by the
tools but can be used for other projects.
The interface is based on Lablgtk2. A description of each tool and library
is available on the site.

*** What's new ?

A source code editor, called Chamo, was added. It can be fully configured
and extended using OCaml code evaluated at run time (same as lisp for
emacs).
The FAQ about Chamo contains useful information:
  http://home.gna.org/cameleon/faq.fr.html#faq:chamo

*** Where is it available ?

From the Cameleon web site:
  http://home.gna.org/cameleon/

Cheers,

-- 
Maxence Guesdon
http://yquem.inria.fr/~guesdon/
http://devel.inria.fr/rocq/


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Caml-list] [ANN] Cameleon 1.9.17
  2006-11-28 13:11 [ANN] Cameleon 1.9.17 Maxence Guesdon
@ 2006-11-28 22:17 ` Peter Gregory
       [not found] ` <200611291446.41637.yang.shx@fltrp.com>
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Gregory @ 2006-11-28 22:17 UTC (permalink / raw)
  Cc: caml-list

Maxence Guesdon wrote:
> Hello,
> 
> I'm pleased to announce the release 1.9.17 of Cameleon.
> 

Hi,

Has anybody had any luck building this for Windows/ Cygwin?  I've been 
messing about with the config files for a while, but I'm ready to admit 
defeat now.

That's unless someone else has had more luck ;)

Thanks,
Peter.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Caml-list] [ANN] Cameleon 1.9.17
       [not found] ` <200611291446.41637.yang.shx@fltrp.com>
@ 2006-11-29  6:46   ` YANG Shouxun
  2006-11-29  7:02     ` Maxence Guesdon
  0 siblings, 1 reply; 4+ messages in thread
From: YANG Shouxun @ 2006-11-29  6:46 UTC (permalink / raw)
  To: caml-list

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)


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Caml-list] [ANN] Cameleon 1.9.17
  2006-11-29  6:46   ` YANG Shouxun
@ 2006-11-29  7:02     ` Maxence Guesdon
  0 siblings, 0 replies; 4+ messages in thread
From: Maxence Guesdon @ 2006-11-29  7:02 UTC (permalink / raw)
  To: caml-list

On Wed, 29 Nov 2006 14:46:41 +0800
YANG Shouxun <yang.shx@fltrp.com> 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/


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-11-29  7:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-11-28 13:11 [ANN] Cameleon 1.9.17 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
2006-11-29  7:02     ` Maxence Guesdon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox