Opened 9 years ago
Closed 9 years ago
#1282 closed defect (fixed)
bind does not compile with CHICKEN 4.11.0 rc 1
Reported by: | Ivan Raikov | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | someday |
Component: | extensions | Version: | 4.10.x |
Keywords: | Cc: | ||
Estimated difficulty: |
Description
Compiling bind with CHICKEN 4.11.0 rc1 results in the following error:
make: making bind-translator.so
'[...]/csc' -feature compiling-extension -setup-mode -sS -O3 -d0 bind-translator.scm -JS
Warning: redefinition of imported value binding: lexer-init-buffer-len
Warning: redefinition of imported value binding: lexer-integer-newline
Warning: redefinition of imported value binding: lexer-raw-IS-maker
Warning: redefinition of imported value binding: lexer-make-IS
Warning: redefinition of imported value binding: lexer-get-func-getc
Warning: redefinition of imported value binding: lexer-get-func-ungetc
Warning: redefinition of imported value binding: lexer-get-func-line
Warning: redefinition of imported value binding: lexer-get-func-column
Warning: redefinition of imported value binding: lexer-get-func-offset
Warning: redefinition of imported value binding: lexer-make-tree-lexer
Warning: redefinition of imported value binding: lexer-make-char-lexer
Warning: redefinition of imported value binding: lexer-make-code-lexer
Warning: redefinition of imported value binding: lexer-make-lexer
Warning: redefinition of imported value binding: lexer
Warning: reference to possibly unbound identifier `x' in:
Warning: failure1996
Warning: reference to possibly unbound identifier `struct' in:
Warning: failure1996
Error: module unresolved: bind-translator
The problem was due the matchable update that happened at the same time the RC1 was released, a fix has been committed to the SVN and as of today all the tests pass just fine.