igot2gpx doesn't work on snow leopard

Bug #499470 reported by Steven Ottens
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
igotu2gpx
New
Undecided
Unassigned

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

Revision history for this message
Michael Hofmann (mh21) wrote : Re: [Igotu2gpx] [Bug 499470] [NEW] igot2gpx doesn't work on snow leopard

Hi Steven,

thanks for your bug report.

Can you post the directory contents in /Applications/igotu2gpx.app (ls
-lR /Applications/igotu2gpx.app)? There should be a file
libigotu.1.dylib in /Applications/igotu2gpx.app/Contents/FrameWorks.

I am at the moment far away from any Mac OS X system, so I can't
really debug it until January.

Michael

Revision history for this message
Halkola (halkola) wrote :

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

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.