Saturn or/and linking Lib

rvamerongen

Registered
Hi

Any help is welcome!

I would like to work with Saturn, but have some trouble. ( see CHUD Saturn tools )
Did create a new build style and copy everything.
Did put in the 'other linker' flags from my new build style -finstrument-functions as written in the help pdf from saturn ( click on help ).
Insert libSaturn.dylib into the project. (*)
Do I have to set some compiler linker flags for this and if yes where?

Add
initSaturn("/Volumes/UsersDisk/RvA/Development/",1,0,4,0);
and startSaturn() in awakeFromNib
and a little bit further stopSaturn(); into my code

The only thing that I get back is a Saturn text file with "SATURN_BE: endThreadCalltreeAndIcicles: value is NULL."
Some one an Idea?

(*)How can I set a buildstyle in a way that only this style is using a xtr needed dylib?
Or do I have to make an extra Target?

Any pointers? Do I overlook something?

thank you

Rene
 
Back
Top