xiaohutushen30 commented on issue #459: URL: https://github.com/apache/rocketmq-client-cpp/issues/459#issuecomment-1865940612
> > > 回复太慢了,我已经自己解决了。忽略上面的问题吧。 > > > 大佬是怎么解决的 给个解决方向吧 > > 其实是因为 arm 架构的 alpine 系统的 g++ 不支持 -mXX 这个参数,g++ 时不需要这个参数,忽略这个参数即可。 而源代码里没有判断 arm 架构,只判断了 intel 的 32 和 64 位。给强加上了 -mXX(-m32/-m64)。 pull requests 里的那个哥们已经提交了解决方案,而作者一直迟迟没有接受并合并到主分支,从而导致 arm 架构不被支持。 ![image](https://github.com/apache/rocketmq-client-cpp/assets/10227721/64d7eeff-fb81-47fe-80ae-ebeb4ec08ddd) 报错了 看不出来啥原因 -- 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: commits-unsubscr...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org