[climacs-devel] I can't get the Automaton system to load
Aleksandar Bakic
a_bakic at yahoo.com
Sat Aug 27 19:43:04 UTC 2005
Hi,
I am using SBCL 0.9.3.32 on x86_64 GNU/Linux, and asdf revision 1.87 (can't
remember where I got it from). I just checked out a fresh climacs CVS copy, and
added Flexichain in the climacs top directory (can't remember where I got
Flexichain either). My build.lisp file contains:
(require :asdf)
(push "HOMEDIR/cvsprojects/systems/" asdf:*central-registry*)
(asdf:oos 'asdf:load-op :climacs)
#+cmu
(defun start ()
(mp::init-multi-processing)
(mp:make-process #'climacs-gui::climacs :name "climacs-thread")
(mp::idle-process-loop))
#+cmu(start)
and HOMEDIR/cvsprojects/systems/ contains
flexichain.asd -> ../climacs/Flexichain/flexichain.asd
mcclim.asd -> SOMEDIR/cvsprojects/mcclim/mcclim.asd
clx.asd -> SOMEDIR/cvsprojects/clx/clx.asd
So when I start SBCL and (load "build"), I get everything built. Perhaps it
could help if you sent your SBCL output.
Regards,
Alex
__________________________________
Yahoo! Mail
Stay connected, organized, and protected. Take the tour:
http://tour.mail.yahoo.com/mailtour.html
More information about the climacs-devel
mailing list