Bug 46

Summary: ./configure error 2
Product: LinuxSampler Reporter: Sergey <vintserg>
Component: gig::EngineAssignee: Christian Schoenebeck <cuse>
Status: CLOSED FIXED    
Severity: normal    
Priority: P2    
Version: SVN Trunk   
Hardware: PC   
OS: Linux   

Description Sergey 2007-05-04 15:15:05 CEST
./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.
Comment 1 Christian Schoenebeck 2007-05-12 17:53:45 CEST
Yep, exactly, this due to some legacy code. I just commited a fix to CVS.