Hi, If I use --enable-fixed-point-debug I can't use --enable-fixed-point and vice versa? Because when I try to copile with these two option an error occur as follows: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I.. -I/home/liselene/projects/speex/speex-1.1.11.1/bin-fixed/include -g -O2 -MT modes.lo -MD -MP -MF .deps/modes.Tpo -c modes.c -fPIC -DPIC -o .libs/modes.o modes.c:390: error: initializer element is not constant modes.c:390: error: (near initialization for `nb_mode.lpc_floor') modes.c:395: error: initializer element is not constant Tks, ---------------------------------------------- Liselene de Abreu Borges 10LE - Linux Embedded Lab INdT - Nokia Institute of Tecnology liselene.rs@gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20051206/da4c68c1/attachment.htm
On Tue, 2005-12-06 at 16:30 -0400, Liselene Borges wrote:> Hi, > > If I use --enable-fixed-point-debug I can't use --enable-fixed-point > and vice versa? Because when I try to copile with these two option an > error occur > as follows:No, you really need to enable both. This is a bug in 1.1.11 and I just fixed it in svn. I haven't tested the fix, so can you confirm it's fixed now? Jean-Marc> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I.. > -I/home/liselene/projects/speex/speex-MailScanner consid?re les > adresses num?riques comme dangereuses:1.1.11.1/bin-fixed/include -g > -O2 -MT modes.lo -MD -MP -MF .deps/modes.Tpo -c modes.c -fPIC -DPIC > -o .libs/modes.o > modes.c:390: error: initializer element is not constant > modes.c:390: error: (near initialization for `nb_mode.lpc_floor') > modes.c:395: error: initializer element is not constant > > Tks, > ---------------------------------------------- > Liselene de Abreu Borges > 10LE - Linux Embedded Lab > INdT - Nokia Institute of Tecnology > liselene.rs@gmail.com > > > _______________________________________________ > Speex-dev mailing list > Speex-dev@xiph.org > http://lists.xiph.org/mailman/listinfo/speex-dev
I don't see a call to init SpeexBits bits; speex_bits_init(&bits); Maybe bits->buf_size is not inited? -win __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Hi, I have downloaded speex from svn and tested with fixed point enable. It is working ok!! Regards, Liselene On 12/6/05, Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> wrote:> > On Tue, 2005-12-06 at 16:30 -0400, Liselene Borges wrote: > > Hi, > > > > If I use --enable-fixed-point-debug I can't use --enable-fixed-point > > and vice versa? Because when I try to copile with these two option an > > error occur > > as follows: > > No, you really need to enable both. This is a bug in 1.1.11 and I just > fixed it in svn. I haven't tested the fix, so can you confirm it's fixed > now? > > Jean-Marc > > > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I.. > > -I/home/liselene/projects/speex/speex-MailScanner consid?re les > > adresses num?riques comme dangereuses:1.1.11.1/bin-fixed/include -g > > -O2 -MT modes.lo -MD -MP -MF .deps/modes.Tpo -c modes.c -fPIC -DPIC > > -o .libs/modes.o > > modes.c:390: error: initializer element is not constant > > modes.c:390: error: (near initialization for `nb_mode.lpc_floor') > > modes.c:395: error: initializer element is not constant > > > > Tks, > > ---------------------------------------------- > > Liselene de Abreu Borges > > 10LE - Linux Embedded Lab > > INdT - Nokia Institute of Tecnology > > liselene.rs@gmail.com > > > > > > _______________________________________________ > > Speex-dev mailing list > > Speex-dev@xiph.org > > http://lists.xiph.org/mailman/listinfo/speex-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20051215/31e321c7/attachment.html