Re: Problems installing cameleon

"[email protected] [ocaml_beginners]" <[email protected]> 01 Feb 2016 22:25:55 -0800
Newsgroups gmane.comp.lang.ocaml.beginners
Message-ID <[email protected]>
I do use opam, and I installed lablgtk  from the opam repository.
Since your last message, I also installed xml-light from the opam repository.

  But I still get that error message,

checking for lablgladecc2... no
checking for lablgladecc... (cached) no
configure: error: Cannot find lablgladecc2 or lablgladecc

>Opam helps you focus on your code, and frees you from compiling other people's >packages by hand.
 
  Sure. Except when the package is not in the opam repository, as is the case with
cameleon now. 

---In [email protected], <misterherr@...> wrote :

 
 
 On 01.02.2016 14:39, doylejonathan58@... mailto:doylejonathan58@... [ocaml_beginners] wrote:

   I am trying to install the cameleon Ocaml text editor on my Yosemite mac.
 
 The prerequisites are (according to the INSTALL file) 
 
 - OCaml 3.08.0 or above installed
 - LablGtk 2.4.0 or above installed (with lablglade enabled)
 - XML-light 2 or above installed
 - make ;-)
 
 No problem for the first two.
 I was unable to find any mention of "XML-light" on the web however.
 When I tried the ./configure step, I got the following error :
 
 checking for lablgladecc2... no
 checking for lablgladecc... (cached) no
 configure: error: Cannot find lablgladecc2 or lablgladecc
 
 It would that there is a file called lablgtk/lablgladecc.ml
 on Github. But that does not tell me how I should install
 that "lablgladecc" ?

 



 You are not installing via opam? Maybe you should, there is http://opam.ocaml.org/packages/xml-light/xml-light.2.4/ http://opam.ocaml.org/packages/xml-light/xml-light.2.4/
 
 And  (pasted)
 Chamo is not in Cameleon any more http://zoggy.github.com/chamo/posts/new-site.html 
 April 20, 2012
 
 Chamo is in the opam repository. 
 
 Opam helps you focus on your code, and frees you from compiling other people's packages by hand.
 
 /Str.