This patch is part of a series of patches for speech-tools for Debian GNU/Linux, which primarily fix build errors with GCC 4.3 and newer. Index: b/include/EST_TIterator.h =================================================================== --- a/include/EST_TIterator.h +++ b/include/EST_TIterator.h @@ -228,7 +228,7 @@ public: - typedef EST_TIterator Iter; + typedef EST_TRwIterator Iter; /// Create an iterator not associated with any specific container. EST_TRwIterator() {this->cont=NULL;} @@ -278,7 +278,7 @@ { public: - typedef EST_TIterator Iter; + typedef EST_TRwStructIterator Iter; /// Create an iterator not associated with any specific container. EST_TRwStructIterator() {this->cont=NULL;}