When compile my code that uses weblocks-clsql, I keeping getting this
error:
debugger invoked on a SB-KERNEL:SIMPLE-PACKAGE-ERROR in thread
#<THREAD "initial thread" RUNNING {118F4BD1}>:
These symbols are not accessible in the CLSQL package:(FLUID-
DATABASE)
and I select the option:
0: [CONTINUE ] IMPORT these symbols into the CLSQL package.
which allows the code to compile. Do you guys know if that's an okay
solution, or if what I'm doing going to cause problems in some way? I
ask because then when I actually try to connect to the database I get
this error:
A database error occurred: NIL / NIL
NIL is not a database.
[Condition of type CLSQL-SYS:SQL-DATABASE-ERROR]
and I'm trying to figure out if it's related.
I'm getting the clsql-fluid from
http://common-lisp.net/project/clsql-fluid/darcs/clsql-fluid/
and bordeaux-threads from
http://common-lisp.net/project/bordeaux-threads/darcs/bordeaux-threads/.
(I thought it said in another thread that I found that I wouldn't need
to install bordeaux-threads separately, but I got an missing
dependency error until I did.) Thanks very much for any possible
help,
Divia
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---