Hans,
The Hunchentoot development version compiles fine in SBCL 1.0.18 (Linux 64 bits) using all libraries in the ediware tree.
SBCL 1.0.18 was compiled from the source using SBCL 1.0.12.
I do this by removing all *.fasl in the libraries. then enter
(require :hunchentoot)
But
(defvar *server* (hunchentoot:start-server :port 8080))
does not return. It hangs REPL. But it is running.
http://localhost:8080/ returns the default hunchentoot page.
The same holds true for SBCL 1.0.17 (binary download).
But SBCL 1.0.12 compiles and runs right, start-server does return and my code runs fine.
Thanks
Andy
Andrew,
could you check whether you have the same problem when you're using
the Hunchentoot development version? It is currently only available
through Subversion by checking out http://bknr.net/svn/ediware - If
that does not work, too, please send a complete error message of the
compilation.
Thanks,
Hans
2008/7/8 Andrew Peterson <andy.arvid@gmail.com>:
> _______________________________________________> Today, I upgraded to SBCL 1.0.18 and Hunchentoot 0.15.7 from SBCL 1.0.12 and
> Hunchentoot 0.15.2.
>
> Unfortunately, when SBCL compiles I got this error:
> erred while invoking #<COMPILE-OP NIL {1002F3BE11}> on
> #<CL-SOURCE-FILE "port-sbcl" {10031BF5B1}>
> [Condition of type ASDF:COMPILE-FAILED]
>
> I also got this error when I returned to Hunchentoot 0.15.2.
>
> I returned to SBCL 1.0.12 and Hunchentoot works in both versions (0.15.2 and
> 0.15.7)
>
> andy peterson.
>
>
>
> tbnl-devel site list
> tbnl-devel@common-lisp.net
> http://common-lisp.net/mailman/listinfo/tbnl-devel
>
_______________________________________________
tbnl-devel site list
tbnl-devel@common-lisp.net
http://common-lisp.net/mailman/listinfo/tbnl-devel