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 <[email protected]>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
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users




_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to