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


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?

Thanks,
Charlie.

Attachment: primitives.diff
Description: Binary data


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