Custom Query (1030 matches)
Results (862 - 864 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #690 | invalid | CL32-863 will not launch | ||
| Description |
Just downloaded 1.5, and tried to open CL32.app, which was fine in 1.4 The alt console opens with
CL64 works |
|||
| #1182 | fixed | CFFI, Mac OS X, shared libraries, crash | ||
| Description |
$ cat > main.c int a(){return 15;}D $ gcc -dynamiclib -undefined suppress -flat_namespace -fPIC main.c -o libmain.so Can't close shared library. Error is „Error: Shared library not open: "/usr/lib/system/libsystem_c.dylib"“. (ql:quickload :cffi) (let (( lib
; (ccl:close-shared-library (cffi::foreign-library-handle lib) ; :completely nil)
) ; (cffi:foreign-funcall "a" :int) cffi is last, ccl is git trunk (i386, x64), Mac OS X 1.9, sbcl (for example) is working (and really unload, so it is proof of dynamic libraries unloading possibility under Darwin). It's a very important feature for me. Please, fix it :) |
|||
| #440 | worksforme | CCL:REBUILD-CCL fails on OS X due to untranslated and embedded logical pathnames | ||
| Description |
Attempting to regenerate CCL: (ccl:rebuild-ccl :full t) ==> Rebuilding Clozure Common Lisp using Version 1.3-RC1-r11719M (DarwinX8632)
|
|||
