Hi there, here is a little bug report: # ./configure --with-gnu-ld --enable-sse # make [...] vq.c:99: error: conflicting types for `vq_nbest' vq.h:44: error: previous declaration of `vq_nbest' vq.c:133: error: conflicting types for `vq_nbest_sign' vq.h:46: error: previous declaration of `vq_nbest_sign' The --enable-sse option took this bug to the surface. The header file is prepared for the sse optimization but the source isn't. Best Regards Lars
OK, I forgot a #include statement in vq.c. Should be fixed in svn now (haven't tested -- can you confirm?). Jean-Marc Le samedi 02 juillet 2005 ? 19:14 +0200, Lars T?uber a ?crit :> Hi there, > > here is a little bug report: > > # ./configure --with-gnu-ld --enable-sse > # make > [...] > vq.c:99: error: conflicting types for `vq_nbest' > vq.h:44: error: previous declaration of `vq_nbest' > vq.c:133: error: conflicting types for `vq_nbest_sign' > vq.h:46: error: previous declaration of `vq_nbest_sign' > > > The --enable-sse option took this bug to the surface. > The header file is prepared for the sse optimization but the source isn't. > > > Best Regards > Lars > > _______________________________________________ > Speex-dev mailing list > Speex-dev@xiph.org > http://lists.xiph.org/mailman/listinfo/speex-dev >-- Jean-Marc Valin <Jean-Marc.Valin@USherbrooke.ca> Universit? de Sherbrooke
Hallo Jean-Marc, yes it compiles fine. Thanks. Lars On Tue, 05 Jul 2005 09:32:32 +1000 Jean-Marc Valin <Jean-Marc.Valin@usherbrooke.ca> wrote:> OK, I forgot a #include statement in vq.c. Should be fixed in svn now > (haven't tested -- can you confirm?). > > Jean-Marc > > Le samedi 02 juillet 2005 ? 19:14 +0200, Lars T?uber a ?crit : > > Hi there, > > > > here is a little bug report: > > > > # ./configure --with-gnu-ld --enable-sse > > # make > > [...] > > vq.c:99: error: conflicting types for `vq_nbest' > > vq.h:44: error: previous declaration of `vq_nbest' > > vq.c:133: error: conflicting types for `vq_nbest_sign' > > vq.h:46: error: previous declaration of `vq_nbest_sign' > > > > > > The --enable-sse option took this bug to the surface. > > The header file is prepared for the sse optimization but the source isn't. > > > > > > Best Regards > > Lars > > > > _______________________________________________ > > Speex-dev mailing list > > Speex-dev@xiph.org > > http://lists.xiph.org/mailman/listinfo/speex-dev > > > -- > Jean-Marc Valin <Jean-Marc.Valin@USherbrooke.ca> > Universit? de Sherbrooke >-- Sch?ne Gr??e Lars T?uber