[asterisk-bugs] [JIRA] (ASTERISK-26273) core: Won't compile when LOW_MEMORY is enabled
George Joseph (JIRA)
noreply at issues.asterisk.org
Fri Aug 5 11:43:57 CDT 2016
[ https://issues.asterisk.org/jira/browse/ASTERISK-26273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=231747#comment-231747 ]
George Joseph commented on ASTERISK-26273:
------------------------------------------
The definition of ast_pbx_uuid_get in asterisk.c is inside an ifdef block that gets turned off with LOW_MEMORY. It just needs to be moved before the ifdef.
> core: Won't compile when LOW_MEMORY is enabled
> ----------------------------------------------
>
> Key: ASTERISK-26273
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-26273
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Core/General
> Affects Versions: GIT
> Environment: Fedora 24 x86_64
> Reporter: Anthony Messina
> Severity: Minor
>
> When trying to compile the Asterisk 13 branch, including the UUID generation commit from https://gerrit.asterisk.org/#/c/3404/, I get ...asterisk.c:4435: undefined reference to `ast_pbx_uuid_get'
> After removing LOW_MEMORY from MENUSELECT_CFLAGS, which I had enabled previously, I'm able to compile successfully.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list