[Asterisk-Users] spandsp Error

Sergey Okhapkin sos at sokhapkin.dyndns.org
Sun Jan 22 20:27:06 MST 2006


Line 103 in Makefile has multiple spaces at the beginning instead of TAB
character.

On Mon, 2006-01-23 at 10:19 +0800, Ronald Wiplinger wrote:

> 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
> 
> 
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
> 
> Asterisk-Users mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
> 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060122/86cb475e/attachment.htm


More information about the asterisk-users mailing list