On Wed, Sep 24, 2003 at 04:45:49PM +0200, J?r?me Marant wrote: > Quoting Sylvain LE GALL <[EMAIL PROTECTED]>: > > > > Hello, > > Hi, > > > I have take a look to cameleon on my last night of insomnia... Cameleon, > > as it is actually shipped by the savannah site, does not include any > > parts which requires to build against ocaml-source. > > I know this but this version is not ready for release AFAIK. > > > The caml source is required to build topcameleon and epeire. For epeire, > > it is no shipped as a standalone package ( > > http://pauillac.inria.fr/~guesdon/Tools/Tars/epeire_camtop.tar.gz ). > > Good to know, thanks. > > > In fact, i don't really know if it is standalone... I hope so ( but i am > > not sure ). > > > > I think we can keep this two things separated. I am pretty sure that > > epeire ( the debugger ) can be build standalone, and camtop maybe > > require some library from cameleon... > > The most important is to know what is the licence for both: they > cannot be GPL, but could be LGPL.
They build against source of ocaml which are not LGPL ( the std lib is LGPL but the compiler source and cmo are not LGPL ). I need to check, but i promise you that the cmo on which epeire are linking, are not at all LGPL ( don't remember the precise term used for thus library ). > > > It will keep cameleon free of the compiler... And we have to deal with > > the epeire_camtop problem... > > Yes. > > > It is only a move of the problem. But it will help us to be more clear > > on the part depending on the compiler source... > > > > Sorry for the only partial solution > > Sylvain LE GALL > > > > ps : without the ocaml source parts cameleon take 2min 25 sec to compile > > on my Celeron1300MHz > > Yes, cameleon itself compiles quickly. Ocaml 3.07beta2 is a huge beast > though. > I think it is a reason to keep away the rebuilding of ocaml by cameleon every time... To my mind it is better to deal with a clean cameleon installation and then we will consider the inclusion of epeire and camtop... Kind regard. Sylvain LE GALL

