LoginSignup
15
8

More than 5 years have passed since last update.

Error: qt@5.5: unknown version :mountain_lion

Last updated at Posted at 2019-02-25

解決方法

$ source ~/.bash_profile を実行するとタイトルのエラーを出力したので解決方法を調べた。

cd $( brew --prefix )/Homebrew/Library/Taps/homebrew/homebrew-core
git checkout 9ba3d6ef8891e5c15dbdc9333f857b13711d4e97 Formula/qt@5.5.rb
cd Formula/
grep mountain -rl ./
vi ./qt@5.5.rb
qt@5.5.rb
25 - depends_on :macos => :mountain_lion
25 + # depends_on :macos => :mountain_lion

参考

15
8
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
15
8