Bugzilla – Bug 288
failed to build against system sbsms
Last modified: 2018-08-20 11:45:29 UTC
I am using "./configure --with-sbsms=system". Audacity 1.3.12 builds, but SVN trunk fails: effects/SBSMSEffect.cpp: In member function ‘virtual bool EffectSBSMS::Process()’: effects/SBSMSEffect.cpp:273: error: ‘struct sbsmsInfo’ has no member named ‘rate0’ effects/SBSMSEffect.cpp:274: error: ‘struct sbsmsInfo’ has no member named ‘rate1’ effects/SBSMSEffect.cpp:275: error: ‘struct sbsmsInfo’ has no member named ‘pitch0’ effects/SBSMSEffect.cpp:276: error: ‘struct sbsmsInfo’ has no member named ‘pitch1’ effects/SBSMSEffect.cpp:278: error: ‘sbsms_quality’ was not declared in this scope effects/SBSMSEffect.cpp:278: error: expected ‘;’ before ‘quality’ effects/SBSMSEffect.cpp:279: error: ‘rateCBLinear’ was not declared in this scope effects/SBSMSEffect.cpp:279: error: ‘pitchCBLinear’ was not declared in this scope effects/SBSMSEffect.cpp:279: error: ‘quality’ was not declared in this scope make[1]: *** [effects/SBSMSEffect.o] Fehler 1
I've suggested this as a P4. If it's worse than that (e.g. stops you doing a new Audacity release for Ubuntu in the way you normally would) then I would ask on -devel about it.
This bug was fixed some time ago in trunk and therefore will be fixed in the upcoming 2.0.1 release.