You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2021/11/23 07:23:59 UTC

[GitHub] [incubator-doris] yiguolei opened a new pull request #7197: [Fix compile bug] could not find protobuf lib during compile

yiguolei opened a new pull request #7197:
URL: https://github.com/apache/incubator-doris/pull/7197


   Failed to compile thirdparty brpc package, because could not find protobuf lib


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] morningman merged pull request #7197: [Fix compile bug] could not find protobuf lib during compile

Posted by GitBox <gi...@apache.org>.
morningman merged pull request #7197:
URL: https://github.com/apache/incubator-doris/pull/7197


   


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7197: [Fix compile bug] could not find protobuf lib during compile

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #7197:
URL: https://github.com/apache/incubator-doris/pull/7197#issuecomment-976402054






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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] morningman commented on a change in pull request #7197: [Fix compile bug] could not find protobuf lib during compile

Posted by GitBox <gi...@apache.org>.
morningman commented on a change in pull request #7197:
URL: https://github.com/apache/incubator-doris/pull/7197#discussion_r754858875



##########
File path: thirdparty/build-thirdparty.sh
##########
@@ -502,6 +502,7 @@ build_brpc() {
     rm -rf CMakeCache.txt CMakeFiles/
     LDFLAGS="-L${TP_LIB_DIR} -static-libstdc++ -static-libgcc" \
     ${CMAKE_CMD} -G "${GENERATOR}" -DBUILD_SHARED_LIBS=0 -DCMAKE_INSTALL_PREFIX=$TP_INSTALL_DIR \
+    -DCMAKE_LIBRARY_PATH="$TP_INSTALL_DIR/lib;$TP_INSTALL_DIR/lib64" \

Review comment:
       ```suggestion
       -DCMAKE_LIBRARY_PATH="$TP_INSTALL_DIR/lib64" \
   ```
   
   `lib` is just a soft link of `lib64` 




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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org