felix winkelmann wrote:
On 7/19/06, Brandon J. Van Every <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED] /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 [EMAIL PROTECTED] /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





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

Reply via email to