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>
_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users