[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-users] Re: csc.scm.in unescaped whitespace in pathnames
From: |
Brandon J. Van Every |
Subject: |
[Chicken-users] Re: csc.scm.in unescaped whitespace in pathnames |
Date: |
Sat, 22 Jul 2006 00:44:56 -0700 |
User-agent: |
Thunderbird 1.5.0.4 (Windows/20060516) |
Brandon J. Van Every wrote:
I see 2 general ways to deal with the problem:
- put double quotes in somewhere
- escape the whitespace
If I try to escape the whitespace, I get warnings about unknown escape
sequences:
Brandon J. Van address@hidden ~/msys/chicken
$ make
Scanning dependencies of target libchicken-boot
Building C object boot/CMakeFiles/libchicken-boot.dir/eval.obj
E:/devel/msys/chicken/boot/eval.c:5886:81: warning: unknown escape
sequence: '\040'
Building C object boot/CMakeFiles/libchicken-boot.dir/library.obj
E:/devel/msys/chicken/boot/library.c:16512:81: warning: unknown escape
sequence: '\040'
So, naively escaping the whitespace is not a solution in the current
Chicken sources. Something more intelligent needs to be done.
Cheers,
Brandon Van Every