GSOC | Extending Common Lisp support

Helmut Eller eller.helmut@gmail.com
Thu May 31 18:39:00 GMT 2012


* Charles Turner [2012-05-28 22:10] writes:

> Attached is the new PrimOps code (now in CL and called
> primitives.lisp). I was having difficulties getting the Makefiles to
> pick this up, so for the time being I'm compiling it manually using
> the Makefile definitions.
>
> I added the following the gnu/commonlisp/lisp/Makefile.am
>
> java_CLISP = primitives.lisp
> [...]
> EXTRA_DIST = $(java_CLISP) $(java_SCM)
> [...]
>
> But after an automake, only PrimOps is getting compiled. Any thoughts
> why that's happening?

I think scm-classes.stamp needs to be replaced with clisp-classes.stamp
in Makefile.am

Is your code available in some repository/branch to look at?  The new
code uses DECLARE and that doesn't work with the normal repository that
I have.

Helmut



More information about the Kawa mailing list