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 2020/02/29 07:02:44 UTC

[GitHub] [rocketmq-client-cpp] BrentHuang opened a new issue #269: build.sh logic error

BrentHuang opened a new issue #269: build.sh logic error
URL: https://github.com/apache/rocketmq-client-cpp/issues/269
 
 
   version 2.0.1  
   in build.sh,   the following if conditon is wrong, should be if [ $verbose -eq 1 ]; then
   
   if [ $verbose -eq 0 ]; then
       echo "build jsoncpp without detail log."
       cmake .. -DCMAKE_CXX_FLAGS=-fPIC -DBUILD_STATIC_LIBS=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_INSTALL_PREFIX=${install_lib_dir} &> jsoncppbuild.txt
     else
       cmake .. -DCMAKE_CXX_FLAGS=-fPIC -DBUILD_STATIC_LIBS=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_INSTALL_PREFIX=${install_lib_dir}
     fi
   
   not only the above line.
   

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

[GitHub] [rocketmq-client-cpp] BrentHuang closed issue #269: build.sh logic error

Posted by GitBox <gi...@apache.org>.
BrentHuang closed issue #269: build.sh logic error
URL: https://github.com/apache/rocketmq-client-cpp/issues/269
 
 
   

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