[armedbear-devel] *print-case* :downcase breaks DEFSTRUCT compilation

Dan Corkill corkill at gbbopen.org
Wed May 4 20:07:18 UTC 2011


>> 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.




More information about the armedbear-devel mailing list