[Home]

Summary:ASTERISK-00161: chan_h323 fails to compile in current CVS.
Reporter:oliver (oliver)Labels:
Date Opened:2003-08-25 07:14:13Date Closed:2004-09-25 02:40:13
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Since the changes in revision 1.2 of "channels/chan_h323.c", it fails to compile with these errors:

chan_h323.c: In function `create_connection':
chan_h323.c:908: sizeof applied to an incomplete type
chan_h323.c:924: dereferencing pointer to incomplete type
chan_h323.c:925: dereferencing pointer to incomplete type
chan_h323.c:927: dereferencing pointer to incomplete type
chan_h323.c:927: dereferencing pointer to incomplete type
chan_h323.c: At top level:
chan_h323.c:1362: warning: function declaration isn't a prototype
chan_h323.c: In function `load_module':
chan_h323.c:1720: warning: passing arg 3 of `h323_callback_register' from incompatible pointer type
make[1]: *** [chan_h323.o] Error 1

****** ADDITIONAL INFORMATION ******

RedHat 9
The change in CVS that triggered this seems to have been introduced at 2003/08/25 09:54:36
Comments:By: oliver (oliver) 2003-08-25 16:10:17

Problem seems to be resolved in current CVS, so this ticket can be closed.