Hello,
I am running "Clozure Common Lisp Version 1.7-dev-r14818M-trunk (DarwinX8664)" and GSD is from quicklisp. It fails to load with this error:
Bound is not *, a SINGLE-FLOAT or a list of a SINGLE-FLOAT: GRID::VALUE [Condition of type SIMPLE-ERROR]
Restarts: 0: [RETRY-COMPILE-FILE] Retry compiling #P"/Users/leo/quicklisp/dists/quicklisp/software/gsd-20101207-git/foreign-array/methods.lisp" 1: [SKIP-COMPILE-FILE] Skip compiling #P"/Users/leo/quicklisp/dists/quicklisp/software/gsd-20101207-git/foreign-array/methods.lisp" 2: [TRY-RECOMPILING] Try recompiling methods 3: [RETRY] Retry compiling #<CL-SOURCE-FILE "foreign-array" "methods">. 4: [ACCEPT] Continue, treating compiling #<CL-SOURCE-FILE "foreign-array" "methods"> as having been successful. 5: [ABORT] Give up on "gsll" --more--
Backtrace: 0: (CCL::VALUES-SPECIFIER-TYPE (SINGLE-FLOAT GRID::VALUE) #<CCL::LEXICAL-ENVIRONMENT #x30200187A93D>) Locals: CCL::SPEC = (SINGLE-FLOAT GRID::VALUE) CCL::ENV = #<CCL::LEXICAL-ENVIRONMENT #x30200187A93D> CONDITION = #<SIMPLE-ERROR #x30200187A89D> CCL::TYPE-CACHE-CTYPES = #(0 0 0 0 0 0 ...) CCL::HITS = 1839929 CCL::TYPE-CACHE-SPECS = #(0 0 0 0 0 0 ...) CCL::PROBES = 1865864 CCL::LOCKED = NIL LOCK = #<RECURSIVE-LOCK [ptr @ #x5204C0] #x3020000A04BD>
Leo