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 <bunny...@gmail.com>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
> Chicken-users@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/chicken-users
>
_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to