homebrew - brew doctor Error: "No available formula with the name "pkg-config" " -


i installed homebrew on windows using linux bash shell have error when run brew doctor :

error: no available formula name "pkg-config"

what can do?

first, update homebrew pulling right resources: brew update run brew doctor again.

if same error occurs, try doing brew search pkg-config , see results come up. i've had cases path package different usual. pick 1 of search results, , brew install package path search results: brew install /homebrew/searchresultpath/pkg-config

hopefully correct path extension solve problem.


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -