chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] How to compile Chicken 4 from svn?


From: Shawn Rutledge
Subject: Re: [Chicken-users] How to compile Chicken 4 from svn?
Date: Fri, 12 Dec 2008 17:56:03 -0700

On Fri, Dec 12, 2008 at 1:11 AM, felix winkelmann <address@hidden> wrote:
> $ make PLATFORM=linux CHICKEN=chicken-boot

Unless "." is in your path I think it should be

make PLATFORM=linux CHICKEN=./chicken-boot

Later I'm getting this:

./chicken-boot setup-download.scm -no-trace -optimize-level 2
-include-path . -include-path ./ -feature chicken-compile-shared
-dynamic -emit-import-library setup-download \
          -ignore-repository -output-file setup-download.c
Warning: extension `setup-api' is currently not installed
Syntax error: import

        "can not import from undefined module"
        setup-api

        Expansion history:

        <eval>          (##sys#cons (quote23 let-string-start+end)
(##sys#cons (quote23 ()) (##sys#cons (##sys#er-transforme......
        <eval>          (##sys#cons (quote23 ()) (##sys#cons
(##sys#er-transformer (lambda (form r c) (##sys#check-syntax (q......
        <eval>          (##sys#cons (##sys#er-transformer (lambda
(form r c) (##sys#check-syntax (quote let-string-start+end......
        <eval>          (##sys#er-transformer (lambda (form r c)
(##sys#check-syntax (quote let-string-start+end) form (quot......
        <syntax>                (##sys#register-primitive-module
(quote files) (quote (delete-file* file-copy file-move
make-pathnam......
        <syntax>                (quote files)
        <syntax>                (quote (delete-file* file-copy
file-move make-pathname directory-null? make-absolute-pathname
create......
        <eval>          (##sys#register-primitive-module (quote files)
(quote (delete-file* file-copy file-move make-pathnam......      <--
make[1]: *** [setup-download.c] Error 70
make[1]: Leaving directory `/home/rutledge/src/chicken/trunk'
make: *** [all] Error 2




reply via email to

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