I have installed weblocks with guicklisp - last version weblocks.
Somehow I can't load clsql-demo.
Please note that I have connection with mysql with clsql,
and also managed to populate tables with data (i.e address, employee
and company).
Seems problem is with macro defstore.
Here is debug log when loading conf/store.lisp:
There is no applicable method for the generic function
#<STANDARD-GENERIC-FUNCTION ASDF:COMPONENT-NAME (1)>
when called with arguments
(:CLSQL-FLUID).
[Condition of type SIMPLE-ERROR]
Restarts:
0: [RETRY] Retry calling the generic function.
1: [ABORT] Return to sldb level 1.
2: [TRY-RECOMPILING] Recompile stores and try loading it again
3: [RETRY] Retry loading component ("weblocks-clsql-demo" "conf" ).
4: [ACCEPT] Continue, treating loading component ( ) as having been
successful.
5: [RETRY] Retry SLIME REPL evaluation request.
Then I accept, and after calling:
> (weblocks-clsql-demo:start-weblocks-clsql-demo)
There is no applicable method for the generic function
#<STANDARD-GENERIC-FUNCTION WEBLOCKS:OPEN-STORE (0)>
when called with arguments
(:CLSQL ("localhost" "erpdb" "emil" NIL) :DATABASE-TYPE
:MYSQL).
[Condition of type SIMPLE-ERROR]
Restarts:
0: [RETRY] Retry calling the generic function.
1: [RETRY] Retry SLIME REPL evaluation request.
2: [*ABORT] Return to SLIME's top level.
3: [TERMINATE-THREAD] Terminate this thread (#<THREAD "repl-thread"
RUNNING {B9465B9}>)
Probably I missed something.
Somebody run recently clsql-demo from quicklisp?
Thanks
--
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.