This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GSOC | Extending Common Lisp support


* 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]