Custom Query (1030 matches)
Results (586 - 588 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #516 | fixed | send/stret macro produces Error: unknown arg spec :REGISTERS | ||
| Description |
With e bound to e.g. an event object, I get the following error:
? (ccl::slet ((l (send e 'location-In-Window))))
;Compiler warnings :
; In an anonymous lambda form: Undeclared free variable E
> Error: unknown arg spec :REGISTERS
> While executing: %FF-CALL, in process Listener(7).
The form eventually macroexpands (through an amazingly byzantine process) into something containing:
(%FF-CALL (%REFERENCE-EXTERNAL-ENTRY-POINT
(LOAD-TIME-VALUE (EXTERNAL "_objc_msgSend")))
:REGISTERS
#:G37
:ADDRESS
E
:ADDRESS
(OBJC:@SELECTOR "locationInWindow")
:VOID)
which %FF-CALL doesn't seem to know what to do with.
|
|||
| #517 | fixed | error in CCL-DIRECTORY or USER-HOMEDIR-PATHNAME | ||
| Description |
First of all, there is a thread on lispforum about CCL CGI woes: http://www.lispforum.com/viewtopic.php?f=2&t=342 Not quite related, but in the same vein, when Clozure CL CGI is executed under certain configurations of IIS on Windows, it dies with the following error: Error: value NIL is not of the expected type (OR STRING PATHNAME STREAM). > While executing: PATHNAME-DIRECTORY, in process Initial(0). > Type :GO to continue, :POP to abort, :R for a list of available restarts. > If continued: Skip (possibly crucial) startup function CCL::INIT-LOGICAL-DIRECTORIES. > Type :? for other options. 1 > > Error: Unbound variable: -----------------------------7D9140680DE0 > While executing: CCL::TOPLEVEL-EVAL, in process Initial(0). > Type :GO to continue, :POP to abort, :R for a list of available restarts. > If continued: Retry getting the value of -----------------------------7D9140680DE0. > Type :? for other options. 2 > > Error: Unbound variable: ------7D9140680DE0 > While executing: CCL::TOPLEVEL-EVAL, in process Initial(0). > Type :GO to continue, :POP to abort, :R for a list of available restarts. > If continued: Retry getting the value of ------7D9140680DE0. > Type :? for other options. 3 > > Error: Reader error on #, within "position: form-data;": > Reference to unknown package "TENT-DISPOSITION". > While executing: CCL::SIGNAL-READER-ERROR, in process Initial(0). > Type :POP to abort, :R for a list of available restarts. > Type :? for other options. 4 > > Error: Unbound variable: FORM-DATA > While executing: CCL::TOPLEVEL-EVAL, in process Initial(0). > Type :GO to continue, :POP to abort, :R for a list of available restarts. > If continued: Retry getting the value of FORM-DATA. > Type :? for other options. 5 > "thefile" 5 > > Error: Reader error on #, within "ent-Type: image/pjpe": > Reference to unknown package "CONTENT-TYPE". > While executing: CCL::SIGNAL-READER-ERROR, in process Initial(0). > Type :POP to abort, :R for a list of available restarts. > Type :? for other options. 6 > > Error: Unbound variable: JFIF > While executing: CCL::TOPLEVEL-EVAL, in process Initial(0). Commenting the contents of INIT-LOGICAL-DIRECTORIES out solves the problem. |
|||
| #519 | fixed | make-socket on Windows does not work for UDP sockets | ||
| Description |
With the trunk version of CCL on Windows Vista, (make-socket :type :datagram :remote-host "10.0.0.2" :remote-port 6038) fails in setsockopt because the "linger" option is not supported. I am attaching a patch that works for me. |
|||
