From bryan-lisp at lunch.org Mon Oct 3 17:49:15 2005 From: bryan-lisp at lunch.org (bryan d. o'connor) Date: Mon, 3 Oct 2005 10:49:15 -0700 Subject: [cl-gd-devel] cl-gd on mac os x Message-ID: since i was unable to get cl-gd to work on mac os x with openmcl 1.0-rc1 or sbcl 0.9.5 and uffi-1.5.4, i decided to try it out with cffi-uffi-compat (cffi-luis branch). there were a few bugs exposed in cffi-uffi-compat, but Luis has been very quick to fix them. with the latest version, cl-gd now runs fine. only one test (test-017) fails, but the output visually appears similar. included below is a patch. it adds/changes: - how to compile the dylib for mac os x to docs and Makefile - adds .dylib to *shared-library-types* - changes the .asd file to use cffi-uffi-compat for openmcl. i didn't change it to use cffi-uffi-compat for sbcl since sbcl on x86 users might prefer uffi. something detailing this should probably be added to the docs. thanks, ...bryan From bryan-lisp at lunch.org Mon Oct 3 18:05:19 2005 From: bryan-lisp at lunch.org (bryan d. o'connor) Date: Mon, 3 Oct 2005 11:05:19 -0700 Subject: [cl-gd-devel] cl-gd on mac os x In-Reply-To: References: Message-ID: <7DA3C6D9-B0AD-402C-8A24-4E67935F4533@lunch.org> > included below is a patch. i guess attaching the patch would be helpful.. ...bryan -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: patch.txt URL: -------------- next part -------------- From edi at agharta.de Tue Oct 4 08:48:38 2005 From: edi at agharta.de (Edi Weitz) Date: Tue, 04 Oct 2005 10:48:38 +0200 Subject: [cl-gd-devel] New release 0.5.1 (Was: cl-gd on mac os x) In-Reply-To: (bryan d. o'connor's message of "Mon, 3 Oct 2005 10:49:15 -0700") References: Message-ID: On Mon, 3 Oct 2005 10:49:15 -0700, "bryan d. o'connor" wrote: > included below is a patch. it adds/changes: > - how to compile the dylib for mac os x to docs and Makefile > - adds .dylib to *shared-library-types* > - changes the .asd file to use cffi-uffi-compat for openmcl. Thanks Bryan! Here's the new release. ChangeLog: Version 0.5.1 2005-10-04 Support for OpenMCL via CFFI (thanks to Bryan O'Connor) Download: Cheers, Edi.