[CM] Syntax error in fixed argument declaration

e deleflie edeleflie@gmail.com
Sat, 7 Jul 2007 20:29:56 +1000


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