You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/03/11 09:44:45 UTC

[GitHub] [rocketmq-client-cpp] shencw opened a new issue #409: Inconsistent directory structure Help!!

shencw opened a new issue #409:
URL: https://github.com/apache/rocketmq-client-cpp/issues/409


   The issue tracker is **ONLY** used for the CPP/C client (feature request of RocketMQ need to follow [RIP process](https://github.com/apache/rocketmq/wiki/RocketMQ-Improvement-Proposal)). Keep in mind, please check whether there is an existing same report before your raise a new one.
   
   Alternately (especially if your communication is not a bug report), you can send mail to our [mailing lists](http://rocketmq.apache.org/about/contact/). We welcome any friendly suggestions, bug fixes, collaboration, and other improvements.
   
   Please ensure that your bug report is clear and that it is complete. Otherwise, we may be unable to understand it or to reproduce it, either of which would prevent us from fixing the bug. We strongly recommend the report(bug report or feature request) could include some hints as to the following:
   
   **BUG REPORT**
   
   1. Please describe the issue you observed:
   
   - What did you do (The steps to reproduce)?
   i used `re_dev` branch
   
   - What did you expect to see?
   The `master` branch and the `re_dev` branch have the same directory structure
   
   - What did you see instead?
   `re_dev` include directory include/c and include/*
   `master` include directory include/*
   
   


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq-client-cpp] ifplusor commented on issue #409: Inconsistent directory structure Help!!

Posted by GitBox <gi...@apache.org>.
ifplusor commented on issue #409:
URL: https://github.com/apache/rocketmq-client-cpp/issues/409#issuecomment-1070741657


   @shencw modify [CPullResult.h](https://github.com/apache/rocketmq-client-cpp/blob/re_dev/include/c/CPullResult.h) with https://github.com/ifplusor/rocketmq-client-cpp/commit/560f47145b39245890b2911bfcb52e1094ae609a


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq-client-cpp] shencw edited a comment on issue #409: Inconsistent directory structure Help!!

Posted by GitBox <gi...@apache.org>.
shencw edited a comment on issue #409:
URL: https://github.com/apache/rocketmq-client-cpp/issues/409#issuecomment-1070812917


   > @shencw PullConsumer is what you need to use?
   
   @ifplusor 
   
   yes, i need to maintain a bought old system
   
   because there is not enough time, I want it to run ahead of time
   
   now i are developing on CentOS7, But it's not as convenient as MAC OS  ๐Ÿ˜‚
   
   


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq-client-cpp] ifplusor commented on issue #409: Inconsistent directory structure Help!!

Posted by GitBox <gi...@apache.org>.
ifplusor commented on issue #409:
URL: https://github.com/apache/rocketmq-client-cpp/issues/409#issuecomment-1070308125


   @shencw You need to use below command
   
   ```bash
   sudo cp rocketmq-client-cpp/include/c/* /usr/local/include/rocketmq
   ```
   
   instead of
   
   ```bash
   sudo cp rocketmq-client-cpp/include/* /usr/local/include/rocketmq
   ```


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq-client-cpp] ifplusor commented on issue #409: Inconsistent directory structure Help!!

Posted by GitBox <gi...@apache.org>.
ifplusor commented on issue #409:
URL: https://github.com/apache/rocketmq-client-cpp/issues/409#issuecomment-1064968526


   I restructure it. What problem do you encounter with the new structure๏ผŸ


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq-client-cpp] shencw commented on issue #409: Inconsistent directory structure Help!!

Posted by GitBox <gi...@apache.org>.
shencw commented on issue #409:
URL: https://github.com/apache/rocketmq-client-cpp/issues/409#issuecomment-1069018098


    i use https://github.com/apache/rocketmq-client-go/tree/v1.2.4 version 
    A lot of files can't be found  ๐Ÿ˜ญ


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq-client-cpp] shencw commented on issue #409: Inconsistent directory structure Help!!

Posted by GitBox <gi...@apache.org>.
shencw commented on issue #409:
URL: https://github.com/apache/rocketmq-client-cpp/issues/409#issuecomment-1070812917


   > @shencw PullConsumer is what you need to use?
   
   yes, i need to maintain a bought old system
   
   because there is not enough time, I want it to run ahead of time
   
   now i are developing on CentOS7, But it's not as convenient as MAC OS  ๐Ÿ˜‚
   
   


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq-client-cpp] ifplusor commented on issue #409: Inconsistent directory structure Help!!

Posted by GitBox <gi...@apache.org>.
ifplusor commented on issue #409:
URL: https://github.com/apache/rocketmq-client-cpp/issues/409#issuecomment-1070782667


   @shencw PullConsumer is what you need to use?


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq-client-cpp] shencw commented on issue #409: Inconsistent directory structure Help!!

Posted by GitBox <gi...@apache.org>.
shencw commented on issue #409:
URL: https://github.com/apache/rocketmq-client-cpp/issues/409#issuecomment-1070812917


   > @shencw PullConsumer is what you need to use?
   
   yes, i need to maintain a bought old system
   
   because there is not enough time, I want it to run ahead of time
   
   now i are developing on CentOS7, But it's not as convenient as MAC OS  ๐Ÿ˜‚
   
   


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq-client-cpp] shencw edited a comment on issue #409: Inconsistent directory structure Help!!

Posted by GitBox <gi...@apache.org>.
shencw edited a comment on issue #409:
URL: https://github.com/apache/rocketmq-client-cpp/issues/409#issuecomment-1070812917


   > @shencw PullConsumer is what you need to use?
   
   @ifplusor 
   
   yes, i need to maintain a bought old system
   
   because there is not enough time, I want it to run ahead of time
   
   now i are developing on CentOS7, But it's not as convenient as MAC OS  ๐Ÿ˜‚
   
   


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq-client-cpp] ifplusor commented on issue #409: Inconsistent directory structure Help!!

Posted by GitBox <gi...@apache.org>.
ifplusor commented on issue #409:
URL: https://github.com/apache/rocketmq-client-cpp/issues/409#issuecomment-1070749403


   I want to remind you that the `re_dev` branch does not support PullConsumer.


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq-client-cpp] shencw edited a comment on issue #409: Inconsistent directory structure Help!!

Posted by GitBox <gi...@apache.org>.
shencw edited a comment on issue #409:
URL: https://github.com/apache/rocketmq-client-cpp/issues/409#issuecomment-1070768393


   do I have anything I can use ? Mac M1 (Big Sur) or Mac intel  (Big Sur) 


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq-client-cpp] shencw commented on issue #409: Inconsistent directory structure Help!!

Posted by GitBox <gi...@apache.org>.
shencw commented on issue #409:
URL: https://github.com/apache/rocketmq-client-cpp/issues/409#issuecomment-1070768393


   do I have anything I can use ? Mac M1 (Big Sur)


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq-client-cpp] shencw commented on issue #409: Inconsistent directory structure Help!!

Posted by GitBox <gi...@apache.org>.
shencw commented on issue #409:
URL: https://github.com/apache/rocketmq-client-cpp/issues/409#issuecomment-1070655517


   @ifplusor  I try to use the prompt like this and the result is as follows  
   ```bash
   # github.com/apache/rocketmq-client-go/core
   ../../../go/pkg/mod/github.com/apache/rocketmq-client-go@v1.2.4/core/pull_consumer.go:46:33: could not determine kind of name for C.E_BROKER_TIMEOUT
   ```


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org