chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] chicken-setup quoting problem on CMake MinGW


From: Brandon J. Van Every
Subject: Re: [Chicken-users] chicken-setup quoting problem on CMake MinGW
Date: Thu, 31 Aug 2006 00:34:22 -0700
User-agent: Thunderbird 1.5.0.5 (Windows/20060719)

Brandon J. Van Every wrote:
felix winkelmann wrote:
Fix (another missing quotewrap) will be pushed in a few minutes.


I note that this fix only had to deal with 2 quotes.


Got a lot farther now, all the way to the opengl egg, but still not quite done yet:


"E:\Program Files\Chicken\bin\csc" -feature compiling-extension gl.scm -s -O2
-d0 -L "-L/usr/X11R6/lib -L/usr/X11/lib -lGL -LX11"
'E:\Program' is not recognized as an internal or external command,
operable program or batch file.
make: Failed to make gl.so: shell invocation failed with non-zero return status
Error: shell invocation failed with non-zero return status
"\"E:\\Program Files\\Chicken\\bin\\csc\" -feature compiling-extension gl.scm -.
..
1

I'm going to guess that because there are 4 quotes on this line, something is absorbing 2 of 'em or some nonsense like that, probably quoting the interior of the command and leaving E:\Program bare.


Cheers,
Brandon Van Every





reply via email to

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