On Sat, 28 Feb 2009 20:35:26 -0800, Elliott Slaughter <[email protected]> wrote:
> Well, I just ran into a brick wall with CLISP (it's ffcall library used > for > FFI doesn't compile under ARM EABI). > > I see the same error as you under the last stable release of ECL, but the > newest CVS version seems to work decently. (Not that I'd call it stable: > the > mandelbrot example doesn't compile and one of the circle examples I tried > gave me a segfault.) > > Can anyone here suggest any other Lisp implementations which run on ARM > EABI? If both CLISP and ECL fail on me than I think I'll be out of > options. Here is a link describing ECL on ARM. http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/e8d52a2e1346802a?q=clisp+arm I think the proper course of action is to figure out why lispbuilder-sdl is so broken in ECL. I have a feeling that the DECLARE type optimizations in the mandelbrot example are causing the compile problem in ECL. There are also a few optimizations in the circle routines. These may have to be conditionally compiled out for ECL. I'll download the latest ECL from CVS and see what I can do. - Luke _______________________________________________ application-builder mailing list [email protected] http://www.lispniks.com/mailman/listinfo/application-builder
