[Chicken-users] csi and using modules in a different directory

2017-02-16 Thread arc
Hi, I'm a bit baffled by this behaviour. I have a file called amodule.scm: (module amodule (afunc) (import chicken scheme) (define (afunc x) (* x x))) I've made an import library using csc -analyze-only -emit-import-library doing (use amodule) when executing from the containing

[Chicken-users] [SOLVED], was Re: noob getting error on first part of bind example

2017-02-16 Thread kevinbanjo
I got my answer from some nice people on IRC. The problem was I was trying to do the example in interpretative mode instead of compile mode. FYI, I don't think the compile function in geiser is working, cuz I did try sending it off to the compiler and got the same message (which tells me it was

[Chicken-users] noob getting error on first part of bind example

2017-02-16 Thread kevinbanjo
Hi everyone: I'm trying the first example on the bind wiki page [http://wiki.call-cc.org/eggref/4/bind] and I'm getting this: (require-extension bind) (bind "double sin(double);") Compiling /home/fish/l/src/main.scm ... Error: (#f) "during expansion of (bind ...) - unbound variable":