discuss-gnustep
[Top][All Lists]
Advanced

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

Re: StepTalk on OS X - disk image


From: Yen-Ju Chen
Subject: Re: StepTalk on OS X - disk image
Date: Mon, 22 May 2006 16:02:48 -0700

On 5/15/06, Stefan Urbanek <stefan@agentfarms.net> wrote:
Hi,

For those who are interested, I have created a disk image of StepTalk binaries
for OS X. More information here:

http://steptalk.blogspot.com/2006/05/finally-talking-on-os-x.html

Download from here:

http://stefan.agentfarms.net/Download/GNUstep/StepTalk/

I tried the disk image on 10.4 and StepTalking doesn't work.
So I try to compile from xcode.
I am not very familiar with xcode, and it complains a missing 10.4 SDK.
I simply remove it from "Get Info" and it compiles.
Both StepTalk.framework and StepTalking compiles fine.
But StepTalking complains the missing Foundation bundle.
And I cannot figure out how to build the Foundation bundle.
So I copy Modules/ and Language/ from disk image
into StepTalk.framework build by myself and it work fine now.
Personally, I prefer to use GNUstep-make, even on mac.
But my GNUstep-make is kind-of messed up.

Yen-Ju


Noteworthy changes in StepTalk are:

* New "document" based application called StepTalking - simple instant-messenger
like interface for talking to objects in StepTalk languages.
* Bundled default bundles (modules and the Smalltalk language) inside the
framework - not polluting Library directory any more with default installation
* Instance variable "Traits" in the Actors (STActor) (like traits in Self, but
does not work for methods at this moment, only for ivars)
* New steptalk resource management - search for bundles and languages in other
bundles or frameworks (STResourceManager)

Possible future by-product that could be included in StepTalk would be actor
builder application (or integration inside StepTalking application) or at least
actor building views to be integrated in other apps.

If someone wants the XCode project, let me know. It currently contains:
StepTalk.framework and bundled Foundation.bundle, ObjectiveC.bundle and the
Smalltalk language.

If you have any issues or questions, just write me.

Enjoy,

Stefan Urbanek
--
http://stefan.agentfarms.net

First they ignore you, then they laugh at you, then they fight you, then
you win.
- Mahatma Gandhi


_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep





reply via email to

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