[asterisk-users] Chan_mobile and Asterisk SVN-branch-1.4-r80183 compile error

Thomas Kenyon digium at sanguinarius.co.uk
Wed Aug 22 11:44:16 CDT 2007


Jason Parker wrote:
> > Administrator TOOTAI wrote:
>> >> Hi all,
>> >>
>> >> I receive this error while compiling chan_mobile:
>> >>
>> >> gcc -g -c -fPIC  -fPIC  -o chan_mobile.o chan_mobile.c
>> >> chan_mobile.c: In function `mbl_load_config':
>> >> chan_mobile.c:1745: erreur: trop d'arguments pour la fonction «
>> >> ast_config_load »
>> >> make[1]: *** [chan_mobile.o] Erreur 1
>> >> make[1]: Leaving directory `/usr/src/asterisk-addons'
>> >>
>> >> Does anyone know what's the problem?
> >
> > You're trying to use a module written for trunk on 1.4.
> >
Try checking out r421 of asterisk-addons, and replacing ast_debug(1,
with ast_log(LOG_DEBUG, in all instances in chan_mobile.c.

(Still only compile chan_mobile.c.

This appears to work with 421, but not 423.





More information about the asterisk-users mailing list