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

[GitHub] [pulsar] frkn4129 commented on issue #12728: I'm getting an error while building

frkn4129 commented on issue #12728:
URL: https://github.com/apache/pulsar/issues/12728#issuecomment-965231959


   master branch building
   
   Step by Step ->
   $ cd /usr/src/googletest
   $ sudo cmake .
   $ sudo make
   $ sudo cp ./googlemock/libgmock.a ./googlemock/gtest/libgtest.a /usr/lib/
   
   
   $ cd /usr/src/gtest
   $ sudo cmake .
   $ sudo make
   $ sudo cp libgtest.a /usr/lib
   
   $ cd /usr/src/gmock
   $ sudo cmake .
   $ sudo make
   $ sudo cp libgmock.a /usr/lib
   
   $ cd pulsar-client-cpp
   $ cmake .
   $ make **I am getting the error here**
    


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

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