Trying to build today's svn on fc5, gcc-4.1.0,amd64: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I.. -I/usr/include -O2 -fPIC -funswitch-loops -ftree-loop-linear -march=k8 -ftree-vectorize -pipe -mfpmath=sse -frename-registers -O3 -msse -MT nb_celp.lo -MD -MP -MF .deps/nb_celp.Tpo -c nb_celp.c -fPIC -DPIC -o .libs/nb_celp.o nb_celp.c: In function 'nb_encode': nb_celp.c:442: error: 'EncState' has no member named 'frame' make[2]: *** [nb_celp.lo] Error 1 make[2]: Leaving directory `/usr/src/redhat/BUILD/speex/libspeex' sean
Jean-Marc Valin
2006-Apr-08 07:35 UTC
[Speex-dev] speex cvs: 'EncState' has no member named 'frame'
Le samedi 08 avril 2006 ? 10:25 -0400, sean a ?crit :> Trying to build today's svn on fc5, gcc-4.1.0,amd64: > > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include > -I.. -I/usr/include -O2 -fPIC -funswitch-loops > -ftree-loop-linear -march=k8 -ftree-vectorize -pipe > -mfpmath=sse -frename-registers -O3 -msse -MT nb_celp.lo -MD > -MP -MF .deps/nb_celp.Tpo -c nb_celp.c -fPIC -DPIC -o > .libs/nb_celp.o > nb_celp.c: In function 'nb_encode': > nb_celp.c:442: error: 'EncState' has no member named 'frame' > make[2]: *** [nb_celp.lo] Error 1 > make[2]: Leaving directory > `/usr/src/redhat/BUILD/speex/libspeex'I'm doing some memory optimizations and 'frame' is one of the variables that disappeared. Haven't had time to update the vorbis-psy stuff yet. I suggest you disable that option, or use an older version (>24 hours old) until I fix it. Jean-Marc
sean
2006-Apr-08 07:38 UTC
[Speex-dev] Re: speex cvs: 'EncState' has no member named 'frame'
Jean-Marc Valin wrote:> Le samedi 08 avril 2006 ? 10:25 -0400, sean a ?crit : > >>Trying to build today's svn on fc5, gcc-4.1.0,amd64: >> >> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include >>-I.. -I/usr/include -O2 -fPIC -funswitch-loops >>-ftree-loop-linear -march=k8 -ftree-vectorize -pipe >>-mfpmath=sse -frename-registers -O3 -msse -MT nb_celp.lo -MD >>-MP -MF .deps/nb_celp.Tpo -c nb_celp.c -fPIC -DPIC -o >>.libs/nb_celp.o >>nb_celp.c: In function 'nb_encode': >>nb_celp.c:442: error: 'EncState' has no member named 'frame' >>make[2]: *** [nb_celp.lo] Error 1 >>make[2]: Leaving directory >>`/usr/src/redhat/BUILD/speex/libspeex' > > > I'm doing some memory optimizations and 'frame' is one of the variables > that disappeared. Haven't had time to update the vorbis-psy stuff yet. I > suggest you disable that option, or use an older version (>24 hours old) > until I fix it. > > Jean-MarcWill do. Thanks for all the hard work. sean