chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] CMake/MinGW build 325 is using wrong (Unix) filename sep


From: Ian Oversby
Subject: [Chicken-users] CMake/MinGW build 325 is using wrong (Unix) filename separator
Date: Fri, 14 Jul 2006 13:16:31 +0000

As can be seen from the text below, chicken is using Unix-style forward slashes to separate directories within filenames when it should be using backslashes. This is causing errors when executing windows commands such as copy. Changing CHICKEN_HOME to c:/chicken-new does not work either as copy still fails with all forward slashes which is a surprise to me - I thought Windows could use either forward or backward slashes for filenames.

Ian

C:\chicken-new>set CHICKEN_HOME=c:\chicken-new

C:\chicken-new>chicken-setup regex-case
 tar xvf ../regex-case.egg
 copy regex-case.scm c:\chicken-new/regex-case.scm
The syntax of the command is incorrect.
Error: shell invocation failed with non-zero return status
"copy regex-case.scm c:\\chicken-new/regex-case.scm"
1

C:\chicken-new>






reply via email to

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