Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 21st, 2012  |  syntax: None  |  size: 2.17 KB  |  hits: 29  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Warning: "config" scripts exist outside your system or Homebrew directories.
  2. `./configure` scripts often look for *-config scripts to determine if
  3. software packages are installed, and what additional flags to use when
  4. compiling and linking.
  5.  
  6. Having additional scripts in your path can confuse software installed via
  7. Homebrew if the config script overrides a system or Homebrew provided
  8. script of the same name. We found the following "config" scripts:
  9.  
  10.     /opt/local/bin/icu-config
  11.     /opt/local/bin/ncurses5-config
  12.     /opt/local/bin/ncursesw5-config
  13.     /opt/local/bin/pkg-config
  14.  
  15. Warning: You have Xcode-3.2.5, which is outdated.
  16. Please install Xcode 3.2.6.
  17.  
  18. Warning: You have Macports or Fink installed.
  19. This can cause trouble. You don't have to uninstall them, but you may like to
  20. try temporarily moving them away, eg.
  21.  
  22.   sudo mv /opt/local ~/macports
  23.  
  24. Warning: Your Homebrew is outdated
  25. You haven't updated for at least 24 hours, this is a long time in brewland!
  26.  
  27. Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig.
  28. If you didn't put them there on purpose they could cause problems when
  29. building Homebrew formulae, and may need to be deleted.
  30.  
  31. Unexpected .pc files:
  32.     /usr/local/lib/pkgconfig/nodejs.pc
  33.  
  34. Warning: You have uncommitted modifications to Homebrew's core.
  35. Unless you know what you are doing, you should run:
  36.   cd /usr/local && git reset --hard
  37.  
  38. Warning: Your pkg-config is not checking "/usr/X11/lib/pkgconfig" for packages.
  39. Earlier versions of the pkg-config formula did not add this path
  40. to the search path, which means that other formula may not be able
  41. to find certain dependencies.
  42.  
  43. To resolve this issue, re-brew pkg-config with:
  44.   brew rm pkg-config && brew install pkg-config
  45.  
  46. Warning: /usr/bin occurs before /usr/local/bin
  47. This means that system-provided programs will be used instead of those
  48. provided by Homebrew. The following tools exist at both paths:
  49.  
  50.     easy_install
  51.     easy_install-2.6
  52.     lessc
  53.  
  54. Consider ammending your PATH so that /usr/local/bin
  55. is ahead of /usr/bin in your PATH.
  56.  
  57. Warning: You have a non-brew 'pkg-config' in your PATH:
  58.   /opt/local/bin/pkg-config
  59.  
  60. `./configure` may have problems finding brew-installed packages using
  61. this other pkg-config.