全線飄紅時东帅,發(fā)現(xiàn)toolchain跟別人不一樣,別人是gmake球拦,我的是cmake靠闭,然后發(fā)現(xiàn)系統(tǒng)里找不到gmake。刘莹。阎毅。
- 安裝gmake
嘗試了很多篇文章里說的方法焚刚,只有一種方法管用点弯,就是下載源碼包然后手動安裝。
下載:
見https://www.gnu.org/software/make/矿咕,段落 Downloading Make抢肛。
下載地址:
http://ftp.gnu.org/gnu/make/
下載的是最新版本4.2。
安裝:
見https://stackoverflow.com/questions/47476398/upgrade-gnu-make-on-mac
# Download gnu make-4.1.tar.gz from gnu website.
./configure
make
sudo make install
參考https://github.com/bazelbuild/intellij/issues/109中下面的方法:
Setting up BAZEL_USE_CPP_ONLY_TOOLCHAIN=1 worked for me
Meaning running from the command line:
export BAZEL_USE_CPP_ONLY_TOOLCHAIN=1
before starting CLion and then opening CLion from the command line:
open /Applications/CLion.app
-
File
->Invalid caches / restart
- 再次
Sync project with build files
依次做了上述操作碳柱,不知道哪個是最關鍵的步驟捡絮。然后就奇跡般地不飄紅了,太開心了??