<div dir="ltr">To start with, I am pretty sure the problem is on my side, not on ccl's<br><div><br></div><div>I run CCL 1.12 on a corporate Windows machine. I installed it via Roswell, which I installed in the MSYS2 environment (from its MinGW64 shell). When running it in Emacs/Slime, the value returned by (ccl:getenv "TEMP") causes me a problem.</div><div><br></div><div>Here are the values of <font face="monospace">TEMP</font> under several scenarios:</div><div><ol><li>Windows PowerShell: <font face="monospace">C:\Users\977315\AppData\Local\Temp</font></li><li>MSYS2's MinGW64 shell: <font face="monospace">TEMP</font> evaluates to "<font face="monospace">/tmp</font>", which points to <font face="monospace">C:/msys64-a/tmp</font><font face="arial, sans-serif"> (as translated by </font><font face="monospace">cygpath -m</font><font face="arial, sans-serif">)</font></li><li><font face="arial, sans-serif">In CCL launched by </font><font face="monospace">ros run, </font><font face="arial, sans-serif">I get</font><font face="monospace"> C:\\msys64-a\\tmp </font><font face="arial, sans-serif">(agrees with #2)</font></li><li><font face="arial, sans-serif">In Emacs (that came with MSYS2, and launched from the MinGW64 shell), I get "</font><font face="monospace">C:\Users\977315\AppData\Local\Temp</font>" (agrees with #1)</li><li><font face="arial, sans-serif">In CCL launched via Emacs & Slime (that uses </font><font face="monospace">ros run),</font><font face="arial, sans-serif"> I get </font><font face="monospace">(ccl:getenv "TEMP")=>"/c/Users/977315/AppData/Local/Temp" </font><font face="arial, sans-serif">(value of #1 but using MSYS2's translation to Posix)</font></li></ol></div><div>This issue causes me a problem when I try to install a library via quicklisp in Emacs/Slime. This uses a bit of UIOP machinery to get a temporary directory. Near the bottom of that stack, a call to <font face="monospace">ccl:getenv </font><font face="arial, sans-serif">returns the </font><font face="monospace">"/c/Users/..."</font><font face="arial, sans-serif"> value, that ccl's </font><font face="monospace">create-directory</font><font face="arial, sans-serif"> chokes on.</font><br></div><div><font face="arial, sans-serif"><br></font></div><div><span style="font-family:arial,sans-serif">I guess the alternative questions are:</span><br></div><div><ul><li>Is there a switch or some other way of getting <font face="monospace">ccl:getenv</font> to return a Windows native pathname? ( did not find anything in the documentation)</li><li>Is there a recommended installation procedure for ccl on Windows that would eliminate this problem?</li><li>Is the Roswell binary the cause of the problem? Should I install the binary from the github page</li><li>Something else?</li></ul><div>Thank you,</div></div><div><br></div><div>Mirko</div><div><br></div></div>