installing homebrew but something wrong when I run brew doctor -
"config" scripts exist outside system or homebrew directories. ./configure scripts *-config scripts determine if software packages installed, , additional flags use when compiling , linking.
having additional scripts in path can confuse software installed via homebrew if config script overrides system or homebrew provided script of same name. found following "config" scripts:
/users/stevenlee/library/enthought/canopy_64bit/user/bin/freetype-config /users/stevenlee/library/enthought/canopy_64bit/user/bin/python-config /users/stevenlee/library/enthought/canopy_64bit/user/bin/python2-config /users/stevenlee/library/enthought/canopy_64bit/user/bin/python2.7-config /library/frameworks/python.framework/versions/3.3/bin/python3-config /library/frameworks/python.framework/versions/3.3/bin/python3.3-config /library/frameworks/python.framework/versions/3.3/bin/python3.3m-config warning: enthought python found in path. can cause build problems, software installs own copies of iconv , libxml2 directories picked other build systems.
warning: python installed @ /library/frameworks/python.framework
homebrew supports building against system-provided python or brewed python. in particular, pythons installed /library can interfere other software installs.
warning: unbrewed dylibs found in /usr/local/lib. if didn't put them there on purpose cause problems when building homebrew formulae, , may need deleted.
unexpected dylibs:
/usr/local/lib/libtcl8.6.dylib /usr/local/lib/libtk8.6.dylib warning: unbrewed .pc files found in /usr/local/lib/pkgconfig. if didn't put them there on purpose cause problems when building homebrew formulae, , may need deleted.
unexpected .pc files:
/usr/local/lib/pkgconfig/tcl.pc /usr/local/lib/pkgconfig/tk.pc warning: unbrewed static libraries found in /usr/local/lib. if didn't put them there on purpose cause problems when building homebrew formulae, , may need deleted.
unexpected static libraries:
/usr/local/lib/libtclstub8.6.a /usr/local/lib/libtkstub8.6.a
Comments
Post a Comment