error in building speech tools for festival2.1 under gcc in mac osx 10.8.5 -


the errors below occured while compiling/building speech tool 2.1 festival 2.1 under gcc in mac osx 10.8.5

in file included siod.cc:31: in file included ../include/est_thash.h:46: ../include/est_titerator.h:212:7: error: use of undeclared identifier 'begin'     { begin(over); }       ^       this->  ../include/est_titerator.h:292:7: error: use of undeclared identifier 'begin'     { begin(over); }       ^       this-> 

just had update gcc , okay. gcc in apple 4.2 or before , installed macports , installed gcc 4.9 gcc version 4.9.0 20131215 (experimental) (macports gcc49 4.9-20131215_0)


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -