- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
运行
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/libqmi_api.dylib
/usr/local/lib/libvousb.dylib
最佳答案
如果您仍然需要它们,我认为您应该尝试升级这些库。
我对 有同样的问题libusb 我通过“酝酿”升级解决了这个问题。
brew upgrade libqmi_api
brew upgrade libvousb
brew link --overwrite libusb
$ 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/libusb-1.0.0.dylib
$ brew upgrade libusb
==> Upgrading 1 outdated package, with result:
libusb 1.0.9
==> Upgrading libusb
==> Downloading http://downloads.sourceforge.net/project/libusb/libusb-1.0/libusb-1.0.9/libusb-1.0.9.tar.bz2
######################################################################## 100,0%
==> ./configure --prefix=/usr/local/Cellar/libusb/1.0.9
==> make install
Warning: Could not link libusb. Unlinking...
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
You can try again using `brew link libusb'
Possible conflicting files are:
/usr/local/lib/libusb-1.0.0.dylib
==> Summary
🍺 /usr/local/Cellar/libusb/1.0.9: 11 files, 420K, built in 9 seconds
$ brew link --overwrite libusb
Linking /usr/local/Cellar/libusb/1.0.9... 5 symlinks created
$ brew doctor
Your system is ready to brew.
$
关于osx-mountain-lion - 冲泡医生 : Warning: Unbrewed dylibs were found in/usr/local/lib,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14014712/
运行 brew doctor 后,我收到与我不确定的头文件相关的错误。我不知道 greenlet 是什么,所以我很担心按照 this post 中的建议删除它. Warning: Unbrewed h
运行 brew doctor 给了我这个: Warning: Unbrewed dylibs were found in /usr/local/lib. If you didn't put them
当我运行brew doctor时,抛出以下错误 Warning: Unbrewed header files were found in /usr/local/include. If you didn
我是一名优秀的程序员,十分优秀!