sekarpdkt commented on issue #4096: C++ client support for arm64 (like Raspberry Pi) URL: https://github.com/apache/pulsar/issues/4096#issuecomment-485268540 I think I am able to move forward by editing CMakeLists.txt. It might take few hours. If it is working will send a PR by enabling a switch. At this moment, I hardcoded it ``` set(CMAKE_CXX_FLAGS " -msse4.2 -mpclmul -Werror=switch -Wno-deprecated-declarations ${CXX_STANDARD} ${CMAKE_CXX_FLAGS}") ``` changed to ``` set(CMAKE_CXX_FLAGS " -Werror=switch -Wno-deprecated-declarations ${CXX_STANDARD} ${CMAKE_CXX_FLAGS}") ```
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
