Skip to content

Instantly share code, notes, and snippets.

@arttaylor
Created March 8, 2013 07:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arttaylor/5114786 to your computer and use it in GitHub Desktop.
Save arttaylor/5114786 to your computer and use it in GitHub Desktop.
Homebrew gtk+ error with libffi
./gtk-update-icon-cache --force --ignore-theme-index \
--source builtin_icons stock-icons > gtkbuiltincache.h.tmp && \
mv gtkbuiltincache.h.tmp gtkbuiltincache.h
dyld: Library not loaded: /usr/local/opt/libffi/lib/libffi.6.dylib
Referenced from: /usr/local/lib/libgio-2.0.0.dylib
Reason: image not found
/bin/sh: line 1: 68236 Trace/BPT trap: 5 ./gtk-update-icon-cache --force --ignore-theme-index --source builtin_icons stock-icons > gtkbuiltincache.h.tmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment