[Home]

Summary:ASTERISK-10364: Latest svn update chan_zap won't compile
Reporter:Alan McMillan (alanmcmillan)Labels:
Date Opened:2007-09-21 10:47:48Date Closed:2007-09-21 14:36:32
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_zap
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I get this error everytime I try and do a make ---

 [CC] chan_zap.c -> chan_zap.o
chan_zap.c: In function âhandle_ss7_unblock_cicâ:
chan_zap.c:11815: error: âcmdâ undeclared (first use in this function)
chan_zap.c:11815: error: (Each undeclared identifier is reported only once
chan_zap.c:11815: error: for each function it appears in.)
chan_zap.c:11817: error: âeâ undeclared (first use in this function)
chan_zap.c:11821: warning: return makes integer from pointer without a cast
chan_zap.c:11823: warning: return makes integer from pointer without a cast
chan_zap.c:11826: error: âaâ undeclared (first use in this function)
chan_zap.c:11829: warning: return makes integer from pointer without a cast
chan_zap.c:11833: warning: return makes integer from pointer without a cast
chan_zap.c:11838: warning: return makes integer from pointer without a cast
chan_zap.c:11845: warning: return makes integer from pointer without a cast
chan_zap.c:11864: warning: return makes integer from pointer without a cast
chan_zap.c: In function âhandle_ss7_show_linksetâ:
chan_zap.c:11890: error: âfdâ undeclared (first use in this function)
chan_zap.c: At top level:
chan_zap.c:11905: warning: initialization from incompatible pointer type
chan_zap.c:11906: error: expected â}â before â{â token
make[1]: *** [chan_zap.o] Error 1
make: *** [channels] Error 2
Comments:By: Russell Bryant (russell) 2007-09-21 14:36:32

fixed in trunk rev 83500