[asterisk-bugs] [JIRA] (ASTERISK-28604) app_meetme, chan_ooh323 and cdr_mysql don't build on 17.0.0

Friendly Automation (JIRA) noreply at issues.asterisk.org
Wed Dec 18 07:16:32 CST 2019


    [ https://issues.asterisk.org/jira/browse/ASTERISK-28604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=249103#comment-249103 ] 

Friendly Automation commented on ASTERISK-28604:
------------------------------------------------

Change 13465 merged by Friendly Automation:
configure: Add check for MySQL client bool and my_bool type usage.

[https://gerrit.asterisk.org/c/asterisk/+/13465|https://gerrit.asterisk.org/c/asterisk/+/13465]

> app_meetme, chan_ooh323 and cdr_mysql don't build on 17.0.0
> -----------------------------------------------------------
>
>                 Key: ASTERISK-28604
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-28604
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Applications/app_meetme
>    Affects Versions: 17.0.0
>            Reporter: George Joseph
>            Severity: Blocker
>      Target Release: 13.30.0, 16.7.0, 17.1.0
>
>
> {noformat}
> In file included from app_meetme.c:75:
> app_meetme.c: In function ‘meetme_stasis_init’:
> app_meetme.c:1168:3: error: implicit declaration of function ‘ast_channel_topic_all_cached’; did you mean ‘ast_channel_topic_all’? [-Werror=implicit-function-declaration]
>  1168 |   ast_channel_topic_all_cached());
>       |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/src/asterisk/asterisk/include/asterisk/stasis_message_router.h:60:76: note: in definition of macro ‘stasis_message_router_create’
>    60 | #define stasis_message_router_create(topic) __stasis_message_router_create(topic, __FILE__, __LINE__, __PRETTY_FUNCTION__)
>       |                                                                            ^~~~~
> app_meetme.c:1168:3: error: passing argument 1 of ‘__stasis_message_router_create’ makes pointer from integer without a cast [-Werror=int-conversion]
>  1168 |   ast_channel_topic_all_cached());
>       |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>       |   |
>       |   int
> /usr/src/asterisk/asterisk/include/asterisk/stasis_message_router.h:60:76: note: in definition of macro ‘stasis_message_router_create’
>    60 | #define stasis_message_router_create(topic) __stasis_message_router_create(topic, __FILE__, __LINE__, __PRETTY_FUNCTION__)
>       |                                                                            ^~~~~
> /usr/src/asterisk/asterisk/include/asterisk/stasis_message_router.h:58:31: note: expected ‘struct stasis_topic *’ but argument is of type ‘int’
>    58 | struct stasis_message_router *__stasis_message_router_create(
>       |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list