CentOS 7 ``` ^ functions.c:395:60: error: missing binary operator before token "(" #if defined(CURL_AT_LEAST_VERSION) && CURL_AT_LEAST_VERSION(7, 55, 0) ^ make[2]: *** [functions.o] Error 1 make[1]: *** [modules] Error 1 make[1]: Leaving directory `/root/rpmbuild/BUILD/kamailio-5.7.1/src' make: *** [every-module] Error 2 error: Bad exit status from /var/tmp/rpm-tmp.vGH3Hj (%build)
```
and CentOS 6
``` CC (gcc) [M http_client.so] curlrpc.o CC (gcc) [M http_client.so] functions.o functions.c:158:60: error: missing binary operator before token "(" functions.c:165:60: error: missing binary operator before token "(" functions.c:395:60: error: missing binary operator before token "(" make[2]: *** [functions.o] Error 1 make[1]: *** [modules] Error 1 make[1]: Leaving directory `/root/rpmbuild/BUILD/kamailio-5.7.1/src' make: *** [every-module] Error 2 ```
Probably due to a too old compiler version, it should be fixed by 7cd32bf9631a81c7c4382d45f498bdc9c7f9b34c, which was also backported to 5.7.x.
Closed #3501 as completed.