Hi <br><br>I got the ccl for windows from the trunk (<a href="http://svn.clozure.com/publicsvn/openmcl/trunk/windows/ccl">http://svn.clozure.com/publicsvn/openmcl/trunk/windows/ccl</a>) so it must be up-to-date.<br>I put my ccl-init.lisp to my HOME directory (pointed to by HOME env variable).<br>
Every time I load ccl, the ccl-init file gets ignored.<br>I started to debug it and found out that in user-homedir-pathname there is a clause:<br>             (native-to-directory-pathname (or #+ccl-0711 (getenv "HOME")<br>
                                               (get-user-home-dir (getuid))))<br><br>so naturally, since my ccl has ccl-1.2 and ccl-1.3 features this prevents it from getting home pathname from the HOME environment variable. Instead it tries to load it from get-user-home-dir which is "c:\Documents and Settings\..." in my case.<br>
Is this a bug or a feature?<br><br>Thank you,<br>Andrei<br>