[Ecls-list] ECL 9.3.0 pre-release

Gabriel Dos Reis gdr at integrable-solutions.net
Mon Mar 30 18:27:13 UTC 2009


On Mon, Mar 30, 2009 at 5:43 AM, Juan Jose Garcia-Ripoll
<juanjose.garciaripoll at googlemail.com> wrote:
> On Sun, Mar 29, 2009 at 7:34 PM, Gabriel Dos Reis
> <gdr at integrable-solutions.net> wrote:
>> On Sat, Mar 28, 2009 at 7:41 PM, Gabriel Dos Reis
>> <gdr at integrable-solutions.net> wrote:
>>
>>> hi Juanjo,
>>>
>>> a fresh CVS update just complteted successfully.
>>>
>>> I'll try to report an OpenAxiom buil later.
>>
>> Well, the ECL-based OpenAxiom build did not go very far.
>
> I know you passed me some related information, but would it be
> possible to automate OpenAxiom builds and tests in order to add an
> appropriate row to http://ecls.sourceforge.net/logs.html That would
> definitely help me in detecting regressions or even problems in
> branches I create.

Here are steps that can be put in a script

   # get OpenAxiom mainline sources
    svn co https://open-axiom.sf.net/svnroot/open-axiom/trunk oa.trunk

   # Build in a separate directory
   mkdir oa.build && cd oa.build
   ../oa.trunk/configure --enable-lisp=ecl && make 2>&1 | tee build.log

You can replace --with-lisp=ecl by  --with-lisp=<path-to-lisp-executable>

These steps assume that you have the utility noweb install and available
from your PATH.

> I would be happy with a shell script that does a full build, runs
> appropriate tests and generates a number of errors + some log :-)
>
> Juanjo
>

Understood; many thanks for your help.

-- Gaby




More information about the ecl-devel mailing list