From dlo_lorrain at yahoo.fr Tue Mar 5 08:05:31 2019 From: dlo_lorrain at yahoo.fr (Denis Lorrain) Date: Tue, 5 Mar 2019 16:05:31 +0000 (UTC) Subject: [Openmcl-devel] ccl and macOS Mojave References: <873789383.15329563.1551801931226.ref@mail.yahoo.com> Message-ID: <873789383.15329563.1551801931226@mail.yahoo.com> I'm a basic user of CCL Version 1.11-store-r16714 (DarwinX8664) ? downloaded from Mac App Store, and 100% satisfied with the environment. I've read contributions on this mailing list since Sept. 2018 (special thanks to R. Matthew Emerson) about a coming macOS Mojave 10.14 compatible version, but nothing after last Jan. 2nd. The App Store still offers only version 1.11. I am aware this may not be an very high priority issue, but is a solution in sight? DLO -------------- next part -------------- An HTML attachment was scrubbed... URL: From Karsten.Poeck at gmail.com Tue Mar 5 12:15:33 2019 From: Karsten.Poeck at gmail.com (Karsten Poeck) Date: Tue, 5 Mar 2019 21:15:33 +0100 Subject: [Openmcl-devel] ccl and macOS Mojave In-Reply-To: <873789383.15329563.1551801931226@mail.yahoo.com> References: <873789383.15329563.1551801931226.ref@mail.yahoo.com> <873789383.15329563.1551801931226@mail.yahoo.com> Message-ID: On 05.03.19 17:05, Denis Lorrain wrote: > I'm a basic user of CCL Version 1.11-store-r16714 (DarwinX8664) ? > downloaded from Mac App Store, and 100% satisfied with the environment. > > I've read contributions on this mailing list since Sept. 2018 (special > thanks to R. Matthew Emerson) about a coming macOS Mojave 10.14 > compatible version, but nothing after last Jan. 2nd. The App Store still > offers only version 1.11. The version from github (https://github.com/Clozure/ccl) runs on Mojave. The README.md explains how to install it. If this is a possibility, please try. Should the instructions no be clear I am sure we can help. regards Karsten From mjp32 at comcast.net Tue Mar 5 12:23:23 2019 From: mjp32 at comcast.net (Myra Jean Prelle) Date: Tue, 5 Mar 2019 15:23:23 -0500 Subject: [Openmcl-devel] ccl and macOS Mojave In-Reply-To: References: <873789383.15329563.1551801931226.ref@mail.yahoo.com> <873789383.15329563.1551801931226@mail.yahoo.com> Message-ID: <82E09187-EAE8-4847-A871-343FC53B3FFD@comcast.net> Matthew Emerson told me to do the following, and now I have a double-clickable app. > You can download a snapshot of the in-development CCL 1.12 from https://github.com/Clozure/ccl/releases/tag/v1.12-dev.4 > > When you have followed those instructions, start up the lisp from the command-line (via ./dx86cl64 -n) and evaluate (require 'cocoa-application) to build a double-clickable app (it will be named Clozure CL64.app). > On Mar 5, 2019, at 3:15 PM, Karsten Poeck wrote: > > On 05.03.19 17:05, Denis Lorrain wrote: >> I'm a basic user of CCL Version 1.11-store-r16714 (DarwinX8664) ? downloaded from Mac App Store, and 100% satisfied with the environment. >> I've read contributions on this mailing list since Sept. 2018 (special thanks to R. Matthew Emerson) about a coming macOS Mojave 10.14 compatible version, but nothing after last Jan. 2nd. The App Store still offers only version 1.11. > > The version from github (https://github.com/Clozure/ccl) runs on Mojave. > The README.md explains how to install it. > > If this is a possibility, please try. Should the instructions no be clear I am sure we can help. > > regards > > Karsten > > _______________________________________________ > Openmcl-devel mailing list > Openmcl-devel at clozure.com > https://lists.clozure.com/mailman/listinfo/openmcl-devel -------------- next part -------------- An HTML attachment was scrubbed... URL: From rpgoldman at sift.info Wed Mar 27 09:49:02 2019 From: rpgoldman at sift.info (Robert Goldman) Date: Wed, 27 Mar 2019 11:49:02 -0500 Subject: [Openmcl-devel] ASDF 3.3.3 is Released Message-ID: In honor of the impending 2019 European Lisp Symposium, today we release ASDF 3.3.3, the third bugfix release for the 3.3 release series. We urge implementations that are currently bundling previous versions of ASDF -- and especially those bundling 3.3.0 or 3.3.1 -- to upgrade to 3.3.3 at their earliest convenience. Immense thanks, as always, to Far? Rideau. Also thanks to the many bug reporters and patch submitters including (alphabetically): * Marius Gerbershagen * Hugo Ishimaru * Attila Lendvai * Jan Moringen * P. Neidhardt * Fran?ois-Ren? Rideau * Eric Timmons * Didier Verna * "privet-kitty" The Changelog: ``` Bug fix release: * Dependency tracking: fix bugs in handling misnamed secondary systems. We now distinguish between "syntactic" and "semantic" primariness, properly warn in case a secondary system is misnamed, yet properly recompile or avoid spurious recompilation depending on whether there or not is a conflict or redefinition. Similarly handle package-inferred-system (thanks to Eric Timmons). Better warning in a fishy case of compute-action-stamp. * UIOP: Fix loading, allow the user to specify UIOP location from which to load. * SBCL compatibility: Fix issue with deferred warnings on SBCL. * Allegro compatibility: Fix issue detecting "modern" lisp. * Genera compatibility: Fix minor issues. Not fully tested. * ECL compatibility: Bundling fixes. * Fiveam-ASDF: Added to contrib/ example system for integrating FiveAM tests with ASDF's test-op. * Miscellaneous fixes: Avoid an infinite loop parsing :perform options, quash warnings for known bad system names that won't be fixed. * Documentation: Multiple user-contributed documentation fixes. * Tests: Miscellaneous improvements. -- Francois-Rene Rideau Wed, 27 Mar 2019 17:33:42 -0400 ``` -------------- next part -------------- An HTML attachment was scrubbed... URL: From cstacy at dtpq.com Sun Mar 31 17:46:40 2019 From: cstacy at dtpq.com (Christopher Stacy) Date: Sun, 31 Mar 2019 20:46:40 -0400 Subject: [Openmcl-devel] command-line invocation on Mac Message-ID: <0c48bac4-d397-83f1-b81a-c814df484e2c@dtpq.com> I have installed the app (from the App Store) and it works. However, I would like to also use it from Slime/Emacs. I have the ccl64 script, but am not sure where to point it. ~$ l /usr/local/clozure/ ??? app_contents@ -> /Applications/Clozure CL.app/Contents/MacOS/ $ export CCL_DEFAULT_DIRECTORY=/usr/local/clozure/app_contents/ $ ccl64 > Error: problems loading bundle: can't determine class name > While executing: GUI::INIT-COCOA-IDE, in process Initial(0). > Type :POP to abort, :R for a list of available restarts. > Type :? for other options. -------------- next part -------------- An HTML attachment was scrubbed... URL: