search for: cross_compile_target

Displaying 6 results from an estimated 6 matches for "cross_compile_target".

2006 Jan 13
0
R: RE: RE: Spandsp
...ssage. For me, this patch seams to work (I don't get error message). I have send mail to Steve Underwood, hopefully he will be able to help me. --- Makefile.orig 2006-01-11 18:39:21.000000000 +0800 +++ Makefile 2006-01-11 18:40:46.000000000 +0800 @@ -52,10 +52,14 @@ ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/local/include/osp/osp.h $(CROSS_COMPILE_TARGET)/usr/include/osp/osp.h),) APPS+=app_osplookup.so endif +ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/local/include/spandsp.h $(CROSS_COMPILE_TARGET)/usr/include/spandsp.h),) +APPS+=app_rxfax.so app_txfax.so +endif + ifeq ($(findstring BSD,...
2006 Jan 22
6
spandsp Error
...${CYGSOLINK} $< ${CYGSOLIB} $(CURLLIBS) 101 102 app_rxfax.so : app_rxfax.o 103 $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff 104 105 app_txfax.so : app_txfax.o 106 $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff 107 108 app_sql_postgres.o: app_sql_postgres.c 109 $(CC) -pipe -I$(CROSS_COMPILE_TARGET)/usr/local/pgsql/include -I$(CROSS_COMPILE_TARGET)/usr/include/postgresql $(CFLAGS) -c -o app_sql_postgres.o app_sql_postgres.c
2004 Aug 18
27
SpanDSP
Anyone knows where can I find spandsp? Official site seems permanently down... TIA, Simone.
2006 Jan 08
0
spandsp for 1.2.1 - libspandsp.so.0: cannot open shared object file: No such file or directory
...ine. I downloaded the spandsp version from http://soft-switch.org/downloads/spandsp/spandsp-0.0.2pre21c/asterisk-1. 2.x/ and have Asterisk SVN-branch-1.2-r7470M. I changed the Makefile as instructed and added the following lines to /usr/src/asterisk-1.2/apps/makefile ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/local/include/spandsp.h $(CROSS_COMPILE_TARGET)/usr/include/spandsp.h),) APPS+=app_rxfax.so app_txfax.so endif app_rxfax.so: app_rxfax.o $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff app_txfax.so: app_txfax.o $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff I then...
2006 Jan 08
0
spandsp for 1.2.1 - libspandsp.so.0: cannot openshared object file: No such file or directory
...I downloaded the spandsp version from http://soft-switch.org/downloads/spandsp/spandsp-0.0.2pre21c/asterisk-1. 2.x/ and have Asterisk SVN-branch-1.2-r7470M. I changed the Makefile as instructed and added the following lines to /usr/src/asterisk-1.2/apps/makefile ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/local/include/spandsp.h $(CROSS_COMPILE_TARGET)/usr/include/spandsp.h),) APPS+=app_rxfax.so app_txfax.so endif app_rxfax.so: app_rxfax.o $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff app_txfax.so: app_txfax.o $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff...
2005 Sep 14
11
RxFax/TxFax - Compile Problem
Anyone know how to fix this? gcc -shared -Xlinker -x -o app_rxfax.so app_rxfax.c -lspandsp -ltiff In file included from app_rxfax.c:14: /usr/include/asterisk/lock.h: In function `ast_mutex_init': /usr/include/asterisk/lock.h:302: error: `PTHREAD_MUTEX_RECURSIVE' undeclared (first use in this function) /usr/include/asterisk/lock.h:302: error: (Each undeclared identifier is reported