I downloaded the 1.3 release for windows, made a simple app:<br>(defun test () <br>  (format t "Hello!") 0)<br><br>Saved it with (ccl:save-application "test.exe" :toplevel-function #'test :prepend-kernel t :error-handler :quiet)<br>
<br>It prints Hello!, then it prints a long list of:<br>> Error: value NIL is not of the expected type CCL::RECURSIVE-LOCK.<br>> While executing: CCL::RECURSIVE-LOCK-PTR, in process Initial(0).<br>> Type :POP to abort, :R for a list of available restarts.<br>
<br>Then it hangs. What am I missing to get it to work?<br><br>Thank you,<br>Andrei<br>