chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] Re: chicken-setup doesn't handle whitespace


From: Brandon J. Van Every
Subject: [Chicken-users] Re: chicken-setup doesn't handle whitespace
Date: Sat, 05 Aug 2006 03:34:38 -0700
User-agent: Thunderbird 1.5.0.5 (Windows/20060719)

Brandon J. Van Every wrote:
Built with CMake MinGW:

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


I also get failure on CMake MSVC, but with a different error message. I'll hazard a guess that again it doesn't support whitespace, but I wonder if the \\ slashes are what a Windows command prompt wants.

E:\devel>chicken-setup opengl
 copy gl.dll E:\Program Files\ChickenMSVC\lib\gl.dll
The syntax of the command is incorrect.
Error: shell invocation failed with non-zero return status
"copy gl.dll E:\\Program Files\\ChickenMSVC\\lib\\gl.dll"
1


Cheers,
Brandon Van Every





reply via email to

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