Custom Query (1030 matches)
Results (922 - 924 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1161 | fixed | CCL manual w.r.t. ARMv6 installation: 2.2.4. Rebuilding Clozure CL From Sources | ||
| Description |
The instructions for rebuilding CCL from sources in this chapter section is missing a step or two that is required when one is installing CCL on certain ARM processors (e.g. ARMv6 used in Raspberry Pi). cd lisp-kernel/linuxarm make clean make This is due to differences in the instruction-set on different versions/models of the ARM processor, so some recompilation on the target architecture is necessary. On a broader note, there are incomplete or obsolete instructions for installing CCL on the Raspberry Pi floating around on various forums/blogs. One high-pagerank example is: http://mickcharlesbeaver.blogspot.com/2014/01/clozure-common-lisp-ccl-on-raspberry-pi.html This refers to the released version 1.9, that does not have a build fix that deals with soft v hard floating-point variants. As of this writing, you need to download and build trunk. Otherwise you have to fix/hardwire the build script as RME mentioned in the internal Clozure IRC a few days ago, to deal with floating point issues. The blog entry mentions the make clean && make issue raised in this bug report, but it does not mention that you have to recompile from sources to get a fully functional CCL image. |
|||
| #1165 | fixed | %make-cfurl bug (was: Missing filenames in search files) | ||
| Description |
I'm using OS X 10.9. The new search files seems to work but it doesn't show the pathnames - see attached screenshot. Possibly related, possibly not, I get these warnings when compiling the IDE: ;Compiler warnings for "ccl:cocoa-ide;search-files.lisp.newest" : ; In %TREE-NODE-FOR-GREP-RESULT: Undeclared free variable NAVIGATOR-SEARCH-NODE-DATA (2 references) ; In |-[SearchFilesWindowController awakeFromNib]|: Undeclared free variable GREP-RESULTS-DATA-SOURCE |
|||
| #1166 | fixed | make m-x grep output same as Search Files | ||
| Description |
Currently we have both m-x grep and Search Files menu item. It's fine to have the two ways to request this, but there is no reason why they should present their results in gratuitously different ways. M-x grep should be changed to present the output in a Search Files dialog (i.e. as if the user filled in all the fields in Search files and already hit Search once). |
|||
