https://github.com/xkaraman/kamailio/tree/cmake should now build correctly.
But some remarks:
On old makefiles builds on https://github.com/kamailio/kamailio/actions/runs/16435139788/job/46443667748 i see this warning:
#warning powerpc64 atomic code was not tested, please report problems to \ sr-dev@lists.kamailio.org
which comes from
#ifdef __CPU_ppc64
#warning powerpc64 atomic code was not tested, please report problems to \
sr-dev@lists.kamailio.org
#endif
This means that old makefiles are detecting the platform as ppc64
and not ppc64le
. How do you think we should handle this?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.