Closed billstclair closed 2 days ago
I just ran into this problem this week as well.
The problem is that ccl::make-windows-command-line
needs to special case quoting the first string (i.e., the program name) as Windows' command line parser has different rules for parsing the program name vs. its arguments. See Parsing C command-line arguments. (Sigh)
I have a fix that I will check in shortly.
Running a recent Windows 10 in a VMWare VM, with a week-old CCL master download. The problem appears to be in
ccl::make-windows-command-line
.Error 2 is "The system cannot find the file specified."
I worked around it by making a copy of my CCL directory on the Z drive, which is mapped to a VMWare shared directory with the Mac host.