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 2019/10/12 15:21:01 UTC

[GitHub] [rocketmq-client-go] xujianhai666 commented on issue #204: [native]use it with govendor

xujianhai666 commented on issue #204: [native]use it with govendor
URL: https://github.com/apache/rocketmq-client-go/issues/204#issuecomment-541334362
 
 
   > i run main.go from native branch
   > 
   > but i got some error
   > 
   > ```
   > lanrendeMacBook-Pro:examples lanren$ go run main.go
   > # github.com/apache/rocketmq-client-go/core
   > ../core/cfuns.go:22:10: fatal error: 'rocketmq/CMessageExt.h' file not found
   > #include <rocketmq/CMessageExt.h>
   > ^~~~~~~~~~~~~~~~~~~~~~~~
   > 1 error generated.
   > ```
   > 
   > any help?
   
   @liangyuanpeng  From my experience, we always modify vendor.json under vendor dir, But, that is dangerous if upgrade wihtout care. By the way, go mod support smooth migaration from govendor

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