chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] Re: testing release candidate for 4.0.0


From: Aleksej Saushev
Subject: [Chicken-users] Re: testing release candidate for 4.0.0
Date: Wed, 25 Mar 2009 23:08:49 +0300
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix)

  Hello!

felix winkelmann <address@hidden> 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...





reply via email to

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