[Bese-devel] UCW and CLISP

lists at infoway.net lists at infoway.net
Wed Dec 20 04:59:18 UTC 2006


I am still pursuing getting ucw-ajax to work on OS X. So far, I have tried
SBCL, OpenMCL, and ACL. The only one that has worked so far is ACL.
However, I'm not too happy with ACL's fees when I'm just starting to
learn. Additionally, I've sent emails to sales at franz.com and have received
no replies for weeks. Maybe they took an early end-of-year vacation.

Anyway, I'm now trying CLISP. I'm running OS X on Intel Mac. Downloaded
the latest ucw-boxset as of 23:30 on 2006-12-19, and here is what I'm
getting:

~/dev/lisp/ucw-boxset $ clisp  start-ajax.lisp
***
***
***
*** Starting UCW boxset, if something goes wrong try loading it into a
clean lisp (e.g. sbcl --no-sysinit --no-userinit --load start.lisp)
***
***
***

; loading system definition from
/Users/devuser/dev/lisp/ucw-boxset/ucw_ajax/ucw.asd into #<PACKAGE ASDF0>
; registering #<SYSTEM :UCW #x1A980F15> as UCW
; registering #<SYSTEM :UCW.ADMIN #x1A9938F9> as UCW.ADMIN
; registering #<SYSTEM :UCW.EXAMPLES #x1A99FB59> as UCW.EXAMPLES
; registering #<SYSTEM :UCW.HTTPD #x1A9B0BB1> as UCW.HTTPD
; registering #<SYSTEM :UCW.MOD-LISP #x1A9BDA5D> as UCW.MOD-LISP
; registering #<SYSTEM :UCW.ASERVE #x1A9C91C5> as UCW.ASERVE
; registering #<SYSTEM :UCW.ARANEIDA #x1A9780A1> as UCW.ARANEIDA
*** - component :LOCAL-TIME not found, required by #<SYSTEM "ucw" #x1A96BD81>

and dumps me into the shell. When I try running the standard UCW, It goes
much further, but still fails here:

WARNING: The generic function #<STANDARD-GENERIC-FUNCTION PERFORM> is
being modified, but has already been called.
WARNING: The generic function #<STANDARD-GENERIC-FUNCTION
OPERATION-DONE-P> is being modified, but has already been called.
;; Compiling file
/Users/devuser/dev/lisp/ucw-boxset/dependencies/puri-1.5.1/src.lisp ...
;; Wrote file
/Users/devuser/dev/lisp/ucw-boxset/dependencies/puri-1.5.1/src.fas
;; Compiling file
/Users/devuser/dev/lisp/ucw-boxset/dependencies/rfc2388/source/packages.lisp
...
;; Wrote file
/Users/devuser/dev/lisp/ucw-boxset/dependencies/rfc2388/source/packages.fas
;; Compiling file
/Users/devuser/dev/lisp/ucw-boxset/dependencies/rfc2388/source/rfc2388.lisp
...
;; Wrote file
/Users/devuser/dev/lisp/ucw-boxset/dependencies/rfc2388/source/rfc2388.fas
;; Compiling file
/Users/devuser/dev/lisp/ucw-boxset/ucw_dev/src/backend/common.lisp ...
;; Wrote file
/Users/devuser/dev/lisp/ucw-boxset/ucw_dev/src/backend/common.fas
;; Compiling file
/Users/devuser/dev/lisp/ucw-boxset/ucw_dev/src/backend/httpd.lisp ...
;; Wrote file
/Users/devuser/dev/lisp/ucw-boxset/ucw_dev/src/backend/httpd.fas
;; Compiling file
/Users/devuser/dev/lisp/ucw-boxset/ucw_dev/src/backend/multithread-httpd.lisp
...
;; Wrote file
/Users/devuser/dev/lisp/ucw-boxset/ucw_dev/src/backend/multithread-httpd.fas
0 errors, 0 warnings
--TIME MARK 2006-12-19--
23:58 UCW-LOGGER/+INFO+: Registered: #<COOKIE-SESSION-APPLICATION "/"
#x1BEE80E9>
*** - EVAL: variable *L10N-EXAMPLE-APPLICATION* has no value

and then dumps me back at the shell.

Any ideas?




More information about the bese-devel mailing list