Guest User

Untitled

a guest
May 26th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. You have unbrewed dylibs in /usr/local/lib. These could cause build problems
  2. when building Homebrew formula. If you no longer need them, delete them:
  3.  
  4. /usr/local/lib/libfuse.2.dylib
  5. /usr/local/lib/libfuse_ino64.2.dylib
  6.  
  7. You have a non-brew 'pkg-config' in your PATH:
  8. /usr/local/bin//pkg-config
  9.  
  10. `./configure` may have problems finding brew-installed packages using
  11. this other pkg-config.
  12.  
  13. gettext was detected in your PREFIX.
  14.  
  15. The gettext provided by Homebrew is "keg-only", meaning it does not
  16. get linked into your PREFIX by default.
  17.  
  18. If you `brew link gettext` then a large number of brews that don't
  19. otherwise have a `depends_on 'gettext'` will pick up gettext anyway
  20. during the `./configure` step.
Add Comment
Please, Sign In to add comment