"Pascal J. Bourguignon" <[email protected]> writes: > Also, perhaps the optimization levels matter: > (declaim (optimize (safety 3) (debug 3) (space 0) (speed 0)))
Yes, it's definitely linked to the optimization. If I comment out this line from rc/common.lisp, it compiles successfully. -- __Pascal Bourguignon__ http://www.informatimago.com/ “The factory of the future will have only two employees, a man and a dog. The man will be there to feed the dog. The dog will be there to keep the man from touching the equipment.” -- Carl Bass CEO Autodesk _______________________________________________ cmucl-help mailing list [email protected] http://lists.zs64.net/mailman/listinfo/cmucl-help
