[Prev][Next][Index][Thread]

Re: Compiling for SunOs 4.1.3, ACL 4.2



Note that we have been able to reproduce the attached
error by using ACL 4.2 without any patches loaded!
I suggest anyone wanting to use CL-HTTP reliably
on ACL UNIX, needs to get the 4.2 set of patches
installed at their site from www.franz.com.

Olivier

Jong-Won Choi (4052) wrote:
> 
> I'm trying to compile cl-http for SunOs 4.1.3 using ACL 4.2.
> 
> First error occurred like:
>
> [skip, skip,...]
> ...
> ; Compiling   (:INTERNAL (METHOD ACCEPT-INPUT (HIDDEN T)) 0)
> ; While compiling (:TOP-LEVEL-FORM "html2.lisp" 103):
> Error: Can't get template for "INPUT"
>   [condition type: PROGRAM-ERROR]
> 
> 
> How can I fix this problem?(maybe related with accept-input method
> 
> (defmethod accept-input ((hidden hidden) query-name &rest args &key
>                          (stream *output-stream*) &allow-other-keys)
>   (unless (getf args :default)
>     (error "No default value provided for a HIDDEN input type."))
>   (%issue-command ("INPUT" stream)
>     (write-standard-input-type-args
>       (stream query-name hidden args :bind-default t))))
> 
> in html2.lisp file.
> 
> Thanks
> 
> Jong-Won Choi


References: