[Home]

Summary:ASTERISK-04148: chan_zap.c doesn't compile
Reporter:Denis Voitenko (denis)Labels:
Date Opened:2005-05-12 13:10:30Date Closed:2008-01-15 15:34:13.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:On CVS-HEAD from May 12, 2005 the following occurs when trying to compile Asterisk.

chan_zap.c: In function `setup_zap':
chan_zap.c:10165: error: `facilityenable' undeclared (first use in this function)
chan_zap.c:10165: error: (Each undeclared identifier is reported only once
chan_zap.c:10165: error: for each function it appears in.)
chan_zap.c: At top level:
chan_zap.c:290: warning: `pridebugfdlock' defined but not used
chan_zap.c:291: warning: `pridebugfd' defined but not used
chan_zap.c:292: warning: `pridebugfilename' defined but not used
make[1]: *** [chan_zap.o] Error 1
make[1]: Leaving directory `/usr/src/asterisk/channels'
make: *** [subdirs] Error 1
Comments:By: Matthew Fredrickson (mattf) 2005-05-12 13:23:44

Did you update libpri too?

By: Denis Voitenko (denis) 2005-05-12 13:40:45

I did not download libpri since I do not have any hardware that requires it.

By: Malcolm Davenport (mdavenport) 2005-05-12 16:39:52

Fixed in -HEAD

By: Matthew Fredrickson (mattf) 2005-05-12 16:40:54

Fixed

By: Digium Subversion (svnbot) 2008-01-15 15:34:13.000-0600

Repository: asterisk
Revision: 5642

U   trunk/channels/chan_zap.c

------------------------------------------------------------------------
r5642 | malcolmd | 2008-01-15 15:34:12 -0600 (Tue, 15 Jan 2008) | 2 lines

Resolve Bug ASTERISK-4148

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=5642