chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] CVS update


From: Peter Keller
Subject: Re: [Chicken-users] CVS update
Date: Mon, 2 Sep 2002 23:00:07 -0500
User-agent: Mutt/1.2i

On Mon, Sep 02, 2002 at 11:25:23PM +0200, felix wrote:
> Hi!
> 
> The current CVS version:
> - STACKTRACE/runtime-errors of compiled code shows source-file
>   and line-number (in a format similar to what Peter suggested)
> - `chicken-setup' should now work properly. This thingy will be
>   tested further and then we should be able to simplify the creation,
>   installation and use of extensions tremendously. Stay tuned.
> - `regex-case' has been removed. Will be provided as an extension, soon
>   (so will be SRFI-26 (cut))

I built the new version and tried to install it, but I got this far into the
install procedure:

/usr/local/bin/chicken-setup --init
for unit in syntax-case profiler modules extras format match regex lolevel 
tinyclos posix script-utils srfi-1 srfi-4 srfi-13 srfi-14    srfi-18 srfi-25; 
do /usr/local/bin/chicken-setup --define $unit; done
Warning: core extension syntax-case is already defined - will be replaced

FORMAT: error with call: (format #f "echo '"~A~"<===' >> ~A" 
===>/usr/local/lib/chicken/syntax-case /usr/local/lib/chicken/REGISTRY )
        unknown control character `"'
Error: error in format
Warning: core extension profiler is already defined - will be replaced

FORMAT: error with call: (format #f "echo '"~A~"<===' >> ~A" 
===>/usr/local/lib/chicken/profiler /usr/local/lib/chicken/REGISTRY )
        unknown control character `"'
Error: error in format
Warning: core extension modules is already defined - will be replaced

FORMAT: error with call: (format #f "echo '"~A~"<===' >> ~A" 
===>/usr/local/lib/chicken/modules /usr/local/lib/chicken/REGISTRY )
        unknown control character `"'
Error: error in format
Warning: core extension extras is already defined - will be replaced

[ ... ]

So apparently, I now have a skewed version of chicken installed on my machine.
Some parts are the last time you updated, some parts are this time. Things
still seem to work, so I don't mind quite yet.

-pete




reply via email to

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