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 2019/06/10 11:45:38 UTC

[GitHub] [pulsar] f7753 edited a comment on issue #1964: pulsar-client-cpp not able to build with static link

f7753 edited a comment on issue #1964: pulsar-client-cpp not able to build with static link
URL: https://github.com/apache/pulsar/issues/1964#issuecomment-500387122
 
 
   CentOS 7 still has this issue
   ```bash
    $ cmake -DPYTHON_INCLUDE_DIR=/usr/include/python2.7 -DPYTHON_LIBRARY=/usr/lib/python2.7/config/libpython2.7.so -fPIC . -DBUILD_TESTS=OFF
   -- BUILD_TESTS:  OFF
   -- BUILD_PYTHON_WRAPPER:  ON
   -- LINK_STATIC:  OFF
   -- USE_LOG4CXX:  OFF
   -- CMAKE_BUILD_TYPE:  RelWithDebInfo
   -- Boost version: 1.53.0
   -- Found the following Boost libraries:
   --   program_options
   --   regex
   --   system
   -- PYTHON:
   -- Boost version: 1.53.0
   -- Found the following Boost libraries:
   --   python
   -- HAS_ZSTD: 0
   CMake Error at lib/CMakeLists.txt:41 (set_target_properties):
     set_target_properties called with incorrect number of arguments.
   
   
   CMake Error at lib/CMakeLists.txt:45 (set_target_properties):
     set_target_properties called with incorrect number of arguments.
   
   
   -- Using Boost Python libs: /usr/lib64/libboost_python-mt.so
   clang-tidy not found
   clang-format not found
   CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
   Please set them or make sure they are set and tested correctly in the CMake files:
   GMOCK_INCLUDE_PATH
   ```

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