[asterisk-bugs] [Asterisk 0016342]: [patch] configure fails to detect spandsp/expose.h when not in system include path

Asterisk Bug Tracker noreply at bugs.digium.com
Fri Dec 4 15:56:58 CST 2009


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=16342 
====================================================================== 
Reported By:                bklang
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   16342
Category:                   Core/BuildSystem
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     ready for testing
Asterisk Version:           SVN 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): 1.6.1 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2009-11-28 17:04 CST
Last Modified:              2009-12-04 15:56 CST
====================================================================== 
Summary:                    [patch] configure fails to detect spandsp/expose.h
when not in system include path
Description: 
configure has a flag to specify the path to spandsp, if it is not installed
into the system default path.  This works well for most of the spandsp
checks (such as spandsp.h), however it fails to properly detect the
spandsp/expose.h header.  This is partly due to the fact that the autoconf
check is different (AC_CHECK_HEADER vs. AST_EXT_LIB_CHECK) and so does not
inherit the proper CFLAGS.
====================================================================== 

---------------------------------------------------------------------- 
 (0114802) bklang (reporter) - 2009-12-04 15:56
 https://issues.asterisk.org/view.php?id=16342#c114802 
---------------------------------------------------------------------- 
This patch does not appear to work.  Here is what ./configure said:

./configure --prefix=/opt/asterisk --with-spandsp=/opt/spandsp
--with-ldap
<snip output>
checking for mandatory modules:  LDAP SPANDSP SPANDSP_EXPOSE_H... fail

configure: ***
configure: *** The SPANDSP_EXPOSE_H installation appears to be missing or
broken.
configure: *** Either correct the installation, or run configure
configure: *** including --without-spandsp. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-12-04 15:56 bklang         Note Added: 0114802                          
======================================================================




More information about the asterisk-bugs mailing list