Browse thread
cameleon2
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Christophe Raffalli <Christophe.Raffalli@u...> |
| Subject: | Re: [Caml-list] cameleon2 |
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 ! >