Re: [Chicken-users] Problem trying to use SSAX

2009-10-23 Thread Peter Bex
On Thu, Oct 22, 2009 at 10:10:14PM -0400, Taylor Venable wrote: Error: unbound variable: ssax:scan-Misc Call history: syntax(display sxml) syntax(newline) syntax(run2 request.xml) eval (run2

[Chicken-users] When to use use and when to require-extension?

2009-10-23 Thread Christian Kellermann
Hi, while doing some more testing on the sdl egg, I came across this peculiarity. The sdl egg defines a sdl-csi program, that works as a repl and initialises sdl first. The script is really short and looks like this: (import chicken scheme foreign) (declare (foreign-declare #include SDL.h\n)

[Chicken-users] Re: Build error

2009-10-23 Thread SHANNON JONES
Dear Fadi and David, I could successfully build 4.2.2 and it is working. Best regards and thanks for quick help. Shannon. On Thu, Oct 22, 2009 at 6:35 PM, SHANNON JONES shannon@gmail.comwrote: Dear Madam/Sir, I downloaded 4.2.0 (chicken-4.2.0.tar.gz) and tried to build it on

Re: [Chicken-users] Problem trying to use SSAX

2009-10-23 Thread Taylor Venable
On Fri, Oct 23, 2009 at 09:03:58AM +0200, Peter Bex wrote: On Thu, Oct 22, 2009 at 10:10:14PM -0400, Taylor Venable wrote: Error: unbound variable: ssax:scan-Misc I can't see the problem in my code, if there is one; I'm just starting to work with this so any ideas are appreciated.