Hello,

I need some help getting started with ffi. 

I am attempting to bind libuv to scheme code.

My chicken scheme code at http://pastebin.com/bwja0yet fails with the
following error.

The following code fails with the following:

Error: bad argument count - received 152135942 but expected 2: 0

        Call history:

        uv.scm:33: uv-default-loop        
        uv.scm:33: uv-idle-init   
        uv.scm:34: uv-idle-start          
        uv.scm:36: uv-default-loop        
        uv.scm:36: uv-run               <--


I am attempting to port the following C code.

http://pastebin.com/63gP8HFT

- Omar

_______________________________________________
Chicken-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to