[Home]

Summary:DAHLIN-00237: Unable to compile dahdi-linux-complete of RHEL 5.6 (and derivates)
Reporter:Alex Celi (alexceli)Labels:
Date Opened:2011-04-09 01:41:12Date Closed:2011-04-09 17:05:54
Priority:MinorRegression?No
Status:Closed/CompleteComponents:dahdi_dynamic
Versions:2.4.1.1 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:When compiling dahdi-linux-complete under RHEL 5.6, make failed with this message :

make[2]: Entering directory `/usr/src/kernels/2.6.18-238.5.1.el5-x86_64'

 CC [M]  /usr/src/dahdi-linux-complete-2.4.1.1+2.4.1/linux/drivers/dahdi/xpp/card_bri.o
In file included from /usr/src/dahdi-linux-complete-2.4.1.1+2.4.1/linux/drivers/dahdi/xpp/xpd.h:31,
                from /usr/src/dahdi-linux-complete-2.4.1.1+2.4.1/linux/drivers/dahdi/xpp/card_bri.c:29:
include/linux/device.h:407: error: expected identifier or â(â before âconstâ
make[4]: *** [/usr/src/dahdi-linux-complete-2.4.1.1+2.4.1/linux/drivers/dahdi/xpp/card_bri.o] Error 1
make[3]: *** [/usr/src/dahdi-linux-complete-2.4.1.1+2.4.1/linux/drivers/dahdi/xpp] Error 2
make[2]: *** [_module_/usr/src/dahdi-linux-complete-2.4.1.1+2.4.1/linux/drivers/dahdi] Error 2
make[2]: Leaving directory `/usr/src/kernels/2.6.18-238.5.1.el5-x86_64'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/usr/src/dahdi-linux-complete-2.4.1.1+2.4.1/linux'
make: *** [all] Error 2
Comments:By: Michael L. Young (elguero) 2011-04-09 15:18:44

Take a look at issue DAHLIN-234.  There is a patch on that issue.

By: Shaun Ruffell (sruffell) 2011-04-09 17:05:54

This does look like a duplicate of 18992