chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] quasiquote in "run" function


From: Matthew David Parker
Subject: [Chicken-users] quasiquote in "run" function
Date: Tue, 24 Oct 2006 14:38:40 -0400 (EDT)

I am making my own little egg here for an easy tcp interface.  This is the
command which I use to compile the extension:

csc -s -O2 -d1 easynet.c lglorytcp.c glorytcp.ss `sdl-config --cflags
--libs` -lSDL_net -o glorytcp.so

Now, when I try to put it in glorytcp.setup I do this:

(run (csc -s -O2 -d1 easynet.c lglorytcp.c glorytcp.ss `sdl-config
--cflags --libs` -lSDL_net -o glorytcp.so))

And the compilation fails because the interpreter changes the ` to
(quasiquote sdl-config).  I tried putting a \ in front of the ` but it
doesn't do any good.  How do I have to do it?

Matt




reply via email to

[Prev in Thread] Current Thread [Next in Thread]