[CM] Syntax error in fixed argument declaration
e deleflie
edeleflie at gmail.com
Sat Jul 7 03:29:56 PDT 2007
Hi
All's fine on my development machine that has Guile 1.8, but on my
deploy machine (Guile 1.6.7), when I run my script I get:
"Syntax error in fixed argument declaration"
So I dug around and found that I should load 'fix-optargs.scm' first like this:
(load "/opt/snd-9/fix-optargs.scm")
(load "/opt/snd-9/extensions.scm")
... but now I get a different error (which just seems to concern the
first few lines of the script):
unbound-variable: (#f Unbound variable: ~S (define*) #f)
Unbound variable: define*
Any ideas how I can get Guile 1.6.7 to behave itself ?
Etienne
More information about the Cmdist
mailing list