chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] Re: Trouble with easyffi


From: bill
Subject: [Chicken-users] Re: Trouble with easyffi
Date: Thu, 25 Jun 2009 15:44:51 -0400
User-agent: Thunderbird 2.0.0.21 (X11/20090409)

Hi again,

I removed easyffi and started over. These are the warning I get when I compile:

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: local assignment to unused variable `easyffi-base#lexer-getc' may be 
unintended

Warning: global variable `easyffi-base#lexer-getc' is never used

Warning: local assignment to unused variable `easyffi-base#lexer-ungetc' may be 
unintended

Warning: global variable `easyffi-base#lexer-ungetc' is never used
 /usr/bin/csc -feature compiling-extension  -host -s -O2 -d0 
easyffi-base.import.scm
 /usr/bin/csc -feature compiling-extension  -host -s -O2 -d0 easyffi.scm -j 
easyffi

Warning: redefinition of imported syntax binding: foreign-declare
 /usr/bin/csc -feature compiling-extension  -host -s -O2 -d0 easyffi.import.scm
 /usr/bin/csc -feature compiling-extension  -host -O2 -d0 chicken-wrap.scm

Warning: extension `easyffi-base' is currently not installed

Warning: local assignment to unused variable `##compiler#debugging-chicken' may 
be unintended

The compile does run to the end without errors.   And when I run chicken-status 
I get:

chicken-wrap 
.....................................................................................
 version: 1.95
easyffi 
..........................................................................................
 version: 1.95
easyffi-base 
.....................................................................................
 version: 1.95
matchable 
.......................................................................................
 version: 2.4.2
silex 
.............................................................................................
 version: 1.2
xlib 
..............................................................................................
 version: 1.2

I really need this back - so any ideas you can give me will be greatly appreciated.
Bill





reply via email to

[Prev in Thread] Current Thread [Next in Thread]