Hi,<br><br>I&#39;ve installed spandsp-0.0.4pre16<br><br>With this:<br><br>cd ~<br>


        <meta http-equiv="CONTENT-TYPE" content="text/html; charset=utf-8"><title></title><meta name="GENERATOR" content="OpenOffice.org 2.3  (Linux)">
        
        
        <style type="text/css">
        &lt;!--
                @page { size: 21cm 29.7cm; margin: 2cm }
                P { margin-bottom: 0.21cm; text-align: justify }
                TT.western { font-size: 10pt; font-weight: bold }
                TT.cjk { font-size: 10pt }
        --&gt;</style><tt class="western">svn co
<a href="https://agx-ast-addons.svn.sourceforge.net/svnroot/agx-ast-addonsagx-ast-addons">https://agx-ast-addons.svn.sourceforge.net/svnroot/agx-ast-addons
agx-ast-addons</a></tt><br>cd agx-ast-addons/trunk<br>./build.sh<br><br><br>I&#39;ve got this:<br>CMake Error in spandsp-0.0.4/CMakeLists.txt:<br>  Cannot find source file &quot;app_fax.c&quot;.  Tried extensions .c .C .c++ .cc .cpp<br>
  .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx<br><br><br>This is coherent with :<br>A    agx-ast-addons/trunk/spandsp-0.0.4<br>A    agx-ast-addons/trunk/spandsp-0.0.4/app_rxfax.c<br>A    agx-ast-addons/trunk/spandsp-0.0.4/app_txfax.c<br>
A    agx-ast-addons/trunk/spandsp-0.0.4/CMakeLists.txt<br>A    agx-ast-addons/trunk/spandsp-0.0.4/README<br><br><br>My CMake knowledge is too short to propose a workaround.<br>Maybe, this could come from a change in agx-ast-addons/trunk/spandsp-0.0.4/CMakeLists.txt as the content of this file is:<br>
<br>project (app-fax-span4)<br><br># ------------------------------------------------------<br># Target<br># we use &quot;MODULE&quot; cause it build a shared object module<br># ------------------------------------------------------<br>
ADD_LIBRARY(app_fax                     MODULE app_fax.c)<br><br>#<br># We remove the &quot;lib&quot; prefix from the libmodule.so filename<br>#<br>SET_TARGET_PROPERTIES(app_fax           PROPERTIES PREFIX &quot;&quot;)<br>
<br>#<br># We add library dependencies to use those modules<br>#<br>TARGET_LINK_LIBRARIES(app_fax spandsp tiff)<br><br>#<br># override default INSTALL rules<br>#<br>INSTALL(TARGETS app_fax DESTINATION lib/asterisk/modules)<br>
<br><br>Could you help ?<br>Regards<br><br>