I forgot to mention that I installed clsql-fluid as a separate system, not by patching the original clsql, and the code causing the error is:
(export 'fluid-database '#:clsql) in file clsql-fluid/sql/fluid.lisp. Do I have to use the patching approach? I want to avoid that because it is difficult to know/maintain the exact code base with that. Thanks again. On Feb 27, 1:26 am, Warren Lynn <[email protected]> wrote: > Hi, All > > I have just started exploring weblocks in the hope that I don't need > to write as much HTML as I was playing with Django. I have spent more > time learning CL than weblocks itself so far, but it was fun. > > I am just starting to set up an example SQL app, and got this error > while starting it: > > These symbols are not accessible in the CLSQL package: > (CLSQL-SYS:FLUID-DATABASE) > [Condition of type SB-KERNEL:SIMPLE-PACKAGE-ERROR] > > Although this is a correctable error by choosing the restart 0 in: > > Restarts: > 0: [CONTINUE] IMPORT these symbols into the CLSQL package. > > I just wonder whether this is a known bug in clsql-fluid, or I did > something wrong on my side. > > As you may have guessed, I am a newbie to CL, so please forgive me if > the issue is so obvious to your experts. > > 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.
