[Openmcl-devel] Setting a toplevel function for build-application
Paul Onions
ponions37 at gmail.com
Tue Sep 17 14:20:25 PDT 2013
Hi All,
I have a small standalone application that I've written that works on
OSX 10.5 PPC (using CCL 1.6) and also on OSX 10.8 Intel (using CCL
1.9). It's published at
http://bitbucket.org/cloudycat/hoppi/
and while the application itself is probably of very little interest
to this list, I think maybe the toplevel code might be useful. Look
in hoppi-app.lisp for HOPPI-APPLICATION and HOPPI-APPLICATION-DELEGATE
classes, and then in build-app.lisp for a function to build a
standalone application.
One word of warning though, I was learning about Cocoa when I was
writing this so it's all a bit ugly and needs to be tidied up and
properly organised.
Why didn't I use Paul Krueger's framework? Because I started this
before he released his latest framework, and I wanted to support PPC
anyway.
Hope this helps,
Paul Onions
On 17 Sep 2013, at 19:54, Ron Garret wrote:
> I'm still running 10.6. And AgentSheets existed before 10.7 was
> released, so it must be possible to do it in 10.6.
>
> On Sep 17, 2013, at 11:44 AM, Paul Krueger wrote:
>
>> On Sep 17, 2013, at 1:25 PM, Ron Garret <ron at flownet.com> wrote:
>>
>>> Surely Alex is not the only person on the planet -- or even on
>>> this list -- who has figured out how to build a standalone Mac
>>> application on CCL?
>>
>> I spent several months creating a whole suite of software tools and
>> an interface to make it easy for people to build standalone CCL/
>> Cocoa apps. It does depend on having OSX 10.7 or higher and CCL 1.9
>> or higher, but if you can live with that I'd suggest you work
>> through my developer tools tutorial and you should be able to do
>> what you want to do.
>>
>> Good luck!
>>
>
> _______________________________________________
> Openmcl-devel mailing list
> Openmcl-devel at clozure.com
> http://clozure.com/mailman/listinfo/openmcl-devel
More information about the Openmcl-devel
mailing list