Try spandsp.0.0.5pre3.  Worked for me.
Most of the patches of spandsp come out buggy.  I've had problems
getting callweaver to compile with various version of spandsp.

On Wed, 2009-05-13 at 14:32 +0200, Arnold KAMBA wrote:
> Hi,
> 
> I'm trying to install callweaver-1.2.0.1 on Debian lenny with
> spandsp-0.0.6pre3. 
> 
> I'm getting this when i'm doing a make:
> 
> -g -O2 -MT libcallweaver_la-channel.lo -MD -MP
> -MF .deps/libcallweaver_la-channel.Tpo -c channel.c  -fPIC -DPIC
> -o .libs/libcallweaver_la-channel.o
> channel.c:3720: error: field "tone_desc" has incomplete type
> channel.c:3725: error: field "tone_state" has incomplete type
> make[3]: *** [libcallweaver_la-channel.lo] Erreur 1
> make[3]: quittant le répertoire « /root/callweaver-1.2.0.1/corelib »
> make[2]: *** [all-recursive] Erreur 1
> make[2]: quittant le répertoire « /root/callweaver-1.2.0.1/corelib »
> make[1]: *** [all] Erreur 2
> make[1]: quittant le répertoire « /root/callweaver-1.2.0.1/corelib »
> make: *** [all-recursive] Erreur 1
> #
> 
> here is the of channel.c where it's happening:
> 
> struct tonepair_def
> {
>     tone_gen_descriptor_t struct tone_desc;
> };
> 
> struct tonepair_state
> {
>     tone_gen_state_t struct tone_state;
>         int origwfmt;
>         struct cw_frame f;
>         uint8_t offset[CW_FRIENDLY_OFFSET];
>         int16_t data[4000];
> };
> 
> I don't really know what I have to do that's why I'm looking for some
> help. Besides, I think I don't really need this channel because I'm
> only gonna do SIP.
> 
> Appreciate any help.
> 
> Thanks.
> Arnold
> 
> 
> ______________________________________________________________________
> Discutez sur Messenger où que vous soyez ! Mettez Messenger sur votre
> mobile !
> _______________________________________________
> Callweaver-users mailing list
> [email protected]
> http://lists.callweaver.org/mailman/listinfo/callweaver-users

_______________________________________________
Callweaver-users mailing list
[email protected]
http://lists.callweaver.org/mailman/listinfo/callweaver-users

Reply via email to