Hello!

felix winkelmann <bunny...@gmail.com> writes:

> The current release candidate can be found at:
>
> http://www.call-with-current-continuation.org/chicken-4.0.0.tar.gz
>
> I tested it on several systems (mingw(+msys), linux), but would
> appreciate if others could give it a try. Note that some minor
> recent trunk changes didn't make it, due to unclear portability.

NetBSD 5.0_RC2 i386

======================================== import library tests ...
../chicken import-library-test1.scm -output-file a.c -include-path .. 
-emit-import-library foo
gcc a.c -o a.o -c -fno-strict-aliasing -DHAVE_CHICKEN_CONFIG_H -Os 
-fomit-frame-pointer -I.. -I/usr/pkg/include
rm a.c
gcc a.o -o a.out -L.. -L/usr/pkg/lib  -Wl,-R/usr/pkg/lib -lchicken -lm
rm a.o
../chicken foo.import.scm -output-file foo.import.c -dynamic -feature 
chicken-compile-shared -feature chicken-compile-shared -include-path ..
gcc foo.import.c -o foo.import.o -c -fno-strict-aliasing 
-DHAVE_CHICKEN_CONFIG_H -Os -fomit-frame-pointer -fPIC -DPIC -DC_SHARED -fPIC 
-DPIC -DC_SHARED -I.. -I/usr/pkg/include
rm foo.import.c
gcc foo.import.o -o foo.import.so -shared -shared -L.. -L/usr/pkg/lib  
-Wl,-R/usr/pkg/lib -lchicken -lm
rm foo.import.o
../chicken import-library-test2.scm -output-file a.c -include-path ..

Warning: extension `import-library-test1' is currently not installed
gcc a.c -o a.o -c -fno-strict-aliasing -DHAVE_CHICKEN_CONFIG_H -Os 
-fomit-frame-pointer -I.. -I/usr/pkg/include
rm a.c
gcc a.o -o a.out -L.. -L/usr/pkg/lib  -Wl,-R/usr/pkg/lib -lchicken -lm
rm a.o

Error: (import) during expansion of (import ...) - cannot import from undefined 
module: scheme

        Call history:

        ##sys#require           
        <syntax>                (module foo (foo xcase) (import (rename scheme 
(case xcase))) (define-syntax foo (syntax-rules () ((_...
        <syntax>                (##core#module foo (foo xcase) (import (rename 
scheme (case xcase))) (define-syntax foo (syntax-rule......
        <syntax>                (import (rename scheme (case xcase)))   <--
gmake[1]: *** [check] Error 70
gmake[1]: Leaving directory 
`/var/tmp/pkgsrc/wip/chicken-current/work/chicken-4.0.0'



-- 
BECHA...
   CKOPO CE3OH...



_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to