[Home]

Summary:ASTERISK-00171: chan_zap fails to build on latest CVS
Reporter:zebble (zebble)Labels:
Date Opened:2003-08-25 20:42:43Date Closed:2004-09-25 02:40:13
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Latest CVS gives chan_zap.c build errors:

chan_zap.c: In function `mkintf':
chan_zap.c:5129: structure has no member named `pri'
chan_zap.c:5129: structure has no member named `pri'
make[1]: *** [chan_zap.o] Error 1


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

Fixed by adding:

#ifdef ZAPATA_PRI at at line 5129 and a corresponding #endif at line 5134.
Comments:By: Mark Spencer (markster) 2003-08-25 21:32:05

Fixed in CVS