[Asterisk-Users] spandsp Error

Ronald Wiplinger ronald at elmit.com
Sun Jan 22 19:19:43 MST 2006


I cannot see it!!!!


make[1]: Leaving directory `/usr/local/src/svn-versions/asterisk/pbx'
/bin/sh: curl-config: command not found
make[1]: Entering directory `/usr/local/src/svn-versions/asterisk/apps'
Makefile:103: *** missing separator.  Stop.
make[1]: Leaving directory `/usr/local/src/svn-versions/asterisk/apps'
make: *** [depend] Error 1


Makefile:

93    install: all
94        for x in $(APPS); do $(INSTALL) -m 755 $$x 
$(DESTDIR)$(MODULES_DIR) ; done
95        rm -f $(DESTDIR)$(MODULES_DIR)/app_cut.so
96        rm -f $(DESTDIR)$(MODULES_DIR)/app_datetime.so
97        rm -f $(DESTDIR)$(MODULES_DIR)/app_qcall.so
98
99  app_curl.so: app_curl.o
100        $(CC) $(SOLINK) -o $@ ${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





More information about the asterisk-users mailing list