Summary

bind does not compile with CHICKEN 4.11.0 rc 1

Metadata

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

Changes and comments

[2016-04-22 09:16:57 UTC] LemonBoy changed status from new to closed

[2016-04-22 09:16:57 UTC] LemonBoy set resolution to fixed

[2016-04-22 09:16:57 UTC] LemonBoy wrote:

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.