Demogorgon314 commented on PR #2:
URL: https://github.com/apache/pulsar-client-cpp/pull/2#issuecomment-1261763183
In my local env, the `Version.h` is not generated into `include` dir, so its
builds failed.
```
[ 69%] Building CXX object tests/CMakeFiles/main.dir/VersionTest.cc.o
/Users/wangkai/Developer/github/pulsar-client-cpp/tests/VersionTest.cc:24:5:
error: expected expression
ASSERT_GE(PULSAR_VERSION, 2000000);
^
/usr/local/include/gtest/gtest.h:2096:32: note: expanded from macro
'ASSERT_GE'
# define ASSERT_GE(val1, val2) GTEST_ASSERT_GE(val1, val2)
^
/usr/local/include/gtest/gtest.h:2072:3: note: expanded from macro
'GTEST_ASSERT_GE'
ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperGE, val1, val2)
```
--
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]