Fix SBCL #'software-version crash also when starting from an image.
src/i18n-hello-world.lisp
Fri Jul 3 12:17:07 CEST 2009 Tobias Rautenkranz <tobias@rautenkranz.ch>
* Fix SBCL #'software-version crash also when starting from an image.
--- old-qt.examples/src/i18n-hello-world.lisp 2014-10-30 07:37:32.000000000 +0100
+++ new-qt.examples/src/i18n-hello-world.lisp 2014-10-30 07:37:32.000000000 +0100
@@ -35,5 +35,5 @@
;; sb-sys::*software-version* and we thus prevent the crash in
;; (run-program "/bin/uname" [...]).
#+sbcl
-(eval-when (:load-toplevel)
+(smoke:eval-startup (:load-toplevel)
(software-version))