spandsp-0.0.3 & t.38 + app_rxfax. Ошибка компиляции
Приветствую, ALL!
Кто-нибудь пробовал уже spandsp-0.0.3? В него встроили вроде поддержку Т.38. Вот из CHANGELOGа версии 0.0.3pre21:
06.05.23 - 0.0.3 - Steve Underwood <steveu@coppice.org>
- T.38 now implemented, though it needs further polishing.
Пытаюсь компилить Asterisk v1.2.9.1 с пропатченым /app/makefile <apps_Makefile.patch и модулями app_rxfax и app_txfax.
gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -Iinclude -I../include -D_
PEENTRANT -D_GNU_SOURCE -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS -fomit-frame-pointer -fPIC -c -o app_rxfax.
o app_rxfax.c
app_rxfax.c: In function вЂphase_e_handler’:
app_rxfax.c:105: error: вЂt30_stats_t’ has no member named вЂcolumn_resolution’
app_rxfax.c:105: error: вЂt30_stats_t’ has no member named вЂrow_resolution’
app_rxfax.c:116: error: вЂt30_stats_t’ has no member named вЂrow_resolution’
app_rxfax.c:122: error: вЂt30_stats_t’ has no member named вЂrow_resolution’
app_rxfax.c: In function вЂphase_d_handler’:
app_rxfax.c:147: error: вЂt30_stats_t’ has no member named вЂcolumns’
app_rxfax.c:147: error: вЂt30_stats_t’ has no member named вЂrows’
app_rxfax.c:148: error: вЂt30_stats_t’ has no member named вЂcolumn_resolution’
app_rxfax.c:148: error: вЂt30_stats_t’ has no member named вЂrow_resolution’
app_rxfax.c: In function вЂrxfax_exec’:
app_rxfax.c:281: warning: passing argument 1 of вЂfax_init’ from incompatible pointer type
app_rxfax.c:304: warning: passing argument 1 of вЂfax_rx’ from incompatible pointer type
app_rxfax.c:307: warning: passing argument 1 of вЂfax_tx’ from incompatible pointer type
app_rxfax.c:344: warning: passing argument 1 of вЂfax_release’ from incompatible pointer type
make[1]: *** [app_rxfax.o] Error 1
make[1]: Leaving directory `/usr/src/asterisk-1.2.9.1/apps'
make: *** [subdirs] Error 1
Модули app_rxfax, app_txfax от spandsp-0.0.2pre26, так как в 0.0.3 их нет. Выяснилось, что в новой версии автор поменял переменные в t4.c и t30.c, а в app_rxfax использутся старые. Пытался заменить их в app_rxfax.c на новые, asterisk компилится, но при вызове RxFax(.....) вылетает с Segmentation fault :(
Может кто знает, где взять app_rxfax и app_txfax под spandsp-0.0.3pre21 ?
|