Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (916 - 918 of 1030)

Ticket Resolution Summary Owner Reporter
#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).
#1243 notabug rebuild failure on Yosemite Martin Brooks
Description

MacBook Pro (early 2011) Yosemite Xcode 6.1 currently running Lisp Version 1.10-r16196 (DarwinX8664) Here is the essence of what happens:

? (rebuild-ccl :full t)

... ;Wrote bootstrapping image: #P"/Users/brooks/lisp/ccl-1.10/x86-boot64.image" ;Building lisp-kernel ...

Error: Error(s) during kernel compilation.

gm4 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -I../ ../x86-spjump64.s | as -arch x86_64 -g -o x86-spjump64.o gm4 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -I../ ../x86-spentry64.s | as -arch x86_64 -g -o x86-spentry64.o gm4 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -I../ ../x86-subprims64.s | as -arch x86_64 -g -o x86-subprims64.o gm4 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -I../ ../imports.s | as -arch x86_64 -g -o imports.o cc -include ../platform-darwinx8664.h -c ../pmcl-kernel.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="16302" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \

-g -O -Wno-format \

-I. -mmacosx-version-min=10.6 -isysroot / -o pmcl-kernel.o

In file included from <built-in>:170: In file included from <command line>:8: ../platform-darwinx8664.h:24:10: fatal error: 'sys/signal.h' file not found #include <sys/signal.h>

#1333 fixed stack overflow when inspecting circular data with Mac IDE Martin Brooks
Description

Hello CCL

First I want to thank you for your excellent Lisp. This ticket applies to the Mac IDE for 1.11-r16651 (DarwinX8664).

Having looked at the code for printing, I realize that there are some structural issues that make it more difficult to detect circularity when inspecting. However:

Inspecting a circular list works fine, but if the circles are within structs, CLOS objects, etc., then the inspector generates a stack overflow, and no recovery is possible.

I know you are busy, and perhaps the Mac IDE is not a priority. I have seen that there are efforts underway to build an IDE from Atom. I understand this.

So, if you plan to fix this inspection crash problem for the Mac IDE, I will be glad to wait. But if you are not planning to fix it, then please let me know {brooks.martin@ sympatico.ca} and I will become very motivated to find another way to work with CCL.

thanks, Martin

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