[mcclim-devel] demos problem
Hello, I'm just starting out with McCLIM. I have CMUCL 19a installed, and ASDF installed, and have followed instructions (using ASDF commands) in file INSTALL.CMU. All seems to be working properly until I actually try running a demo. For example, I do/get: ------------------- (clim-demo::run-test 'goatee::goatee-test) Type-error in KERNEL::OBJECT-NOT-TYPE-ERROR-HANDLER: NIL is not of type (MOD 536870911) Error flushed ... (menutest::menutest) Type-error in KERNEL::OBJECT-NOT-TYPE-ERROR-HANDLER: NIL is not of type (MOD 536870911) Error flushed ... ------------------ do you know why this happens? how can I get demos to work? thanks a lot, George __________________________________ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http://smallbusiness.yahoo.com/resources/
George Tourtellot <tourtelt@yahoo.com> writes:
(clim-demo::run-test 'goatee::goatee-test) Type-error in KERNEL::OBJECT-NOT-TYPE-ERROR-HANDLER: NIL is not of type (MOD 536870911) Error flushed ...
(menutest::menutest) Type-error in KERNEL::OBJECT-NOT-TYPE-ERROR-HANDLER: NIL is not of type (MOD 536870911) Error flushed ... ------------------
do you know why this happens? how can I get demos to work?
The menu and goatee tests are not compiled with the other demos by the build form: (asdf:operate 'asdf:load-op :clim-examples) You have to explicitly compile and load the corresponding files: Examples/menutest.lisp Giatee/goatee-test.lisp Would it be possible to make mcclim.asd include all working demos? Paolo -- Lisp Propulsion Laboratory log - http://www.paoloamoroso.it/log
participants (2)
-
George Tourtellot
-
Paolo Amoroso