From athas at sigkill.dk Sun Feb 5 13:57:06 2006 From: athas at sigkill.dk (Troels Henriksen) Date: Sun, 05 Feb 2006 14:57:06 +0100 Subject: [clim-desktop-devel] Swine bugfix and package changes (patch) Message-ID: <87bqxlc3il.fsf@sigkill.dk> I'm about to commit some changes to Climacs that will break compatibility with Swine (package changes). Attached to this post is a patch to swine-cmds.lisp that will make Swine work again. Also, the patch fixes a bug related to lookup of argument lists, where an error would be signalled if the given symbol was in an invalid package. -------------- next part -------------- A non-text attachment was scrubbed... Name: swine-cmds.lisp.patch Type: text/x-patch Size: 18621 bytes Desc: not available URL: -------------- next part -------------- -- \ Troels "Athas" Henriksen /\ sigkill.dk/blog (Danish) From amoroso at mclink.it Mon Feb 20 14:08:59 2006 From: amoroso at mclink.it (Paolo Amoroso) Date: Mon, 20 Feb 2006 15:08:59 +0100 Subject: [clim-desktop-devel] Building Clim-Desktop with CMUCL under Linux Message-ID: <871wxyp1fo.fsf@plato.moon.paoloamoroso.it> I have successfully built and run Clim-Desktop under Linux with a recent CMUCL version (Snapshot 2005-11 (19C)), and McCLIM CVS sources updated a few days ago, with the following changes: - Be sure to get recent CVS sources of the packages on which Clim-Desktop depends, particularly cl-irc whose ASDF-INSTALLable package is not up to date. - In file receivers.lisp of beirc, add 2 missing closing parentheses at the end of the definition of function initialize-receiver-with-pane. - In file debugger.lisp of Clim-Desktop, set in the load form the path for loading McCLIM's debugger on your system. Also, change #+cmucl to #+cmu. - In file misc.lisp of Clim-Desktop, set *hyperspec-base-url* to the path of the HyperSpec on your system. - In file test.lisp of Clim-Desktop, change all unqualified calls to set-key to esa:set-key. - Finally, in climacs.lisp change the #+cmucl conditionalization to #+cmu. Note that I have tested Clim-Desktop only lightly, and that the latest head McCLIM CVS sources are known to be broken with CMUCL. Paolo -- Lisp Propulsion Laboratory log - http://www.paoloamoroso.it/log From amoroso at mclink.it Mon Feb 20 17:12:02 2006 From: amoroso at mclink.it (Paolo Amoroso) Date: Mon, 20 Feb 2006 18:12:02 +0100 Subject: [clim-desktop-devel] Building Clim-Desktop with CMUCL under Linux In-Reply-To: <871wxyp1fo.fsf@plato.moon.paoloamoroso.it> (Paolo Amoroso's message of "Mon, 20 Feb 2006 15:08:59 +0100") References: <871wxyp1fo.fsf@plato.moon.paoloamoroso.it> Message-ID: <87oe12j6ot.fsf@plato.moon.paoloamoroso.it> Paolo Amoroso writes: > - In file receivers.lisp of beirc, add 2 missing closing parentheses > at the end of the definition of function > initialize-receiver-with-pane. I have been said by the beirc author that this will be fixed soon in the CVS sources. Paolo -- Lisp Propulsion Laboratory log - http://www.paoloamoroso.it/log