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 2021/11/02 15:04:50 UTC

[GitHub] [incubator-brpc] guodongxiaren opened a new pull request #1592: fix gtest compile command

guodongxiaren opened a new pull request #1592:
URL: https://github.com/apache/incubator-brpc/pull/1592


   cmake编译的时候,如果没有新建一个build目录进入编译,直接`cmake .`的话要在前面加上`env PATH=$PATH`。
   参考 .travis.yml 文件中编译gtest的写法。


-- 
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@brpc.apache.org

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



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


[GitHub] [incubator-brpc] zyearn commented on pull request #1592: fix gtest compile command

Posted by GitBox <gi...@apache.org>.
zyearn commented on pull request #1592:
URL: https://github.com/apache/incubator-brpc/pull/1592#issuecomment-958111852


   这个是在什么环境下会break?


-- 
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@brpc.apache.org

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



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


[GitHub] [incubator-brpc] zyearn commented on pull request #1592: fix gtest compile command

Posted by GitBox <gi...@apache.org>.
zyearn commented on pull request #1592:
URL: https://github.com/apache/incubator-brpc/pull/1592#issuecomment-958111852


   这个是在什么环境下会break?


-- 
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@brpc.apache.org

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



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


[GitHub] [incubator-brpc] guodongxiaren commented on pull request #1592: fix gtest compile command

Posted by GitBox <gi...@apache.org>.
guodongxiaren commented on pull request #1592:
URL: https://github.com/apache/incubator-brpc/pull/1592#issuecomment-957774662


   @zyearn 文档修改


-- 
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@brpc.apache.org

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



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


[GitHub] [incubator-brpc] guodongxiaren closed pull request #1592: fix gtest compile command

Posted by GitBox <gi...@apache.org>.
guodongxiaren closed pull request #1592:
URL: https://github.com/apache/incubator-brpc/pull/1592


   


-- 
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@brpc.apache.org

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



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


[GitHub] [incubator-brpc] guodongxiaren commented on pull request #1592: fix gtest compile command

Posted by GitBox <gi...@apache.org>.
guodongxiaren commented on pull request #1592:
URL: https://github.com/apache/incubator-brpc/pull/1592#issuecomment-957774662


   @zyearn 文档修改


-- 
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@brpc.apache.org

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



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


[GitHub] [incubator-brpc] wasphin commented on pull request #1592: fix gtest compile command

Posted by GitBox <gi...@apache.org>.
wasphin commented on pull request #1592:
URL: https://github.com/apache/incubator-brpc/pull/1592#issuecomment-958598898


   意思是 `sudo` 的时候可能环境变量不对, 有 build 是指 CMakeCache.txt 文件已经生成了, 相关变量已经正确设置, 所以没有问题.
   
   是这样吧?
   


-- 
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@brpc.apache.org

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



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


[GitHub] [incubator-brpc] guodongxiaren commented on pull request #1592: fix gtest compile command

Posted by GitBox <gi...@apache.org>.
guodongxiaren commented on pull request #1592:
URL: https://github.com/apache/incubator-brpc/pull/1592#issuecomment-957774662


   @zyearn 文档修改


-- 
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@brpc.apache.org

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



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


[GitHub] [incubator-brpc] wasphin commented on pull request #1592: fix gtest compile command

Posted by GitBox <gi...@apache.org>.
wasphin commented on pull request #1592:
URL: https://github.com/apache/incubator-brpc/pull/1592#issuecomment-958598898


   意思是 `sudo` 的时候可能环境变量不对, 有 build 是指 CMakeCache.txt 文件已经生成了, 相关变量已经正确设置, 所以没有问题.
   
   是这样吧?
   


-- 
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@brpc.apache.org

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



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


[GitHub] [incubator-brpc] wasphin commented on pull request #1592: fix gtest compile command

Posted by GitBox <gi...@apache.org>.
wasphin commented on pull request #1592:
URL: https://github.com/apache/incubator-brpc/pull/1592#issuecomment-958598898


   意思是 `sudo` 的时候可能环境变量不对, 有 build 是指 CMakeCache.txt 文件已经生成了, 相关变量已经正确设置, 所以没有问题.
   
   是这样吧?
   


-- 
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@brpc.apache.org

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



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