[Home]

Summary:ASTERISK-16312: [patch] file.o now needs to include directory DAHDI_INCLUDE
Reporter:Javier Sixto (javyer)Labels:
Date Opened:2010-07-01 13:08:40Date Closed:2010-07-10 09:56:40
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/BuildSystem
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) config.log
( 1) make.txt
( 2) patch.diff
Description:Hello,

I got an error compiling file.c, reporting missing "dahdi/user.h"
asterisk-1.4.33.1/include/asterisk/dahdi_compat.h:27:24: error: dahdi/user.h

Since Revision 263112 ( Ticket 0015250) , file.o must be called with DAHDI_INCLUDE as channel.o .
Comments:By: Paul Belanger (pabelanger) 2010-07-01 14:10:54

Please upload your config.log and output from make.

By: Javier Sixto (javyer) 2010-07-01 15:02:28

Hello pabelanger,

Here are config.log, and make.log
I used --with-dahdi option pointing on dahdi root, it worked fine since 1.4.31...

Thanks

By: Russell Bryant (russell) 2010-07-10 09:56:39

This change was added to the 1.4 branch in revision 274359.