PengZheng opened a new issue, #468: URL: https://github.com/apache/celix/issues/468
``` In file included from /home/peng/Downloads/git/mycelix/bundles/remote_services/remote_service_admin_shm_v2/rsa_shm/src/rsa_shm_activator.c:22: In file included from /home/peng/Downloads/git/mycelix/bundles/remote_services/rsa_spi/include/remote_service_admin.h:32: /home/peng/Downloads/git/mycelix/bundles/remote_services/rsa_spi/include/export_registration.h:27:36: error: redefinition of typedef 'export_registration_t' is a C11 feature [-Werror,-Wtypedef-redefinition] typedef struct export_registration export_registration_t; ``` Steps to reproduce: ``` conan install . celix/2.3.0@zhengpeng/testing -pr clang -o celix:build_all=True -o celix:celix_cxx14=True -o celix:enable_testing=True -o celix:enable_code_coverage=True -if cmake-build-releasewithtestsclang/ -b missing -r conan-center --require-override openssl/1.1.1q conan build . -bf cmake-build-releasewithtestsclang/ ``` Note also that RSA_SHM should be added to our CI. -- 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: dev-unsubscr...@celix.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org