[asterisk-bugs] [Asterisk 0018532]: make of chan_ooh323 fails "ret undeclared"
Asterisk Bug Tracker
noreply at bugs.digium.com
Sun Dec 26 23:08:38 UTC 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=18532
======================================================================
Reported By: colbec
Assigned To: may213
======================================================================
Project: Asterisk
Issue ID: 18532
Category: Addons/chan_ooh323
Reproducibility: always
Severity: major
Priority: normal
Status: assigned
Asterisk Version: SVN
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): 1.6.2
SVN Revision (number only!): 299625
Request Review:
======================================================================
Date Submitted: 2010-12-26 08:58 CST
Last Modified: 2010-12-26 17:08 CST
======================================================================
Summary: make of chan_ooh323 fails "ret undeclared"
Description:
Opensuse 11.3
Update using svn from r297713 to r299625
Make and install asterisk ok.
Then addons fails if ooh_323 is selected.
make[1]: Entering directory `/home/colin/asteriskadd16/channels'
[CC] chan_ooh323.c -> chan_ooh323.o
[CC] ooh323c/src/ooGkClient.c -> ooh323c/src/ooGkClient.o
[CC] ooh323c/src/oochannels.c -> ooh323c/src/oochannels.o
[CC] ooh323c/src/ooh245.c -> ooh323c/src/ooh245.o
ooh323c/src/ooh245.c: In function
‘ooOnReceivedTerminalCapabilitySetAck’:
ooh323c/src/ooh245.c:1679:7: error: ‘ret’ undeclared (first use in
this function)
ooh323c/src/ooh245.c:1679:7: note: each undeclared identifier is reported
only once for each function it appears in
make[1]: *** [ooh323c/src/ooh245.o] Error 1
make[1]: Leaving directory `/home/colin/asteriskadd16/channels'
make: *** [channels] Error 2
Deselect ooh_323 in menuconfig and make runs ok.
======================================================================
----------------------------------------------------------------------
(0129979) svnbot (reporter) - 2010-12-26 17:08
https://issues.asterisk.org/view.php?id=18532#c129979
----------------------------------------------------------------------
Repository: asterisk-addons
Revision: 1140
U branches/1.6.2/channels/ooh323c/src/ooh245.c
------------------------------------------------------------------------
r1140 | may | 2010-12-26 17:08:37 -0600 (Sun, 26 Dec 2010) | 8 lines
declaration of ret var which isn't declared in previous patch
declare ret variable in ooOnReceivedTerminalCapabilitySetAck,
it's used by previous patch
(closes issue https://issues.asterisk.org/view.php?id=18532)
Reported by: colbec
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk-addons?view=rev&revision=1140
Issue History
Date Modified Username Field Change
======================================================================
2010-12-26 17:08 svnbot Note Added: 0129979
======================================================================
More information about the asterisk-bugs
mailing list