[Openmcl-devel] save-application to show warning messages?
Florian Dietz
Florian.Dietz2 at gmx.de
Thu Mar 13 06:25:44 PDT 2014
To compile my project, I run a lisp file that loads all other lisp files
and then calls CCL:save-application to save it. It used to be that the
console would show me all warnings that occured while loading the
various files, so that I could look over them before calling
save-application. It seems that since I updated to clozure 1.9, this is
no longer the case. Instead, the warnings are displayed right after
save-application is called, and the console closes immediately
afterwards, so that I can't look at it. How can I fix this?
More information about the Openmcl-devel
mailing list