在编译 gRpc 扩展时,会有一个 re2c 版本过低的警告
按照官网的教程升级吧:
依赖: autoconf and automake
http://re2c.org/install/install.html
下载源码:
git clone https://github.com/skvadrik/re2c.git re2c
git clone https://git.code.sf.net/p/re2c/code-git re2c
注意: 指定了克隆目录,编译文件在指定目录的下一层 re2c 目录
./autogen.sh # 使用 autoconf and automake 生成 configure 等文件
$ ./configure # 直接安装到默认目录 $ make $ make install