chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] csc.scm.in unescaped whitespace in pathnames


From: Brandon J. Van Every
Subject: [Chicken-users] csc.scm.in unescaped whitespace in pathnames
Date: Fri, 21 Jul 2006 20:00:44 -0700
User-agent: Thunderbird 1.5.0.4 (Windows/20060516)

Ok, I think with my most current push to Darcs, I've taken care of everything that's wrong with the CMake build. If you do a CMake build under MinGW, I think you will see sane output for csc.scm. Now I think it's down to csc.scm.in not properly handling unescaped whitespace in pathnames. I see 2 general ways to deal with the problem:

- put double quotes in somewhere
- escape the whitespace

Here's what I get now:

Brandon J. Van address@hidden /e/Program Files/chicken/bin
$ csc -s x.scm
x.c:1: warning: -fPIC ignored for target (all code is position independent)
gcc.exe: Files\Chicken\lib\1: No such file or directory
gcc.exe: Files\Chicken\lib\1: No such file or directory
*** Shell command terminated with exit status 1: E:\Dev-Cpp\bin\gcc.exe x.o -lchicken -o x.dll -fPIC -shared -LE:\Program Files\Chicken\lib\1 -Wl,-RE:\Program Files\Chicken\lib\1 -lchicken


Cheers,
Brandon Van Every





reply via email to

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