[Ecls-list] Error en el compilador?

2010-07-12 Thread Pascal J. Bourguignon
It looks like there's a problem to compile iolib with the lastests (10.7.1, y cvs co one hour ago) ecls. I assume that C1FORM is a structure of the ECL compiler. ;;; ;;; Note: ;;; Invoking external command: ;;; gcc -o "/home/pjb/.cache/common-lisp/ecl-10.7.1-linux-pentium3/home/pjb/firms/

Re: [Ecls-list] [PATCH,BUG] Some fixes for ECL & a bug

2010-07-12 Thread Alexander Gavrilov
On Sun, Jul 11, 2010 at 5:48 PM, Juan Jose Garcia-Ripoll wrote: >> (defmacro x (v) t) >> (defmethod foo (arg) (x (((arg) > > This should be compiling just fine now. I've noticed some new bugs: CL-USER[1]> (defmethod foo ((bar t)) (declaim (optimize (speed 1 Break Available resta

Re: [Ecls-list] [PATCH,BUG] Some fixes for ECL & a bug

2010-07-12 Thread Juan Jose Garcia-Ripoll
On Mon, Jul 12, 2010 at 5:45 PM, Alexander Gavrilov wrote: > (defmethod foo ((bar t)) (declaim (optimize (speed 1 > I did not change anything since yesterday and this works for me. $ ecl ECL (Embeddable Common-Lisp) 10.7.1 Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya Copyright (C) 1993

Re: [Ecls-list] Error en el compilador?

2010-07-12 Thread Juan Jose Garcia-Ripoll
On Mon, Jul 12, 2010 at 2:12 PM, Pascal J. Bourguignon < p...@informatimago.com> wrote: > It looks like there's a problem to compile iolib with the lastests > (10.7.1, y cvs co one hour ago) ecls. I assume that C1FORM is a > structure of the ECL compiler. > I am trying to reproduce but I am afra

Re: [Ecls-list] [PATCH,BUG] Some fixes for ECL & a bug

2010-07-12 Thread Gabriel Dos Reis
On Mon, Jul 12, 2010 at 5:09 PM, Juan Jose Garcia-Ripoll wrote: > On Mon, Jul 12, 2010 at 5:45 PM, Alexander Gavrilov > wrote: >> >> (defmethod foo ((bar t)) (declaim (optimize (speed 1 > > I did not change anything since yesterday and this works for me. > Maybe Alexander did not rebuild fro

Re: [Ecls-list] Error en el compilador?

2010-07-12 Thread Pascal J. Bourguignon
Juan Jose Garcia-Ripoll writes: > On Mon, Jul 12, 2010 at 2:12 PM, Pascal J. Bourguignon > wrote: > > It looks like there's a problem to compile iolib with the lastests > (10.7.1, y cvs co one hour ago) ecls.  I assume that C1FORM is a > structure of the ECL compiler. > > I am tryin