[Chicken-users] newbie to chicken - Error: unbound variable: export

2008-12-08 Thread Basile STARYNKEVITCH
Hello All, I am a newbie to Chicken (but I do know a bit Ocaml & Scheme & Linux; I am not very familiar with Chicken's unit system), and I want to play with metaprogramming a sort of web application. So I want to make a program which at run time is able to generate Chicken code and load it. Th

Re: [Chicken-users] libchicken-static.lib (MSVC) is not static, and one more question

2008-12-08 Thread Ivan Shcheklein
Felix, > 2. Provide one version and use /Zl (L-small) option. As far as I know it > > works pretty well since VS 2005. However, I haven't tested it by myself > yet. > > That would be a compiler option, not a linker option, correct? > Yes, that's right. MSDN states: "You can use */Zl* to compile

Re: [Chicken-users] Compiling w/ syntax-case

2008-12-08 Thread felix winkelmann
On Mon, Dec 8, 2008 at 4:52 AM, Matt Gushee <[EMAIL PROTECTED]> wrote: > > But anyway, I have previously worked through various tutorials and developed > a few simple programs w/ Chicken, and I'm now attempting to create an > extension library for the first time. Not my original work, though--this

Re: [Chicken-users] Module problems

2008-12-08 Thread felix winkelmann
On Mon, Dec 8, 2008 at 5:21 AM, Matt Gushee <[EMAIL PROTECTED]> wrote: > > * The original code has constructs like this: > > (provide (all-defined-except > > and > > (provide (all-from "pdf-util.ss") > > As far as I can tell from the docs, in syntax-case there is nothing > comparable

Re: [Chicken-users] libchicken-static.lib (MSVC) is not static, and one more question

2008-12-08 Thread felix winkelmann
On Sun, Dec 7, 2008 at 10:37 PM, Ivan Shcheklein <[EMAIL PROTECTED]> wrote: > > I've looked at the patch. It seems to me now that while static library > compiled with "/MT" option is ok for me it can be unconvenient for someone > who uses "/MD" to compile application. > > I can suggest two ways: >