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
new-host:cg-style mikeeng$ xcode-select -version | |
xcode-select version 2003. | |
new-host:cg-style mikeeng$ gcc --version | |
i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3) | |
Copyright (C) 2007 Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. There is NO | |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
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
new-host:cg-style mikeeng$ 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: Some frameworks can be picked up by CMake's build system and likely | |
cause the build to fail. To compile CMake, you may wish to move these | |
out of the way: | |
/Library/Frameworks/libcurl.framework |
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
new-host:~ mikeeng$ brew uninstall node | |
Error: No such keg: /usr/local/Cellar/node | |
new-host:~ mikeeng$ brew install node | |
Warning: You are using OS X 10.6. | |
We (and Apple) do not provide support for this old version. | |
You may encounter build failures or other breakages. | |
==> Installing dependencies for node: python | |
==> Installing node dependency: python | |
==> Downloading https://www.python.org/ftp/python/2.7.11/Python-2.7.11.tgz | |
Already downloaded: /Library/Caches/Homebrew/python-2.7.11.tgz |
NewerOlder