You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by GitBox <gi...@apache.org> on 2019/04/24 06:23:53 UTC

[GitHub] [incubator-brpc] zyearn commented on issue #742: 树莓派上的编译问题

zyearn commented on issue #742: 树莓派上的编译问题
URL: https://github.com/apache/incubator-brpc/issues/742#issuecomment-486085046
 
 
   size_t is 32 bit in 32-bit machine. Try to replace 32UL with (size_t)32 and recompile your code. When all errors are resolved and code can be compiled successfully, pull request is welcomed to solve this issue.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org