Yansky

Untitled

May 18th, 2011
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.32 KB | None | 0 0
  1. Last login: Thu May 19 03:54:50 on ttys000
  2. Yanskys-MacBook-Pro:~ yansky$ brew doctor
  3. We couldn't detect gcc 4.0.x. Some formulae require this compiler.
  4.  
  5. /usr/bin is in your PATH before Homebrew's bin. This means that system-
  6. provided programs will be used before Homebrew-provided ones. This is an
  7. issue if you install, for instance, Python.
  8.  
  9. Consider editing your .bashrc to put:
  10.   /usr/local/bin
  11. ahead of /usr/bin in your $PATH.
  12.  
  13. Some brews install binaries to sbin instead of bin, but Homebrew's
  14. sbin was not found in your path.
  15.  
  16. Consider editing your .bashrc to add:
  17.  /usr/local/sbin
  18. to $PATH.
  19.  
  20. You have a non-brew 'pkg-config' in your PATH:
  21.  /usr/bin/pkg-config
  22.  
  23. `./configure` may have problems finding brew-installed packages using
  24. this other pkg-config.
  25.  
  26. Your pkg-config is not checking "/usr/X11/lib/pkgconfig" for packages.
  27. Earlier versions of the pkg-config formula did not add this path
  28. to the search path, which means that other formula may not be able
  29. to find certain dependencies.
  30.  
  31. To resolve this issue, re-brew pkg-config with:
  32.  brew rm pkg-config && brew install pkg-config
  33.  
  34. /Library/Frameworks/Mono.framework detected
  35.  
  36. This can be picked up by Cmake's build system and likey cause the
  37. build to fail, finding improper header files for libpng for instance.
  38.  
  39. Yanskys-MacBook-Pro:~ yansky$
Advertisement
Add Comment
Please, Sign In to add comment