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=1.5 required=5.0 tests=SPF_SOFTFAIL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from discorde.inria.fr (discorde.inria.fr [192.93.2.38]) by yquem.inria.fr (Postfix) with ESMTP id EFE9BBC69 for ; Sun, 25 Mar 2007 10:53:31 +0200 (CEST) Received: from smtp5-g19.free.fr (smtp5-g19.free.fr [212.27.42.35]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id l2P8rT1V023454 for ; Sun, 25 Mar 2007 10:53:31 +0200 Received: from [192.168.144.129] (lns-bzn-60-82-254-225-227.adsl.proxad.net [82.254.225.227]) by smtp5-g19.free.fr (Postfix) with ESMTP id 5AF53911E; Sun, 25 Mar 2007 10:53:29 +0200 (CEST) Message-ID: <4606388D.9010902@univ-savoie.fr> Date: Sun, 25 Mar 2007 10:53:33 +0200 From: Christophe Raffalli User-Agent: Thunderbird 1.5.0.10 (Macintosh/20070221) MIME-Version: 1.0 To: Christophe Raffalli Cc: caml-list@inria.fr Subject: Re: [Caml-list] cameleon2 References: <460530EF.9040507@univ-savoie.fr> <46056F0F.1020907@univ-savoie.fr> <4605B9AE.8050207@univ-savoie.fr> In-Reply-To: <4605B9AE.8050207@univ-savoie.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Miltered: at discorde with ID 46063889.001 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; christophe:01 raffalli:01 christophe:01 raffalli:01 univ-savoie:01 cameleon:01 ocaml:01 ocaml-:01 ocamlopt:01 -warn-error:01 cmxa:01 ocamldoc:01 ocaml:01 parsing:01 utils:01 Christophe Raffalli a écrit : > OK, I am making progress: > > - no problem with the fink ocaml package on my laptop G4 and also no > more problem using ocaml-3.10 on my intel OS X box. > > I am now stopped in both case by > > */sw/bin/ocamlopt.opt -warn-error FSPUYZ -dtypes -a -o > tmpl-engine/tmpl-engine.cmxa -I +ocamldoc -I ocaml/parsing -I > ocaml/typing -I ocaml/driver -I ocaml/utils -I odot -I okey -I utils > -I odiff -I tdl -I tmpl-engine -I sqml -I config_file -I configwin -I > gtksv-utils -I report -I dbforge -I ocamlcvs -I editor -I cameleon -I > camtop -I plugins -I '/sw/lib/ocaml/site-lib/pcre' -I > '/sw/lib/ocaml/lablgtk2' -I '/sw/lib/ocaml/lablgtk2' -I > '/sw/lib/ocaml/lablgtksourceview' -I '/sw/lib/ocaml' > ar: no archive members specified > usage: ar -d [-TLsv] archive file ... > ar -m [-TLsv] archive file ... > ar -m [-abiTLsv] position archive file ... > ar -p [-TLsv] archive [file ...] > ar -q [-cTLsv] archive file ... > ar -r [-cuTLsv] archive file ... > ar -r [-abciuTLsv] position archive file ... > ar -t [-TLsv] archive [file ...] > ar -x [-ouTLsv] archive [file ...] > Error while creating the library tmpl-engine/tmpl-engine.a > make[1]: *** [tmpl-engine/tmpl-engine.cmxa] Error 2 > rm tmpl-engine/tmplLexer.ml Solution found: Line 801 to 804 of src/Makefile, the variables LIBTMPL_CMXFILES and LIBTMPL_CMOFILES should be renamed TMPL_CMXFILES and TMPL_CMOFILES However, still one small problem: syntax hightlighting is not installed by default for .ml file in Chamo (while it is installed for a lot of other languages ...). This is a bit strange ;-) > > > Any idea ?* > > Christophe Raffalli > > PS:Chamo looks interesting ! >