Hi,<br><br>With 0.0.6pre3:<br># ./build.sh<br>CMake Warning (dev) in CMakeLists.txt:<br>  No cmake_minimum_required command is present.  A line of code such as<br><br>    cmake_minimum_required(VERSION 2.6)<br><br>  should be added at the top of the file.  The version specified may be lower<br>
  if you wish to support older CMake versions for this project.  For more<br>  information run &quot;cmake --help-policy CMP0000&quot;.<br>This warning is for project developers.  Use -Wno-dev to suppress it.<br><br>-- Configuring done<br>
-- Generating done<br>-- Build files have been written to: /usr/src/agx-ast-addons/trunk<br>[ 12%] Built target app_devstate<br>[ 25%] Built target app_nv_backgrounddetect<br>[ 37%] Built target app_nv_faxdetect<br>[ 50%] Built target app_pickup2<br>
[ 62%] Built target app_valetparking<br>[ 75%] Built target func_devstate<br>Scanning dependencies of target test_spandsp<br>[ 87%] Building C object CMakeFiles/test_spandsp.dir/test_spandsp.o<br>Linking C executable test_spandsp<br>
[ 87%] Built target test_spandsp<br>[100%] Building C object spandsp-0.0.6/CMakeFiles/app_fax.dir/app_fax.o<br>Linking C shared module ../dist/app_fax.so<br>[100%] Built target app_fax<br>./test_spandsp: error while loading shared libraries: libspandsp.so.1: cannot open shared object file: No such file or directory<br>
addons not installed, please upgrade your spandsp library first<br><br><br>With 0.0.6pre4 :<br># ./build.sh<br>CMake Warning (dev) in CMakeLists.txt:<br>  No cmake_minimum_required command is present.  A line of code such as<br>
<br>    cmake_minimum_required(VERSION 2.6)<br><br>  should be added at the top of the file.  The version specified may be lower<br>  if you wish to support older CMake versions for this project.  For more<br>  information run &quot;cmake --help-policy CMP0000&quot;.<br>
This warning is for project developers.  Use -Wno-dev to suppress it.<br><br>-- Configuring done<br>-- Generating done<br>-- Build files have been written to: /usr/src/agx-ast-addons/trunk<br>[ 12%] Building C object CMakeFiles/app_devstate.dir/app_devstate.o<br>
Linking C shared module dist/app_devstate.so<br>[ 12%] Built target app_devstate<br>[ 25%] Building C object CMakeFiles/app_nv_backgrounddetect.dir/app_nv_backgrounddetect.o<br>Linking C shared module dist/app_nv_backgrounddetect.so<br>
[ 25%] Built target app_nv_backgrounddetect<br>[ 37%] Building C object CMakeFiles/app_nv_faxdetect.dir/app_nv_faxdetect.o<br>Linking C shared module dist/app_nv_faxdetect.so<br>[ 37%] Built target app_nv_faxdetect<br>[ 50%] Building C object CMakeFiles/app_pickup2.dir/app_pickup2.o<br>
Linking C shared module dist/app_pickup2.so<br>[ 50%] Built target app_pickup2<br>[ 62%] Building C object CMakeFiles/app_valetparking.dir/app_valetparking.o<br>Linking C shared module dist/app_valetparking.so<br>[ 62%] Built target app_valetparking<br>
[ 75%] Building C object CMakeFiles/func_devstate.dir/func_devstate.o<br>Linking C shared module dist/func_devstate.so<br>[ 75%] Built target func_devstate<br>[ 87%] Building C object CMakeFiles/test_spandsp.dir/test_spandsp.o<br>
Linking C executable test_spandsp<br>[ 87%] Built target test_spandsp<br>[100%] Building C object spandsp-0.0.6/CMakeFiles/app_fax.dir/app_fax.o<br>/usr/src/agx-ast-addons/trunk/spandsp-0.0.6/app_fax.c: In function ‘phase_e_handler’:<br>
/usr/src/agx-ast-addons/trunk/spandsp-0.0.6/app_fax.c:155: error: ‘t30_stats_t’ has no member named ‘pages_transferred’<br>/usr/src/agx-ast-addons/trunk/spandsp-0.0.6/app_fax.c:184: error: ‘t30_stats_t’ has no member named ‘pages_transferred’<br>
/usr/src/agx-ast-addons/trunk/spandsp-0.0.6/app_fax.c:188: error: ‘t30_stats_t’ has no member named ‘pages_transferred’<br>/usr/src/agx-ast-addons/trunk/spandsp-0.0.6/app_fax.c:189: error: ‘t30_stats_t’ has no member named ‘pages_transferred’<br>
/usr/src/agx-ast-addons/trunk/spandsp-0.0.6/app_fax.c: In function ‘phase_d_handler’:<br>/usr/src/agx-ast-addons/trunk/spandsp-0.0.6/app_fax.c:208: error: ‘t30_stats_t’ has no member named ‘pages_transferred’<br>/usr/src/agx-ast-addons/trunk/spandsp-0.0.6/app_fax.c:211: error: ‘t30_stats_t’ has no member named ‘pages_transferred’<br>
make[2]: *** [spandsp-0.0.6/CMakeFiles/app_fax.dir/app_fax.o] Erreur 1<br>make[1]: *** [spandsp-0.0.6/CMakeFiles/app_fax.dir/all] Erreur 2<br>make: *** [all] Erreur 2<br><br><br>Can anyone help ?<br><br>Cheers<br>