Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (916 - 918 of 1030)

Ticket Resolution Summary Owner Reporter
#1117 invalid Missing external-process-wait on Windows Francois-Rene Rideau
Description

The function ccl::external-process-wait is missing on #+windows-target.

Looking at the source for run-program, it looks like this might work:

(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 Martin Brooks
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) Ilya Vazhev
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.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.