bamboospirit
bamboospirit
When I encountered this problem I was using windows XP, and tried with SBCL and CCL if I remember well It neeed both :device and :host to work well ,...
When hunchentoot's thread breaks into an error, after choosing a reset vlime doesn't interact any more with the repl. Just use vlime to make a simple website in lisp and...
I encountered a similar issue. pkg-config was looking for ibus-table.pc in /usr/lib64 but my ibus-table was compiled for 32bit systems so the file was actually located at /usr/lib . I...
Got it. https://github.com/40ants/weblocks-websocket did the job
I think weblocks-websocket can be updated to handle more commands (rather than just updating the widget which sends an 'update message') and also to manage subscribing clients and publishing messages...
I used **(asdf:operate 'asdf:monolithic-compile-bundle-op :mysystem)** to obtain a .fasl bundle that has all the .fasl from all the required systems concatenated. Loading this bundle is equivalent to loading each .fasl...
Getting this: READ error during LOAD: The variable CL-JPEG::*OPTIMIZE* is unbound. (in form starting at line: 130, column: 0, position: 5178) [Condition of type SB-C::INPUT-ERROR-IN-LOAD]