I "solved" the issue by commenting out the SBCL specific code in function "form-slot-key" of file "src/db-postmodern/pm-controller.lisp". But still, what is the right fix? (maybe I should have enabled some features when building SBCL?)
Thanks. On May 27, 12:06 am, Warren Lynn <[email protected]> wrote: > Hi, > > I want to try out the elephant store with postmodern backend but I got > a problem: > > In (both the development version and 1.0) elephant package, when I try > to open a store with something like this > > (open-store '(:postmodern (:postgresql "localhost" "testdb" "user" > "test"))) > > I got an error: > The function SB-IMPL::QUICK-INTEGER-TO-STRING is undefined. > > And indeed, that function is not there (SBCL 1.0.38). Is Elephant > broken out of box (I hope not)? I googled for quite a while and found > no clue about it. Can any of you shed some light on the above? > > I enjoy programming in Emacs Lisp to customize my editor, but Common > Lisp seems a lot harder than I thought... > > Thanks a lot. > > Warren -- You received this message because you are subscribed to the Google Groups "weblocks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/weblocks?hl=en.
