Hosted Vicidial server starts from $39 Contact Us Buy Now!

issue conflicting types for bool dahdi

Estimated read time: 0 min

Conflicting type for ‘bool’ include/linux/types.h:36: error: previous declaration of âboolâ was here


dahdi Conflicting type for ‘bool’


solution for the above error is to use the dahdi 2.6.2 rc1 or install latest dahdi

#wget https://downloads.asterisk.org/pub/telephony/dahdi-linux/dahdi-linux-2.6.2-rc1.tar.gz
#tar -xvzf dahdi-linux-2.6.2-rc1.tar.gz
#cd dahdi-linux-2.6.2-rc1
#make
#make install
#wget https://downloads.asterisk.org/pub/telephony/dahdi-tools/dahdi-tools-2.6.1.tar.gz
#tar -xvzf dahdi-tools-2.6.1.tar.gz
#cd dahdi-tools-2.6.1
#./configure
#make
#make install
#make config

Post a Comment

Cookie Consent
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.