Graphviz和Brew医生 - 意外的dylibs错误

ras*_*som 4 homebrew graphviz

刚刚brew install graphviz在山狮上做了一个给我这个错误

错误:执行失败:make install(graphviz.rb:47)

以为我只是卸载它,所以跑了brew uninstall graphviz但是得到了

错误:没有这样的桶:/ usr/local/Cellar/graphviz

然后以为我会尝试brew doctor,但它给了我这个错误:

Warning: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.

Unexpected dylibs:
    /usr/local/lib/libcdt.5.dylib    /usr/local/lib/libcgraph.6.dylib    /usr/local/lib/libgvc.6.dylib    /usr/local/lib/libgvpr.2.dylib    /usr/local/lib/libpathplan.4.dylib    /usr/local/lib/libxdot.4.dylib
Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.

Unexpected .pc files:
    /usr/local/lib/pkgconfig/libcdt.pc    /usr/local/lib/pkgconfig/libcgraph.pc    /usr/local/lib/pkgconfig/libgvc.pc    /usr/local/lib/pkgconfig/libgvpr.pc    /usr/local/lib/pkgconfig/libpathplan.pc    /usr/local/lib/pkgconfig/libxdot.pc
Run Code Online (Sandbox Code Playgroud)

任何想法如何解决这一问题?

iGa*_*ina 9

尝试运行这些:

brew install libtool
Run Code Online (Sandbox Code Playgroud)

然后尝试重新安装graphviz.

然后检查出来: xlib-h-not-found-when-building-graphviz-on-mac-os-x-10-8-mountain-lion