rocketmq-client-cpp icon indicating copy to clipboard operation
rocketmq-client-cpp copied to clipboard

[Bug] Unit test compilation fails

Open takagi906 opened this issue 6 months ago • 0 comments

BUG REPORT

  1. Please describe the issue you observed:
  • What did you do (The steps to reproduce)?

1.1 set build.sh declare test=1

Image

1.2 Execute sh build.sh in the root directory

1.3 find a problem:error: no matching constructor for initialization of 'SendResult' Image 1.4 when i fix this problem,another problem appear. error: reference to type 'const SendMessageRequestHeader' could not bind to an lvalue of type 'SendMessageRequestHeader *' Image

  1. Please tell us about your environment:
  • What is your OS? macos/arm

  • What is your client version? latest

takagi906 avatar Jun 24 '25 03:06 takagi906