fukamachi / integral

[OBSOLETE] Use Mito instead.
https://github.com/fukamachi/mito
BSD 3-Clause "New" or "Revised" License
54 stars 3 forks source link

Macのccl64でquickstartがうまく実行できない #1

Closed jiroukaja closed 9 years ago

jiroukaja commented 10 years ago

こんばんは。Macのccl64 Version 1.9-r15759 (DarwinX8664) で実行すると下記のようなエラーメッセージが出るのですが、何か呼んでないのが原因ですか? バージョンは、quicklispのintegral/2014-05-25です。

? (ql:quickload :integral)
To load "integral":
  Load 1 ASDF system:
    integral
; Loading "integral"

(:INTEGRAL)
? (import 'integral:<dao-table-class>)
T
? (defclass user ()
  ((name :col-type text
         :initarg :name))
  (:metaclass <dao-table-class>))
> Error: The value T can not be used to set the value of the slot INTEGRAL.TABLE::%INITIALIZED in #<<DAO-TABLE-CLASS> USER>, because it is not of type (OR (AND (SATISFIES TRIVIAL-TYPES:PROPER-LIST-P) CONS) NULL). 
> While executing: CCL::%MAYBE-STD-SETF-SLOT-VALUE-USING-CLASS, in process listener(1).
> Type :POP to abort, :R for a list of available restarts.