C Y smustudent1@yahoo.com writes:
Here we go (core with McCLIM built and loaded):
[...]
- (asdf:oos 'asdf:load-op :scigraph)
[...]
Condition COMMAND-TABLE-NOT-FOUND was signalled.
I confirm this build problem. I am currently able to build Scigraph only with MK:DEFSYSTEM. With MK:DEFSYSTEM in your Lisp image, load system.lisp and evaluate the forms:
(mk:oos :scigraph :compile)
(mk:oos :scigraph :load)
Paolo