On 5/23/07, Eduardo Cavazos wayo.cavazos@gmail.com wrote:
Do I stick (include "~~/syntax-case") in "c-struct.scm"?
IIRC, you have to put (load "~~/syntax-case.scm") in your Gambit initialization file. Search the Gambit manual for "gambcini".
"c-struct.scm" depends on "srfi-28.scm". So do I (include "srfi-28.scm") as well?
Finally, should I put (include "c-struct") in "Xlib.scm"?
I don't know about this at all.
TJ