Hi,
I guess the line to change is:
(setf *default-store* (apply #'make-instance 'fluid-database
:connection-spec args)))
I'm not sure about the change. I've read clsql discourages using fluid and
recommends using with-database macro instead.
I have similar problems when trying to install weblocks via quicklisp.
Could someone give some more hints?
On Monday 09 May 2011 19:31:56 Leslie P. Polzer wrote:
> On May 9, 7:04 pm, Andrea Russo <[email protected]> wrote:
> > This time, I'm forced to use the clsql backend with MySQL as RDBMS. In
> > my old (a year, more or less) environment I was able to try the
> > weblocks-clsql-demo without pain. Now I'm struggling with clbuild,
> > quicklisp, uffi, cffi-uffi-compat, clsql-fluid and sbcl in various
> > versions to try to build and use weblocks with the clsql backend,
> > without much success.
>
> Quicklisp is good.
>
> You don't need UFFI if you load CFFI-UFFI-COMPAT.
>
> You can dodge clsql-fluid for now by removing it from the deps in
> weblocks-clsql.asd and changing one line in clsql.lisp.
>
> Leslie
--
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.