abbycin opened a new issue #1301: URL: https://github.com/apache/incubator-brpc/issues/1301
用的 0.9.7 这个release,因为系统是 openSUSE Tumbleweed 编译了好几次都没成功,换到 docker 里面的 fedora32 编的,`config_brpc.sh` 编不成功,折腾了好几次,最后换cmake编出来的。 结果用的时候编不过,具体错误是 scoped_timer.h 中的[ `_start_time`]( https://github.com/apache/incubator-brpc/blob/1d6510aa50075cade5ed539ee09a11a1b8d7f990/src/bvar/scoped_timer.h#L54) 是 const 的却在[ `reset`](https://github.com/apache/incubator-brpc/blob/1d6510aa50075cade5ed539ee09a11a1b8d7f990/src/bvar/scoped_timer.h#L50)方法中赋值。 所以有没有比较稳的版本可以选择,这样可以少点折腾啊? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
