[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] Chicken 2.2
From: |
felix winkelmann |
Subject: |
Re: [Chicken-users] Chicken 2.2 |
Date: |
Tue, 27 Sep 2005 07:45:37 +0200 |
On 9/27/05, Daishi Kato <address@hidden> wrote:
> Thanks, Felix and Daniel.
>
> This is what I did and it seems OK.
>
> 1. Remove (include "chicken-entry-points.scm")
> 2. replace define-embedded with define-external
> 3. add (return-to-host) at the bottom of scheme code
> 4. add CHICKEN_run(C_toplevel) at the beginning of C code
> (which is actually called from Java through JNI)
>
> I have also changed hash-table stuffs to follow SRFI-69.
>
That's just right.
BTW, I had some trouble with JNI the other day. Somehoe
the Java runtime system didn't like Chicken, or it's stack
popping, or whatever. Can you report any problems with it,
or is it my setup that's broken?
cheers,
felix