IGNORE Re: [elephant-devel] Having trouble getting started with postmodern
Joubert Nel
joubert at joubster.com
Wed Jan 16 06:28:18 UTC 2008
Apologies, my mistake - late night; got POSTMODERN and can now
(require :ele-postmodern).
Joubert
On Wed, 2008-01-16 at 01:20 -0500, Joubert Nel wrote:
> Hi,
>
> I just got the latest Elephant from darcs as specified at the top of
> http://common-lisp.net/project/elephant/downloads.html
>
> I'm trying to use postmodern and am using the code in /tests as guidance
> since I can't find any documentation on using postmodern. Unless I'm
> mistaken, the ele-postmodern.asd file's defsystem appears wrong to me.
>
> The part ":depends-on (:postmodern" --> is this right? I get an error
> when ele-postmodern is loaded by ASDF, complaining about :POSTMODERN.
>
> ======
> (defsystem ele-postmodern
> :name "ele-postmodern"
> :author "Henrik Hjelte <hhjelte at common-lisp.net>"
> :version "0.6.0"
> :licence "LLGPL"
> :description "Elephant postmodern postgresql backend"
>
> :components
> ((:module :src
> :components
> ((:module :db-postmodern
> :components
> ((:file "package")
> (:file "pm-sql")
> (:file "pm-controller")
> (:file "pm-cache")
> (:file "pm-transaction")
> (:file "pm-btree")
> (:file "pm-cursor")
> (:file "pm-btree-index")
> (:file "pm-indexed-btree")
> (:file "pm-secondary"))
> :serial t))))
> :depends-on (:postmodern
> :elephant))
>
> ======
>
> Error:
> component :POSTMODERN not found, required by
> #<SYSTEM "ele-postmodern" {1003E80AD1}>
> [Condition of type ASDF:MISSING-DEPENDENCY]
>
>
> Regards,
> Joubert
>
>
> _______________________________________________
> elephant-devel site list
> elephant-devel at common-lisp.net
> http://common-lisp.net/mailman/listinfo/elephant-devel
More information about the elephant-devel
mailing list