Created
October 3, 2014 07:36
-
-
Save jahsome/8cdca02c63eedf92f99b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
▶ brew doctor | |
Please note that these warnings are just used to help the Homebrew maintainers | |
with debugging if you file an issue. If everything you use Homebrew for is | |
working fine: please don't worry and just ignore them. Thanks! | |
Warning: "config" scripts exist outside your system or Homebrew directories. | |
`./configure` scripts often look for *-config scripts to determine if | |
software packages are installed, and what additional flags to use when | |
compiling and linking. | |
Having additional scripts in your path can confuse software installed via | |
Homebrew if the config script overrides a system or Homebrew provided | |
script of the same name. We found the following "config" scripts: | |
/usr/local/opt/php55/bin/php-config | |
Warning: Unbrewed header files were found in /usr/local/include. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected header files: | |
/usr/local/include/node/ares.h | |
/usr/local/include/node/ares_version.h | |
/usr/local/include/node/nameser.h | |
/usr/local/include/node/node.h | |
/usr/local/include/node/node_buffer.h | |
/usr/local/include/node/node_internals.h | |
/usr/local/include/node/node_object_wrap.h | |
/usr/local/include/node/node_version.h | |
/usr/local/include/node/openssl/opensslconf.h | |
/usr/local/include/node/uv-private/ngx-queue.h | |
/usr/local/include/node/uv-private/stdint-msvc2008.h | |
/usr/local/include/node/uv-private/tree.h | |
/usr/local/include/node/uv-private/uv-bsd.h | |
/usr/local/include/node/uv-private/uv-darwin.h | |
/usr/local/include/node/uv-private/uv-linux.h | |
/usr/local/include/node/uv-private/uv-sunos.h | |
/usr/local/include/node/uv-private/uv-unix.h | |
/usr/local/include/node/uv-private/uv-win.h | |
/usr/local/include/node/uv.h | |
/usr/local/include/node/v8-debug.h | |
/usr/local/include/node/v8-preparser.h | |
/usr/local/include/node/v8-profiler.h | |
/usr/local/include/node/v8-testing.h | |
/usr/local/include/node/v8.h | |
/usr/local/include/node/v8stdint.h | |
/usr/local/include/node/zconf.h | |
/usr/local/include/node/zlib.h |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment