Re: getting Saturn to walk
Re: getting Saturn to walk
- Subject: Re: getting Saturn to walk
- From: Andrew Pinski <email@hidden>
- Date: Mon, 3 Nov 2003 08:33:30 -0800
On Nov 3, 2003, at 02:04, Reni van Amerongen wrote:
Hi Xmen
I would like to work with Saturn, but have some trouble.
Ok, I did find out where to put the linker setting, I hope.
...
Did put in the 'other linker' flags from my new build style
finstrument-functions.
Insert libSaturn.dylib into the project. (*)
Add initSaturn("/Volumes/UsersDisk/RvA/Development/",1,0,4,0); I got
a quicksilver G4
and startSaturn() in awakeFromNib and a little bit later stopSaturn();
The only thing that I get back is a Saturn text file with "SATURN_BE:
endThreadCalltreeAndIcicles: value is NULL."
Some one an Idea to get this walking.
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).
Thanks,
Andrew Pinski
_______________________________________________
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.