Custom Query (1030 matches)
Results (283 - 285 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1117 | invalid | Missing external-process-wait on Windows | ||
| Description |
The function
Looking at the source for (in-package :ccl)
(defun external-process-wait (proc)
(when (external-process-pid proc))
(with-interrupts-enabled
(wait-on-semaphore (external-process-completed proc)))))))
|
|||
| #1119 | fixed | (rebuild-ccl :update t :full t) does not work in Mavericks | ||
| Description |
Installed Mavericks, also XCODE 5.0.1 including command line tools. Welcome to Clozure Common Lisp Version 1.9-r15881M (DarwinX8664)! ? (rebuild-ccl :update t :full t) ;Running 'svn update'. ;'svn update' complete. > Error: Running "svn update" produced exit status :EXITED, code 1. > While executing: UPDATE-CCL, in process Listener(6). |
|||
| #1120 | fixed | cffi problem (cl-opengl) | ||
| Description |
I ran into weird problem with cl-opengl and ccl. Looks like code is generated incorrectly for callbacks and program crashes. Reproduces on Linux and Windows 64bit. Current trunk 1.10-dev-r15968M-trunk LinuxX8664 and 1.9 release. Up to date cffi_0.11.2, cl-opengl-20131003 from quicklisp. Attached simple reduced test. |
|||
Note:
See TracQuery
for help on using queries.
