mac os 安装 thrift
Posted sunmenggmail
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mac os 安装 thrift相关的知识,希望对你有一定的参考价值。
brew install bison
xcode会关联一个低版本的bison导致新安装的bison不会被系统找到,
修改.bash_profile
export PATH="/usr/local/Cellar/bison/3.0.4/bin/:/opt/local/bin:/opt/local/sbin:$PATH"
/configure --prefix=/usr/local/ --with-boost=/usr/local --with-libevent=/usr/local --without-ruby --without-perl --without-php
还是有各种错误
直接
sudo port install thrift 可以正确安装了
以上是关于mac os 安装 thrift的主要内容,如果未能解决你的问题,请参考以下文章