← Back to team overview

igotu2gpx team mailing list archive

[Bug 499470] Re: igot2gpx doesn't work on snow leopard

 

This appears if the system folder is formatted case sensitive. By moving /Applications/igotu2gpx.app/Contents/Frameworks/ to /Applications/igotu2gpx.app/Contents/FrameWorks/ (i.e. Frameworks -> FrameWorks) you can download the tracks. Unfortunately some paths related to marble are looked for in Frameworks so the mapping wont work. I solved this by running 
on the terminal in /Applications/igotu2gpx.app/

find . -type f -exec perl -p -i -e 's/FrameWorks/Frameworks/g' {} \;

That will replace in all files FrameWorks with Frameworks and igotugui
works fine again.

Aleksi

-- 
igot2gpx doesn't work on snow leopard
https://bugs.launchpad.net/bugs/499470
You received this bug notification because you are a member of
MobileAction i-gotU USB GPS travel logger Mac/Linux developers, which is
subscribed to igotu2gpx.

Status in MobileAction i-gotU USB GPS travel logger Mac/Linux support: New

Bug description:
I downloaded igot2gpx 0.3.0 and tried to run it under Snow Leopard. It crashes with the error:

./igotugui 
dyld: Library not loaded: @executable_path/../FrameWorks/libigotu.1.dylib
  Referenced from: /Applications/igotu2gpx.app/Contents/MacOS/./igotugui
  Reason: image not found
Trace/BPT trap

It does the same when I try to run igotu2gpx -v info and also with older versions of igotu2gpx





References