[Asterisk-Users] Softfax/spandsp compilation

Sam Bingner sam at bingner.com
Wed Apr 28 02:21:22 MST 2004


Or just remove those lines from the makefile entirely.... Since they
compile fine without them ;)

Sam

-----Original Message-----
From: asterisk-users-admin at lists.digium.com
[mailto:asterisk-users-admin at lists.digium.com] On Behalf Of Diego Ercolani
Sent: Tuesday, April 27, 2004 9:27 PM
To: asterisk-users at lists.digium.com
Subject: [Asterisk-Users] Softfax/spandsp compilation


Only to signal that if you want to compile app_rxfax and app_txfax with
last
cvsses of asterisk you have to modify the patched versions of the apps
directory Makefile to define the symbol _GNU_SOURCE

example, the line to compile app_rxfax from:
gcc -O2 -g  -Iinclude -I../include -c -o  app_rxfax.o app_rxfax.c to gcc
-D_GNU_SOURCE -O2 -g  -Iinclude -I../include -c -o  app_rxfax.o
app_rxfax.c

this won't break compilation but I've not tryied functionality becuse of
my
mgcp problems with chan_capi.....

Hope this help
Diego Ercolani
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users at lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3047 bytes
Desc: not available
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20040428/b3eabd51/smime.bin


More information about the asterisk-users mailing list