Actually, the error is reproduced simply by creating a file test.lisp: (defpackage test)
Then start ECL and do > (compile-file "test.lisp") ;;; Compiling test.lisp Cannot print object #<TEST package> readably. Available restarts: 1. (RESTART-TOPLEVEL) Go back to Top-Level REPL. Broken at SI:BYTECODES. [Evaluation of: (COMPILE-FILE "test.lisp")] In: #<process TOP-LEVEL>. >> :b Backtrace: > SI:BYTECODES [Evaluation of: (COMPILE-FILE "test.lisp")] > si:bytecodes [Evaluation of: (si:top-level)] >> Something is wrong with the ECL installation. ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ Ecls-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ecls-list
