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: Ivan Shcheklein
Subject: Re: [Chicken-users] testing release candidate for 4.0.0
Date: Thu, 26 Mar 2009 00:00:26 +0300

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]