Bug 46 - ./configure error 2
Summary: ./configure error 2
Status: CLOSED FIXED
Alias: None
Product: LinuxSampler
Classification: Unclassified
Component: gig::Engine (show other bugs)
Version: SVN Trunk
Hardware: PC Linux
: P2 normal
Assignee: Christian Schoenebeck
URL:
Depends on:
Blocks:
 
Reported: 2007-05-04 15:15 CEST by Sergey
Modified: 2007-12-19 00:35 CET (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.