Hat schon mal jemand Festival unter Suse 10.0 erfolgreich kompiliert?
Ich bekomme beim kompilieren der SpeechTools folgende Fehlermeldungen:
slib ist installiert.
Ich bekomme beim kompilieren der SpeechTools folgende Fehlermeldungen:
Code:
suse:/usr/src/asterisk/speech_tools # make
Making in directory ./siod ...
gcc -c -fno-implicit-templates -O3 -Wall -DSUPPORT_EDITLINE -I../include slib.cc
In file included from /usr/include/c++/4.0.2/backward/iostream.h:31,
from ../include/EST_iostream.h:52,
from ../include/EST_String.h:50,
from ../include/siod.h:17,
from slib.cc:88:
/usr/include/c++/4.0.2/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
../include/EST_Chunk.h:131: error: âEST_ChunkPtrâ does not name a type
../include/EST_Chunk.h:132: error: âEST_ChunkPtrâ does not name a type
../include/EST_Chunk.h:133: error: âEST_ChunkPtrâ does not name a type
../include/EST_Chunk.h:135: error: âEST_ChunkPtrâ has not been declared
../include/EST_Chunk.h:136: error: âEST_ChunkPtrâ has not been declared
../include/EST_Chunk.h:138: error: âEST_ChunkPtrâ has not been declared
../include/EST_Chunk.h:139: error: âEST_ChunkPtrâ has not been declared
../include/EST_TList.h:226: warning: friend declaration âstd::ostream& operator<<(std::ostream&, const EST_TList<T>&)â declares a non-template function
../include/EST_TList.h:226: warning: (if this is not what you intended, make sure the function template has already been declared and add <> after the function name here) -Wno-non-template-friend disables this warning
../include/EST_TVector.h:312: warning: friend declaration âstd::ostream& operator<<(std::ostream&, const EST_TVector<T>&)â declares a non-template function
../include/EST_TKVL.h:61: warning: friend declaration âstd::ostream& operator<<(std::ostream&, const EST_TKVI<K, V>&)â declares a non-template function
../include/EST_TKVL.h:146: warning: friend declaration âstd::ostream& operator<<(std::ostream&, const EST_TKVL<K, V>&)â declares a non-template function
../include/EST_TMatrix.h:310: warning: friend declaration âstd::ostream& operator<<(std::ostream&, const EST_TMatrix<T>&)â declares a non-template function
make[1]: *** [slib.o] Error 1
make: *** [siod] Error 2