Hi--
I'm trying to get hunchentoot running on abcl, but it is balking at cffi. Does Hunchentoot use CFFI even when SSL is disabled? Should CFFI be compiled when :hunchentoot-no-ssl is on features?
CL-USER(4): (asdf:oos 'asdf:load-op 'hunchentoot) ; loading system definition from /home/ocorrait/systems/hunchentoot.asd into #<PACKAGE "ASDF0"> ; registering #<SYSTEM :HUNCHENTOOT {847C91}> as HUNCHENTOOT ; loading system definition from /home/ocorrait/systems/url-rewrite.asd into #<PACKAGE "ASDF0"> ; registering #<SYSTEM :URL-REWRITE {C115}> as URL-REWRITE ; loading system definition from /home/ocorrait/systems/rfc2388.asd into #<PACKAGE "ASDF0"> ; registering #<SYSTEM :RFC2388 {122F17B}> as RFC2388 ; loading system definition from /home/ocorrait/systems/md5.asd into #<PACKAGE "ASDF0"> ; registering #<SYSTEM MD5 {10E6817}> as MD5 ; loading system definition from /home/ocorrait/systems/cl+ssl.asd into #<PACKAGE "ASDF0"> ; registering #<SYSTEM :CL+SSL {C0DC01}> as CL+SSL ; loading system definition from /home/ocorrait/systems/flexi-streams.asd into #<PACKAGE "ASDF0"> ; registering #<SYSTEM :FLEXI-STREAMS {D1FA4}> as FLEXI-STREAMS ; loading system definition from /home/ocorrait/systems/trivial-gray-streams.asd into #<PACKAGE "ASDF0"> ; registering #<SYSTEM :TRIVIAL-GRAY-STREAMS {3F1F39}> as TRIVIAL-GRAY-STREAMS ; loading system definition from /home/ocorrait/systems/cffi.asd into #<PACKAGE "ASDF0"> Error loading /nfs/ck/home/ocorrait/site/cffi_0.9.2/cffi.asd at line 30 (offset 1412) Debugger invoked on condition of type SIMPLE-ERROR: Sorry, this Lisp is not yet supported. Patches welcome! Restarts: 0: TOP-LEVEL Return to top level. [1] ASDF0(5): 0 CL-USER(6): *features* (:ASDF :HUNCHENTOOT-NO-SSL :JAVA-1.4 :ARMEDBEAR :ABCL :COMMON-LISP :ANSI-CL :UNIX :SUNOS)
regards
tiarnĂ¡n
On Wed, 28 Nov 2007 12:35:40 +0000, "Tiarnan O'Corrain" ocorrain@gmail.com wrote:
Does Hunchentoot use CFFI even when SSL is disabled?
No, it shouldn't.
Should CFFI be compiled when :hunchentoot-no-ssl is on features?
Nope.
Maybe ABCL has problems with feature expressions?
Edi.