Dan,
On Mon, May 2, 2011 at 10:08 AM, Dan Corkill corkill@gbbopen.org wrote:
It'll take more than the 20 minutes I had to analyze the best solution. I'll come back hopefully later this week.
Thanks Erik. I'm using the short-term workaround of allowing ABCL to shout back at me (by not setting *print-case* to my usual :downcase personal preference...).
Just committed the fix to trunk. Enjoy!
Bye,
Erik.
Just committed the fix to trunk. Enjoy!
Erik,
Thanks for the speedy fix to the compiler, but problems still remain when loading the compiled file...
-- Dan
$ abcl --noinit Armed Bear Common Lisp 0.26.0-dev-svn-13274 Java 1.6.0_24 Apple Inc. Java HotSpot(TM) 64-Bit Server VM Low-level initialization completed in 0.676 seconds. Startup completed in 1.811 seconds. Type ":help" for a list of available commands. CL-USER(1): (compile-file "bug") ; Compiling /usr/local/gbbopen/source/module-manager/bug.lisp ... ; (IN-PACKAGE :CL-USER) ; (SETF *PRINT-CASE* ...) ; (defstruct rec ...) ; Wrote /usr/local/gbbopen/source/module-manager/bug.abcl (1.049 seconds) #P"/usr/local/gbbopen/source/module-manager/bug.abcl" nil nil CL-USER(2): (load *) Error loading /usr/local/gbbopen/source/module-manager/bug.abcl at line 3 (offset 73) #<THREAD "interpreter" {7E1EB84F}>: Debugger invoked on condition of type PACKAGE-ERROR Package "system" not found. Restarts: 0: TOP-LEVEL Return to top level.
armedbear-devel@common-lisp.net