

=> Verifying SHA-256 checksum for Cask 'inkscape'.

=> Package installers may write to any location options such as -appdir are ignored.

=> Running installer for xquartz your password may be necessary. => Purging files for version 2.7.11 of Cask xquartz => Verifying SHA-256 checksum for Cask 'xquartz'. Then after reinstalling it still does not open, the icon pops up then goes away.goneĪlready downloaded: /Users/bmorrison/Library/Caches/Homebrew/downloads/91b9d0c82398ac57be33a52922d5ed21ddf4b747516e70738f5ec6a2a9944d0c-XQuartz-2.7.11.dmg Inkscape: "cxx11" is not a recognized standardĮrror: Cannot tap caskformula/caskformula: invalid syntax in tap! I have now made this script public on github.Error: Invalid formula: /usr/local/Homebrew/Library/Taps/caskformula/homebrew-caskformula/Formula/inkscape.rb It will package up all libraries from /usr/local or /opt/local into the app bundle and fix references to those libraries to use This means you can easily install third-party library using Homebrew and package them just as easily. opt/local/lib/libboost_something.dylib (compatibility version 0.7.0, current version 0.7.0)ĮDIT A while back I wrote a python script ( copy_dylibs.py) to work out all this stuff automatically when building an app. usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 169.3.0)Īnd for each libboost_xxx.dylib, do: $ install_name_tool -change /opt/local/lib/libboost_something.dylib exefileĪnd finally verify using otool again: $ otool -L exefile usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 65.1.0) Find all the boost libraries (where exefile is the name of your executable): $ otool -L (compatibility version 0.7.0, current version 0.7.0)
