Re: image not found

2009-12-15 Thread Torsten Curdt
>> But that means the difference should not really matter here then. > > You are correct.  The problem here is not because of using > @executable_path instead of @loader_path.  The problem is because the > binary was moved outside of Contents/MacOS where it belongs. Well, those user will not go in

Re: image not found

2009-12-03 Thread Kyle Sluder
On Thu, Dec 3, 2009 at 11:19 AM, Torsten Curdt wrote: > But that means the difference should not really matter here then. You are correct. The problem here is not because of using @executable_path instead of @loader_path. The problem is because the binary was moved outside of Contents/MacOS whe

Re: image not found

2009-12-03 Thread Torsten Curdt
On Thu, Dec 3, 2009 at 18:15, Nick Zitzmann wrote: > > On Dec 3, 2009, at 3:33 AM, Torsten Curdt wrote: > >> The Sparkle frameworks uses @loader_path while the FeedbackReporter >> uses @executable_path instead. >> >> What's the difference? > > @executable_path is a macro pointing to the path of th

Re: image not found

2009-12-03 Thread Nick Zitzmann
On Dec 3, 2009, at 3:33 AM, Torsten Curdt wrote: > The Sparkle frameworks uses @loader_path while the FeedbackReporter > uses @executable_path instead. > > What's the difference? @executable_path is a macro pointing to the path of the executable binary, and nothing else. @loader_path is a macr

Re: image not found

2009-12-03 Thread Torsten Curdt
Hm... The Sparkle frameworks uses @loader_path while the FeedbackReporter uses @executable_path instead. What's the difference? Reading http://developer.apple.com/mac/library/documentation/Darwin/Reference/ManPages/man1/dyld.1.html it looks like FeedbackReporter should also use @loader_path but

Re: image not found

2009-12-02 Thread Greg Parker
On Dec 2, 2009, at 5:46 PM, Torsten Curdt wrote: > On Thu, Dec 3, 2009 at 00:32, Kyle Sluder wrote: >> On Wed, Dec 2, 2009 at 2:26 PM, Torsten Curdt wrote: >>> Referenced from: /Users/someuser/Desktop/uif2iso4mac_1.4.0/./uif2iso4mac >> >> This is what's going wrong. uif2iso4mac should be locat

Re: image not found

2009-12-02 Thread Torsten Curdt
On Thu, Dec 3, 2009 at 00:32, Kyle Sluder wrote: > On Wed, Dec 2, 2009 at 2:26 PM, Torsten Curdt wrote: >>  Referenced from: /Users/someuser/Desktop/uif2iso4mac_1.4.0/./uif2iso4mac > > This is what's going wrong.  uif2iso4mac should be located in > Contents/MacOS.  Moving it out of there is going

Re: image not found

2009-12-02 Thread Kyle Sluder
On Wed, Dec 2, 2009 at 2:26 PM, Torsten Curdt wrote: >  Referenced from: /Users/someuser/Desktop/uif2iso4mac_1.4.0/./uif2iso4mac This is what's going wrong. uif2iso4mac should be located in Contents/MacOS. Moving it out of there is going to cause @loader_path to resolve to /Users/someuser/Deskt