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: [email protected] With regards, Apache Git Services
