Custom Query (1030 matches)
Results (424 - 426 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #628 | duplicate | Missing function on Windows CCL | ||
| Description |
Hello, Is there a reason that the functions map-file-to-octet-vector and unmap-octet-vector are defined in the Linux version of CCL 1.3 but not the Windows version? The fact that it's missing is causing our cross-platform application (the ACL2 regression suite) to break. We have a work around, but I'm reporting in case its missing was an oversight. Thanks, David |
|||
| #920 | fixed | Missing math library -- Ubuntu 11.10 | ||
| Description |
I have a shiny new Linux box running Ubuntu 11.10. On installing CCL, everything appears OK when I do the rebuild-ccl step. However, in the resulting Lisp image, all math functions (i.e. log and trig functions) are no longer available: all attempts to use such give a "Can't resolve foreign symbol" error. I've discovered that a 'workaround' is to manually load libm using open-shared-library; the load is remembered through invocations of save-application. However, I'm pretty sure this shouldn't be necessary. I've found that this behaviour occurs with the latest versions of both CCL 1.6 and 1.7. |
|||
| #1381 | fixed | Misspelling of COMPLEX back in the codebase | ||
| Description |
Codebase has GET-COMPLES-{SINGLE, DOUBLE}-FLOAT again, as in http://trac.clozure.com/ccl/ticket/1270 $ grep -R "comples" * compiler/X86/x862.lisp: (! get-comples-single-float reg result-reg) compiler/X86/x862.lisp: (! get-comples-double-float reg result-reg) Causing Unknown vinsn: CCL::GET-COMPLES-DOUBLE-FLOAT
Backtrace:
etc etc |
|||
