Greetings,
chicken-setup is unable to compile the tinyclos egg with Chicken
2.739 on Mac OS. The compilation log is provided below. The only way I
can get it to compile is to get rid of the private-namespace
stuff. Has anybody encountered this problem?
/usr/local/bin/csc -feature compiling-extension -s -O2 -d1
tinyclos-base.scm -X private-namespace.scm -check-imports
-emit-exports tinyclos.exports
Error: call of non-procedure: #<unbound value>
Call history:
<eval> (put! var (quote c:namespace)
(##sys#string->qualified-symbol prefix (symbol->string var)))
<eval> (##sys#string->qualified-symbol prefix
(symbol->string var))
<eval> (symbol->string var)
<eval> (put! var (quote c:namespace)
(##sys#string->qualified-symbol prefix (symbol->string var)))
<eval> (##sys#string->qualified-symbol prefix
(symbol->string var))
<eval> (symbol->string var)
<syntax> (void)
<eval> [##sys#alias-global-hook] (get var (quote
c:namespace)) <--
*** Shell command terminated with exit status 1:
/usr/local/bin/chicken tinyclos-base.scm -output-file tinyclos-base.c
-dynamic -feature chicken-compile-shared -quiet -feature
compiling-extension -optimize-level 2 -debug-level 1 -extend
private-namespace.scm -check-imports -emit-exports tinyclos.exports
Error: shell invocation failed with non-zero return status
_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users