From bvanevery at gmail.com Fri Apr 8 14:08:11 2011 From: bvanevery at gmail.com (Brandon J. Van Every) Date: Fri, 08 Apr 2011 10:08:11 -0400 Subject: [cells-gtk-devel] quicklisp stack overflow, CCL, Windows Message-ID: <4D9F16CB.2080605@gmail.com> When I try to load the quicklisp cells-gtk package using Clozure CL on Windows Vista, I get the following error: 1 > (ql:quickload "cells-gtk") To load "cells-gtk": Load 1 ASDF system: cells-gtk ; Loading "cells-gtk" ................................................. > Error: Stack overflow on temp stack. > While executing: CCL::VALUES-SPECIFIER-TYPE, in process listener(1). > Type :POP to abort, :R for a list of available restarts. > Type :? for other options. 2 > Cheers, Brandon Van Every From ramarren at gmail.com Fri Apr 8 15:51:19 2011 From: ramarren at gmail.com (Ramarren) Date: Fri, 8 Apr 2011 17:51:19 +0200 Subject: [cells-gtk-devel] quicklisp stack overflow, CCL, Windows In-Reply-To: <4D9F16CB.2080605@gmail.com> References: <4D9F16CB.2080605@gmail.com> Message-ID: On Fri, Apr 8, 2011 at 4:08 PM, Brandon J. Van Every wrote: > When I try to load the quicklisp cells-gtk package using Clozure CL on > Windows Vista, I get the following error: Official version of cells which is in quicklisp doesn't support current CCL. I have just fixed this in my fork: https://github.com/Ramarren/utils-kt https://github.com/ramarren/cells/tree/mergekenny . Also, cells-gtk has not been tested in Windows. There is no reason why it shouldn't work, but some manual adjustment might be necessary. Jakub Higersberger