cdjingit closed issue #1450:
URL: https://github.com/apache/incubator-brpc/issues/1450
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: dev-unsubsc
wasphin commented on issue #1487:
URL: https://github.com/apache/incubator-brpc/issues/1487#issuecomment-883027070
怀疑 gcc5.3 的镜像中 protobuf 编译时未启用 CXX11_ABI, 而编译 brpc 时默认启用了导致链接失败. 在 gcc8.5
中可能所有依赖库都使用了 CXX11_ABI 从而可以编译成功.
可以试试添加 `-D_GLIBCXX_USE_CXX11_ABI=0` 到 `CXXFLAGS`.
--
This i
jiangsongHW commented on issue #1487:
URL: https://github.com/apache/incubator-brpc/issues/1487#issuecomment-882998791
我更新了链接的错误提示信息,感觉是gcc5.3的问题,我升级gcc8.5同样步骤是可以编译成功的。
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
This is an automated email from the ASF dual-hosted git repository.
jiashunzhu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git.
from 7606930 Merge pull request #1481 from lorinlee/fix-docs
new 386f1b9 Add FlatMap example code
zyearn merged pull request #1484:
URL: https://github.com/apache/incubator-brpc/pull/1484
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: dev-unsu