Re: getting Saturn to walk
Re: getting Saturn to walk
- Subject: Re: getting Saturn to walk
- From: Thomas Dibble <email@hidden>
- Date: Mon, 3 Nov 2003 12:57:13 -0800
Can't help with Saturn-specific stuff, but ...
On Nov 3, 2003, at 9:32 AM, Reni van Amerongen wrote:
> Op 3-nov-03 om 17:33 heeft Andrew Pinski het volgende geschreven:
>
>> What this means is that the real part of Saturn did not get
>> initialized, as Saturn
>> is lazy initialized when it comes to storing data. One thing is that
>> you forgot to
>> put -finstrument-functions flag into the OTHER_CFLAGS (I do not know
>> what the
>> variable is called in XCODE though).
>
> I see only one Other_flags and thats about linking. I will search
> further
>
You need to add the setting.
Highlight the "Current Settings" line in the drawer (fly-out pane) of
the Target::GetInfo window. Down at the bottom of the window is a
little "+" button. Click it. Type "OTHER_CFLAGS" in the left column
and your value into the right column. You should include the previous
value like so:
Current Settings | Value
OTHER_CFLAGS | $(value) -finstrument-functions
I don't think there is anything in that setting by default, but you
should have the "$(value)" in there just for safety's sake.
---- Tom Dibble
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.