Skip to content

Compile error on Raspbian Trixie #310

Description

@canispythagoreas

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, &params) >= 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions