chicken-users
[Top][All Lists]
Advanced

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

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


From: Elf
Subject: Re: [Chicken-users] testing release candidate for 4.0.0
Date: Wed, 25 Mar 2009 14:11:08 -0700 (PDT)
User-agent: Alpine 2.00 (LRH 1167 2008-08-23)


no.  what happened is that the quoting rules are screwed up.  i forgot to
backport the makefile from 3.  ill do it in a few.

(youre seeing what happens when the 'cat' or 'type' goes horribly wrong. note how the slashes go from one side to the other.)

-elf

On Thu, 26 Mar 2009, Ivan Shcheklein wrote:

Hi Felix,

MSVC+Cygwin's tools. Build failed since both chichen-defaults and
chicken-config contain something like this:

/backup /bin /cygdrive /cygwin.bat /cygwin.ico /dev /etc /home /lib /proc
/tmp /usr /var generated benchmarks/ html/ scripts/ tests/

Is it expected?

Seems that it's caused by "echo" commands without quotes, like:

echo #define HAVE_INTTYPES_H 0 >>$@

The following works:

echo "#define HAVE_INTTYPES_H 0" >>$@

Ivan Shcheklein

On Wed, Mar 25, 2009 at 6:31 PM, felix winkelmann <address@hidden>wrote:

Hi!


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.


cheers,
felix


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






reply via email to

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