Show whole topic Dec 21, 2012 12:38 am
Toranaga Offline
Developer
Registered since: Dec 28, 2005
Location: Hamburg


Subject: Re: Offer: I build maxr on Mac OS X
I think it has something to do with what can be fixed with the tools otool and install_name_tool
I remember I had to do it when I started with maxr, but I forgot, what I did. You somehow have to change I think the @executable_path of the sdl frameworks. You can do a
otool -L pathToSDLBinary
and see what it says. Then you could compare to the stuff that is printed when you do the same with the libraries I modified and that are part of the maxr.app I built. Sorry to be so vague. But it should point you to the right direction.
If you find out, how to do it, then please write it here, so that I know it then, too No comment
Paul Grathwohl (pagra)