astifter opened a new issue #10161:
URL: https://github.com/apache/pulsar/issues/10161


   **Describe the bug**
   Pulsar 2.7.1 doesn't build with USE_LOG4CXX=ON. 
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. Configure pulsar-client-cpp with -DUSE_LOG4CXX=ON
   2. Build
   
   **Expected behavior**
   A working build.
   
   **Desktop (please complete the following information):**
    - OS: Debian 9
   
   **Additional context**
   With issue [PR 7132](https://github.com/apache/pulsar/pull/7132) the typedef 
for LoggerFactoryPtr was removed from Logger.h but it is still present in 
[Log4CxxLogger.h](https://github.com/apache/pulsar/blob/7b35328eb12fc17b1b2ead1294f3d6360b249479/pulsar-client-cpp/lib/Log4CxxLogger.h).
   
   Attached patch fixes the problem, is this the way to do it?
   
   
[pulsar.0002.fix_log4cxx.txt](https://github.com/apache/pulsar/files/6269603/pulsar.0002.fix_log4cxx.txt)
   
   
   


-- 
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:
us...@infra.apache.org


Reply via email to