chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] CVS update


From: Felix
Subject: Re: [Chicken-users] CVS update
Date: Tue, 03 Sep 2002 08:56:11 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.0) Gecko/20020530

Peter Keller wrote:

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


Dammit. It should be

(format #f "echo '\"~A\"' >> ~A" ...)

(in file `chicken-setup')

The warnings probably come from running chicken-setup a second time
(after the initial - build-controled - run).


[ ... ]

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.

It should work ok. Sorry for the hassle - I will fix this ASAP.


cheers,
felix





reply via email to

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