Search found 5 matches
- Thu Jun 11, 2009 12:58 pm
- Forum: Common Lisp
- Topic: sbcl + aserve
- Replies: 7
- Views: 11352
Re: sbcl + aserve
It works, thank you. That's what i have done: 1) i downloaded sbcl sources from sourceforge; 2) created file customize-target-features.lisp, as it was said in INSTALL file, and added there code to enable threads; 3) then i corrected function socket-make-stream in contrib/sb-bsd-sockets/sockets.lisp ...
- Wed Jun 10, 2009 9:12 am
- Forum: Common Lisp
- Topic: sbcl + aserve
- Replies: 7
- Views: 11352
Re: sbcl + aserve
Well, i just unlocked that package from proposed restarts and proceeded installing. I had installed some other packages, so several errors disappeared too. Finally, i get installed AllegroServe, but when i tried to start it and to open page, it showed another error: * aserve-accept-6: 06/10/09 - 18:...
- Tue Jun 09, 2009 3:01 pm
- Forum: Common Lisp
- Topic: sbcl + aserve
- Replies: 7
- Views: 11352
sbcl + aserve
I've downloaded Portable Allegro Serve from sourceforge page and tried to install it running "INSTALL.lisp" from SBCL, but i get an error: Lock on package SB-EXT violated when setting fdefinition of STRING-TO-OCTETS. [Condition of type SYMBOL-PACKAGE-LOCKED-ERROR] I continued compilation, ...
- Tue Jun 02, 2009 5:38 pm
- Forum: Emacs
- Topic: Memory fault on Slime startup
- Replies: 3
- Views: 10880
Re: Memory fault on Slime startup
Yes, i used sbcl 1.0.28 and that worked perfectly well. (In fact, i had installed latest sbcl in another path then previous, but forgot to make changes in ~/.emacs/init.el).
Thanks a lot.
Thanks a lot.
- Fri May 29, 2009 5:08 pm
- Forum: Emacs
- Topic: Memory fault on Slime startup
- Replies: 3
- Views: 10880
Memory fault on Slime startup
I'm trying to start Slime in Emacs, but i get an error: memory fault [Condition of type SB-KERNEL::MEMORY-FAULT-ERROR] (full output is here: http://pastebin.com/f4ca8dbda) I tried both console Emacs 22, which was installed by default in my Ubuntu 8.10, and the latest Emacs 23.0.0.1 with GUI, so it s...