[Ecls-list] Does ECL work with latest Slime?

Brad Beveridge brad.beveridge at gmail.com
Tue Apr 17 05:14:38 UTC 2007


Actually, I've managed to take several steps backward.  I have a
completely clean ECL CVS get (rm'ed the previous dir), and I am
building on OS X Intel.
./configure --with-prefix=/opt/local/
....
make
cd build; make
if (echo c gc gmp | grep gmp); then \
  cd gmp && make install && \
  cd .. && mv include/gmp.h ecl/ && rmdir include &&  \
  mv ./libgmp.a ./libeclgmp.a; \
fi
c gc gmp
make[2]: *** No rule to make target `install'.  Stop.
make[1]: *** [libeclgmp.a] Error 2
make: *** [all] Error 2

gcc --version
i686-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5250)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

I thought the GMP stuff was fixed on OS X now?

Any ideas?

Cheers
Brad


On 16/04/07, Dean O'Connor <dean.oconnor at ite.com.au> wrote:
>
> I just tried using CVS Slime and CVS ECL on Windows XP and don't get
> that problem.
> (Using GNU Emacs 21.3.1)
>
> I built ECL with no extra options other than adding multithreading.
>
> However, that error does look strangely familiar, but can't quite place it.
> Think I've had it before, sorry I can't be of more help.
>
> cheers
> deano
>
> Brad Beveridge wrote:
> > I have CVS Slime and CVS ECL
> >
> >> (lisp-implementation-version)
> >>
> > "0.9i"
> >
> > When I connect with Slime to ECL, I get
> > In function ROW-MAJOR-AREF, the value of index is
> >         0
> > which is not of expected type (INTEGER 0 0)
> > Which is well, odd.
> > I think it is breaking in swank.lisp:INSPECT-FOR-EMACS.
> >
> > Any thoughts?
> >
> > Cheers
> > Brad
> >
> > -------------------------------------------------------------------------
> > This SF.net email is sponsored by DB2 Express
> > Download DB2 Express C - the FREE version of DB2 express and take
> > control of your XML. No limits. Just data. Click to get it now.
> > http://sourceforge.net/powerbar/db2/
> > _______________________________________________
> > Ecls-list mailing list
> > Ecls-list at lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/ecls-list
> >
>




More information about the ecl-devel mailing list