chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] objc/cocoa and deploying


From: felix winkelmann
Subject: Re: [Chicken-users] objc/cocoa and deploying
Date: Tue, 21 Mar 2006 18:16:06 +0100

Hi!

I finally found some time for putting an example together. It's rather
raw, but builds a fully self-contained chicken/objc/cocoa app.
You can find it here:

http://www.call-with-current-continuation.org/tempapp.dmg

The sources for objc are included (cd to "Temperature Converter/Contents/MacOS"
and run make. The makefile does basically what objc.setup does, but compiles
each (usually dynamically loaded) module with -E, which will result in the
proper steps to compile it as a normal, statically linked "unit". Finallly you
link the executable by hand, passing the full paths to llibchicken.a
and libfffi.a
(see LIBPPATH in Makefile, in case you have installed those libs somewhere
else).

I would be grateful, if someone could acknowledge that the built
executable in the disk-image runs on a system that has no chicken
installed.


cheers,
felix




reply via email to

[Prev in Thread] Current Thread [Next in Thread]