[Home]

Summary:ASTERISK-18660: ooh323 does not compile in latest 1.8
Reporter:Private Name (falves11)Labels:
Date Opened:2011-10-03 23:09:15Date Closed:2011-10-04 13:36:25
Priority:MajorRegression?
Status:Closed/CompleteComponents:Addons/chan_ooh323
Versions:1.8.7.0 Frequency of
Occurrence
Constant
Related
Issues:
Environment:red hat h323Attachments:
Description:I get these errors:

[CC] chan_ooh323.c -> chan_ooh323.o
  [CC] ooh323c/src/memheap.c -> ooh323c/src/memheap.o
ooh323c/src/memheap.c: In function 'memHeapRelease':
ooh323c/src/memheap.c:1082: error: 'pMemHeap' undeclared (first use in this function)
ooh323c/src/memheap.c:1082: error: (Each undeclared identifier is reported only once
ooh323c/src/memheap.c:1082: error: for each function it appears in.)
make[1]: *** [ooh323c/src/memheap.o] Error 1
make: *** [addons] Error 2
Comments:By: Richard Mudgett (rmudgett) 2011-10-04 13:36:04.689-0500

Author: may
Date: Tue Oct  4 07:27:02 2011
New Revision: 339262

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=339262
Log:
Merged revisions 339245 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/10

................
 r339245 | may | 2011-10-04 15:49:49 +0400 (Tue, 04 Oct 2011) | 9 lines
 
 Merged revisions 339244 via svnmerge from
 https://origsvn.digium.com/svn/asterisk/branches/1.8
 
 ........
   r339244 | may | 2011-10-04 15:44:55 +0400 (Tue, 04 Oct 2011) | 2 lines
   
   fix forget declaration in previous change
 ........
................