xkaraman left a comment (kamailio/kamailio#4333)
@sergey-safarov
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 or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4333#issuecomment-3102520990
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/4333/3102520...@github.com>
_______________________________________________
Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org
Important: keep the mailing list in the recipients, do not reply only to the
sender!