[Ecls-list] asdf example for windows

Dean O'Connor dean.oconnor at ite.com.au
Sun Jan 15 18:02:02 UTC 2006


I was just trying out the ecls/examples/asdf/readme.lisp on Windows and 
just had some minor issues.

Just a minor update (to ext:system line) for anyone trying it on Windows.

    (ext:system #+unix "./example" #+win32 ".\\example")

One things that still fails is the deletion of the .FAS file in the cleanup.
I am guessing it is because the "example.fas" file was loaded earlier to 
test the fas creation, and ecl still has an open handle to it ????
Is this normal, a bug, or perhaps there is a manual way to release this 
handle ????

    Cannot delete the file #P"C:/projects/ecls/examples/asdf/example.fas".
    Explanation: Permission denied.
    Broken at MAPC.

PS: Today I am unable to update from CVS ? Is there a problem at moment ??

Cheers
Dean.




More information about the ecl-devel mailing list