Comment 7 for bug 1825925

Revision history for this message
Ken Cunningham (kencu) wrote :

One more to fix:

Application Specific Information:
dyld: launch, loading dependent libraries

Dyld Error Message:
  Library not loaded: /usr/local/Cellar/libvorbis/1.3.6/lib/libvorbis.0.dylib
  Referenced from: /private/var/folders/*/Widelands.app/Contents/MacOS/libvorbisfile.3.dylib
  Reason: image not found

running this:

sudo install_name_tool -change /usr/local/Cellar/libvorbis/1.3.6/lib/libvorbis.0.dylib @executable_path/libvorbis.0.dylib libvorbisfile.3.dylib

and it works for me here, with sound!