--- Duncan Rose duncan@robotcat.demon.co.uk wrote:
It builds fine for me under OpenMCL. Can you be more specific regarding the errors you're seeing?
The only external dependency I can think of in the build is CLX. Do you have it installed (this shouldn't matter for building most of McCLIM, only when building the back end I think).
Here we go (core with McCLIM built and loaded):
CMU Common Lisp 19a, running on gentoo With core: /usr/local/lib/cmucl/lib/lisp.core Dumped on: Sun, 2005-05-01 22:50:16-04:00 on gentoo See http://www.cons.org/cmucl/ for support information. Loaded subsystems: Python 1.1, target Intel x86 CLOS based on Gerd's PCL 2004/04/14 03:32:47 CLX X Library MIT R5.02 Gray Streams Protocol Support * (asdf:oos 'asdf:load-op :scigraph)
[snip]
; Compiling DEFMETHOD ZOOM-OUT (GRAPH-ZOOM-MIXIN T): ; Byte Compiling Top-Level Form:
; /home/user/mcclimtoplevel/mcclim/Apps/Scigraph/scigraph/moving-object.x86f written. ; Compilation finished in 0:00:04. ; Loading #p"/home/user/mcclimtoplevel/mcclim/Apps/Scigraph/scigraph/moving-object.x86f". ; [GC threshold exceeded with 63,889,944 bytes in use. Commencing GC.] ; [GC completed with 56,906,880 bytes retained and 6,983,064 bytes freed.] ; [GC will next occur when at least 68,906,880 bytes are in use.]
Condition COMMAND-TABLE-NOT-FOUND was signalled. [Condition of type COMMAND-TABLE-NOT-FOUND]
Restarts: 0: [CONTINUE] Return NIL from load of #p"/home/user/mcclimtoplevel/mcclim/Apps/Scigraph/scigraph/moving-object.x86f". 1: [RETRY ] Retry performing #<ASDF:LOAD-OP NIL {5A60D8FD}> on #<ASDF:CL-SOURCE-FILE "moving-object" {285FCC25}>. 2: [ACCEPT ] Continue, treating #<ASDF:LOAD-OP NIL {5A60D8FD}> on #<ASDF:CL-SOURCE-FILE "moving-object" {285FCC25}> as having been successful. 3: [ABORT ] Return to Top-Level.
Debug (type H for help)
; [GC threshold exceeded with 68,917,416 bytes in use. Commencing GC.] ; [GC completed with 55,934,776 bytes retained and 12,982,640 bytes freed.] ; [GC will next occur when at least 67,934,776 bytes are in use.] (CLIM:FIND-COMMAND-TABLE :GRAPH :ERRORP T) Source: ; File: /home/user/mcclimtoplevel/mcclim/commands.lisp (ERROR 'COMMAND-TABLE-NOT-FOUND) 0]
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
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
*cough* sorry, I thought you were asking about a general build problem rather than a Scigraph specific one. The subject line should have clued me in, but...
Sorry 'bout that.
-Duncan
On Monday, May 2, 2005, at 12:42 PM, C Y wrote:
--- Duncan Rose duncan@robotcat.demon.co.uk wrote:
It builds fine for me under OpenMCL. Can you be more specific regarding the errors you're seeing?
The only external dependency I can think of in the build is CLX. Do you have it installed (this shouldn't matter for building most of McCLIM, only when building the back end I think).
Here we go (core with McCLIM built and loaded):
CMU Common Lisp 19a, running on gentoo With core: /usr/local/lib/cmucl/lib/lisp.core Dumped on: Sun, 2005-05-01 22:50:16-04:00 on gentoo See http://www.cons.org/cmucl/ for support information. Loaded subsystems: Python 1.1, target Intel x86 CLOS based on Gerd's PCL 2004/04/14 03:32:47 CLX X Library MIT R5.02 Gray Streams Protocol Support
- (asdf:oos 'asdf:load-op :scigraph)
[snip]
; Compiling DEFMETHOD ZOOM-OUT (GRAPH-ZOOM-MIXIN T): ; Byte Compiling Top-Level Form:
; /home/user/mcclimtoplevel/mcclim/Apps/Scigraph/scigraph/moving- object.x86f written. ; Compilation finished in 0:00:04. ; Loading #p"/home/user/mcclimtoplevel/mcclim/Apps/Scigraph/scigraph/moving- object.x86f". ; [GC threshold exceeded with 63,889,944 bytes in use. Commencing GC.] ; [GC completed with 56,906,880 bytes retained and 6,983,064 bytes freed.] ; [GC will next occur when at least 68,906,880 bytes are in use.]
Condition COMMAND-TABLE-NOT-FOUND was signalled. [Condition of type COMMAND-TABLE-NOT-FOUND]
Restarts: 0: [CONTINUE] Return NIL from load of #p"/home/user/mcclimtoplevel/mcclim/Apps/Scigraph/scigraph/moving- object.x86f". 1: [RETRY ] Retry performing #<ASDF:LOAD-OP NIL {5A60D8FD}> on #<ASDF:CL-SOURCE-FILE "moving-object" {285FCC25}>. 2: [ACCEPT ] Continue, treating #<ASDF:LOAD-OP NIL {5A60D8FD}> on #<ASDF:CL-SOURCE-FILE "moving-object" {285FCC25}> as having been successful. 3: [ABORT ] Return to Top-Level.
Debug (type H for help)
; [GC threshold exceeded with 68,917,416 bytes in use. Commencing GC.] ; [GC completed with 55,934,776 bytes retained and 12,982,640 bytes freed.] ; [GC will next occur when at least 67,934,776 bytes are in use.] (CLIM:FIND-COMMAND-TABLE :GRAPH :ERRORP T) Source: ; File: /home/user/mcclimtoplevel/mcclim/commands.lisp (ERROR 'COMMAND-TABLE-NOT-FOUND) 0]
Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com