Administrator TOOTAI
2005-Nov-03 14:41 UTC
[Asterisk-Users] T38 not compiling with today CVS
Hi all, I try to compile spandsp with todays CVS and got this udptl.c: In function `udptl_rx_packet': udptl.c:336: error: `AST_FRAME_MODEM' undeclared (first use in this function) udptl.c:336: error: (Each undeclared identifier is reported only once udptl.c:336: error: for each function it appears in.) udptl.c:337: error: `AST_MODEM_T38' undeclared (first use in this function) udptl.c: In function `ast_udptl_write': udptl.c:839: error: `AST_FRAME_MODEM' undeclared (first use in this function) udptl.c: In function `ast_udptl_bridge': udptl.c:1018: error: `AST_FRAME_MODEM' undeclared (first use in this function) make: *** [udptl.o] Error 1 using spandsp-0.0.3pre4. Steve? -- Daniel
Administrator TOOTAI
2005-Nov-03 15:27 UTC
[Asterisk-Users] T38 not compiling with today CVS
Administrator TOOTAI a ?crit :> Hi all, > > I try to compile spandsp with todays CVS and got this > > udptl.c: In function `udptl_rx_packet': > udptl.c:336: error: `AST_FRAME_MODEM' undeclared (first use in this > function) > udptl.c:336: error: (Each undeclared identifier is reported only once > udptl.c:336: error: for each function it appears in.) > udptl.c:337: error: `AST_MODEM_T38' undeclared (first use in this > function) > udptl.c: In function `ast_udptl_write': > udptl.c:839: error: `AST_FRAME_MODEM' undeclared (first use in this > function) > udptl.c: In function `ast_udptl_bridge': > udptl.c:1018: error: `AST_FRAME_MODEM' undeclared (first use in this > function) > make: *** [udptl.o] Error 1 > > using spandsp-0.0.3pre4. Steve? >Ok, I found on mantis the today modification of frame.h http://bugs.digium.com/view.php?id=5090 and compile went through. But now I have: app_rxfax.c: In function `t38_tx_packet_handler': app_rxfax.c:151: error: structure has no member named `ast_chan' app_rxfax.c:162: error: structure has no member named `ast_chan' app_rxfax.c: In function `rxfax_exec': app_rxfax.c:358: error: structure has no member named `ast_chan' app_rxfax.c: At top level: app_rxfax.c:69: warning: `t30_flush' defined but not used make[1]: *** [app_rxfax.o] Error 1 make[1]: Leaving directory `/usr/src/asterisk/apps' make: *** [subdirs] Error 1 -- Daniel