frkn4129 edited a comment 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
$ 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]