[asterisk-users] AGX Asterisk Addon - Can't find app_fax.c with spandsp-0.0.4

Olivier oza-4h07 at myamail.com
Wed Mar 11 01:16:26 CDT 2009


Hi,

I've installed spandsp-0.0.4pre16

With this:

cd ~
 svn co https://agx-ast-addons.svn.sourceforge.net/svnroot/agx-ast-addons
agx-ast-addons<https://agx-ast-addons.svn.sourceforge.net/svnroot/agx-ast-addonsagx-ast-addons>
cd agx-ast-addons/trunk
./build.sh


I've got this:
CMake Error in spandsp-0.0.4/CMakeLists.txt:
  Cannot find source file "app_fax.c".  Tried extensions .c .C .c++ .cc .cpp
  .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx


This is coherent with :
A    agx-ast-addons/trunk/spandsp-0.0.4
A    agx-ast-addons/trunk/spandsp-0.0.4/app_rxfax.c
A    agx-ast-addons/trunk/spandsp-0.0.4/app_txfax.c
A    agx-ast-addons/trunk/spandsp-0.0.4/CMakeLists.txt
A    agx-ast-addons/trunk/spandsp-0.0.4/README


My CMake knowledge is too short to propose a workaround.
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:

project (app-fax-span4)

# ------------------------------------------------------
# Target
# we use "MODULE" cause it build a shared object module
# ------------------------------------------------------
ADD_LIBRARY(app_fax                     MODULE app_fax.c)

#
# We remove the "lib" prefix from the libmodule.so filename
#
SET_TARGET_PROPERTIES(app_fax           PROPERTIES PREFIX "")

#
# We add library dependencies to use those modules
#
TARGET_LINK_LIBRARIES(app_fax spandsp tiff)

#
# override default INSTALL rules
#
INSTALL(TARGETS app_fax DESTINATION lib/asterisk/modules)


Could you help ?
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090311/26844525/attachment.htm 


More information about the asterisk-users mailing list