-
Notifications
You must be signed in to change notification settings - Fork 203
Description
While attempting to make on Raspbian Trixie (using an rpi 4), I get the following compile error:
sip_basic.c:2905:40: error: passing argument 3 of 'msg_params_d' from incompatible pointer type [-Wincompatible-pointer-types]
2905 | if (msg_params_d(home, &ext, ¶ms) >= 0) {
| ^~~~~~~
| |
| const char ***
In file included from sofia-sip/sip_parser.h:52,
from sip_basic.c:46:
./../msg/sofia-sip/msg_parser.h:280:55: note: expected 'const char * const**' but argument is of type 'const char ***'
280 | msg_param_t const **return_params);
| ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
make[4]: *** [Makefile:1595: sip_basic.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '/usr/src/sofia-sip-1.13.17/libsofia-sip-ua/sip'
make[3]: *** [Makefile:816: all] Error 2
make[3]: Leaving directory '/usr/src/sofia-sip-1.13.17/libsofia-sip-ua/sip'
make[2]: *** [Makefile:616: all-recursive] Error 1
make[2]: Leaving directory '/usr/src/sofia-sip-1.13.17/libsofia-sip-ua'
make[1]: *** [Makefile:514: all-recursive] Error 1
make[1]: Leaving directory '/usr/src/sofia-sip-1.13.17'
make: *** [Makefile:435: all] Error 2