davideuler commented on issue #454:
URL: 
https://github.com/apache/rocketmq-client-cpp/issues/454#issuecomment-2464256755

   The error means installed boost is not compatible with rocketmq-client-cpp. 
It need boost 1.77.0 to 1.79.0. 
   atomic.hpp is included in the 1.7x versions of boost library.
   
   rocketmq-client-cpp/src/protocol/RemotingCommand.h:19:10: fatal error: 
'boost/atomic.hpp' file not found
   #include <boost/atomic.hpp>


-- 
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

Reply via email to