sekarpdkt commented on issue #4096: C++ client support for arm64 (like Raspberry Pi) URL: https://github.com/apache/pulsar/issues/4096#issuecomment-485480971 I am able to successfully compile it with following changes. 1. Removed crc32c_sse42.cc and crc32c_sse42.h from lib/checksum directory 2. Modified ChecksumProvider.cc and crc32c_sw.cc to remove references to above two files. Modified files are attached. 3. Disabled BUILD_TEST thru `cmake . -DBUILD_TESTS=OFF` Not sure how to configure a switch for the same. [ChecksumProvider.cc.txt](https://github.com/apache/pulsar/files/3104209/ChecksumProvider.cc.txt) [crc32c_sw.cc.txt](https://github.com/apache/pulsar/files/3104210/crc32c_sw.cc.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: [email protected] With regards, Apache Git Services
