Re: Hunchentoot in SBCL on Intel OS X
- From: Lars Rune Nøstdal <larsnostdal@xxxxxxxxx>
- Date: Sat, 28 Oct 2006 18:27:34 +0200
On Sat, 28 Oct 2006 08:58:07 -0700, erk wrote:
Thanks to all for the responses to my Intel OS X newbie topic earlier.
Based on recommendations, I'm trying Hunchentoot on SBCL, and running
into a few issues. Any comments would be appreciated. Is there another
sbcl-specific group besides sbcl-devel I could post this to?
The below happen whether I use asdf or asdf-install (although with
asdf-install I need to skip a number of gpg checks - or at least I
chose to take the minor risk to get to the good stuff faster.)
1.
...
debugger invoked on a CFFI:LOAD-FOREIGN-LIBRARY-ERROR:
Unable to load foreign library: /usr/lib/libssl.so
Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [RETRY ] Try loading the foreign library again.
1: [USE-VALUE] Use another library instead.
...
At this point, I can simply specify ("/usr/lib/libssl.dylib") for
USE-VALUE, and all is well. Is there a better way?
2. This one I'm more confused about.
...
; compiling file
"/usr/local/lib/sbcl/site/hunchentoot-0.4.4/port-sbcl.lisp" (written 06
OCT 2006 01:07:22 PM):
; compiling (IN-PACKAGE :HUNCHENTOOT)
; compiling (ERROR "This library needs a version of SBCL with Unicode
and thread support.")
debugger invoked on a SIMPLE-ERROR:
This library needs a version of SBCL with Unicode and thread support.
Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [RETRY ] Retry performing #<ASDF:COMPILE-OP NIL {11E8A5E1}> on
#<ASDF:CL-SOURCE-FILE "port-sbcl" {117D1B11}>.
1: [ACCEPT] Continue, treating #<ASDF:COMPILE-OP NIL {11E8A5E1}> on
#<ASDF:CL-SOURCE-FILE "port-sbcl" {117D1B11}> as having
been
successful.
...
Does SBCL lack thread support, as well as unicode? I'd thought
asdf-install would download necessary dependencies, which could address
Unicode... but I don't know about the threads.
I think SBCL-threads are only supported on Linux x86/x86-64:
http://www.sbcl.org/manual/Threading.html
...but I might be wrong about this - I saw some mention of threads on Win32
for example.
--
Lars Rune Nøstdal
http://lars.nostdal.org/
.
- References:
- Hunchentoot in SBCL on Intel OS X
- From: erk
- Hunchentoot in SBCL on Intel OS X
- Prev by Date: Re: Why is Lisp attacked on Reddit almost as often as Republicans?
- Next by Date: Re: Using lisp to generate .net business applications
- Previous by thread: Hunchentoot in SBCL on Intel OS X
- Next by thread: Re: Hunchentoot in SBCL on Intel OS X
- Index(es):
Relevant Pages
|
|