Re: Portable Allegroserve and SBCL
- From: Petter Gustad <newsmailcomp6@xxxxxxxxxx>
- Date: 27 Apr 2006 12:12:41 +0200
Ari Johnson <iamtheari@xxxxxxxxx> writes:
However, when I try to load Allegroserve in SBCL, using ASDF, I run
into problems. First, there is a problem trying to redefine the
I installed SBCL to give it a try. Unfortunately I haven't figured out
how to build SBCL with thread support on my AMD64 Gentoo machine. If
somebody knows, please tell me how. Anyway, I don't get any
compilation errors, only a runtime error since I don't have thread
support in my SBCL:
CL-USER> (lisp-implementation-type)
"SBCL"
CL-USER> (lisp-implementation-version)
"0.9.3"
CL-USER> #+asdf 'has-asdf
HAS-ASDF
CL-USER> #+:SB-THREAD 'has-threads
; No value
CL-USER> (asdf:operate 'asdf:load-op :webactions)
[misc style warnings etc, but no errors...]
CL-USER> net.aserve:*aserve-version*
(1 2 42)
CL-USER> (net.aserve:webaction-project "cll"
:project-prefix "/"
:clp-suffixes '("html")
:map '(("home" "home.html")))
#<NET.ASERVE:WEBACTION-ENTITY {1000F0FA71}>
CL-USER> (net.aserve:start :port 8080 :chunking nil)
PROCESS-PRESET: Calling a multiprocessing function on a single-threaded sbcl
[Condition of type SIMPLE-ERROR]
Maybe you should try a more recent SBCL and Portable Allegroserve?
Petter
--
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
.
- Follow-Ups:
- Re: Portable Allegroserve and SBCL
- From: Ari Johnson
- Re: Portable Allegroserve and SBCL
- From: Friedrich Dominicus
- Re: Portable Allegroserve and SBCL
- References:
- Portable Allegroserve and SBCL
- From: Ari Johnson
- Portable Allegroserve and SBCL
- Prev by Date: Re: Allegro CL v8 "Express Edition" ditched?
- Next by Date: Re: Help with a setfing value in structure
- Previous by thread: Re: Portable Allegroserve and SBCL
- Next by thread: Re: Portable Allegroserve and SBCL
- Index(es):
Relevant Pages
|