0

以下のエラーは、mac osx 10.8.5 の gcc で、festival 2.1 用の音声ツール 2.1 をコンパイル/ビルド中に発生しました。

In file included from siod.cc:31:
In file included from ../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->
4

1 に答える 1

0

GCCを更新するだけで、すべて問題ありませんでした。Appleのgccは4.2かそれ以前で、macportsをインストールし、gcc 4.9 gccバージョン4.9.0 20131215(実験的)をインストールしました(MacPorts gcc49 4.9-20131215_0)

于 2013-11-04T15:30:08.813 に答える