./configure --enable-override-filter-type=hp this setup compile wthis error Voice.cpp:518: error: 'FilterLeft' was not declared in this scope Voice.cpp:519: error: 'FilterRight' was not declared in this scope I think block FilterLeft.SetType(CONFIG_OVERRIDE_FILTER_TYPE); FilterRight.SetType(CONFIG_OVERRIDE_FILTER_TYPE); need to replace finalSynthesisParameters.filterLeft.SetType(CONFIG_OVERRIDE_FILTER_TYPE); finalSynthesisParameters.filterRight.SetType(CONFIG_OVERRIDE_FILTER_TYPE); With the respect Sergey.
Yep, exactly, this due to some legacy code. I just commited a fix to CVS.