chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] pathname tests


From: Brandon J. Van Every
Subject: Re: [Chicken-users] pathname tests
Date: Fri, 21 Jul 2006 14:45:39 -0700
User-agent: Thunderbird 1.5.0.4 (Windows/20060516)

felix winkelmann wrote:
On 7/19/06, Brandon J. Van Every <address@hidden> wrote:

The forward slash is now gone, that's an improvement.  But missing
backslashes and the weird "Chickein" misspelling remain.  I can't find
"Chickein" anywhere in the source tree with grep, so it must be
generated somehow.  The error now:

Brandon J. Van address@hidden /e/Program Files/chicken/bin
$ csc -s x.scm
'E:Program' is not recognized as an internal or external command,
operable program or batch file.

The string literal contains "Chicken\bin" - again, the backshlash isn't
escaped.



Using the most current Darcs, I have these errors:

Brandon J. Van address@hidden /e/Program Files/chicken/bin
$ csc -s x.scm
Warning: invalid compiler option `x.scm' - ignored
Error: Can not open file "\\chicken"
*** Shell command terminated with exit status 1: ""E:\Program Files\Chicken\bin"\chicken" x.scm -output-file x.c -dynamic -feature chicken-compile-shared -quiet

So it seems that more stuff is doing a tack-on, without respect to string quotes. Also I noticed that csc.scm.in seems to take strings differently than other Chicken files using the INSTALL_* variables. csc.scm.in seems to want escaped quotes.


Cheers,
Brandon Van Every







reply via email to

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