speechd-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Erro while compiling Espeak


From: Hermann
Subject: Erro while compiling Espeak
Date: Wed, 5 Mar 2008 16:02:15 +0100

Hi,
I tried to compile Espeak from the source, and got a lot of errors I 
send in an attached file.
This happened in older versions too, actual version is 1.32.
Note: On my laptop with Gutsy I can compile Espeak without errors.
So I have to set up Espeak manually on my Desktop machine, where I use 
GRML.
Hermann

-- 
I use grml (http://grml.org/)
-------------- next part --------------
g++ -O2 -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"//usr/share/espeak-data\" -Wall 
-pedantic -I. -c -fno-exceptions  speak.cpp
g++ -O2 -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"//usr/share/espeak-data\" -Wall 
-pedantic -I. -c -fno-exceptions  compiledict.cpp
g++ -O2 -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"//usr/share/espeak-data\" -Wall 
-pedantic -I. -c -fno-exceptions  dictionary.cpp
g++ -O2 -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"//usr/share/espeak-data\" -Wall 
-pedantic -I. -c -fno-exceptions  intonation.cpp
g++ -O2 -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"//usr/share/espeak-data\" -Wall 
-pedantic -I. -c -fno-exceptions  readclause.cpp
g++ -O2 -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"//usr/share/espeak-data\" -Wall 
-pedantic -I. -c -fno-exceptions  setlengths.cpp
g++ -O2 -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"//usr/share/espeak-data\" -Wall 
-pedantic -I. -c -fno-exceptions  numbers.cpp
numbers.cpp:290: warning: overflow in implicit constant conversion
numbers.cpp:290: warning: overflow in implicit constant conversion
numbers.cpp:290: warning: overflow in implicit constant conversion
numbers.cpp:384: warning: overflow in implicit constant conversion
numbers.cpp:384: warning: overflow in implicit constant conversion
numbers.cpp:384: warning: overflow in implicit constant conversion
numbers.cpp:384: warning: overflow in implicit constant conversion
numbers.cpp:384: warning: overflow in implicit constant conversion
numbers.cpp:384: warning: overflow in implicit constant conversion
g++ -O2 -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"//usr/share/espeak-data\" -Wall 
-pedantic -I. -c -fno-exceptions  synth_mbrola.cpp
g++ -O2 -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"//usr/share/espeak-data\" -Wall 
-pedantic -I. -c -fno-exceptions  synthdata.cpp
synthdata.cpp: In function ?int LoadPhData()?:
synthdata.cpp:121: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
synthdata.cpp:123: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
g++ -O2 -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"//usr/share/espeak-data\" -Wall 
-pedantic -I. -c -fno-exceptions  synthesize.cpp
g++ -O2 -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"//usr/share/espeak-data\" -Wall 
-pedantic -I. -c -fno-exceptions  translate.cpp
g++ -O2 -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"//usr/share/espeak-data\" -Wall 
-pedantic -I. -c -fno-exceptions  tr_english.cpp
g++ -O2 -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"//usr/share/espeak-data\" -Wall 
-pedantic -I. -c -fno-exceptions  tr_languages.cpp
g++ -O2 -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"//usr/share/espeak-data\" -Wall 
-pedantic -I. -c -fno-exceptions  voices.cpp
g++ -O2 -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"//usr/share/espeak-data\" -Wall 
-pedantic -I. -c -fno-exceptions  wavegen.cpp
g++ -O2 -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"//usr/share/espeak-data\" -Wall 
-pedantic -I. -c -fno-exceptions  phonemelist.cpp
g++ -o speak speak.o compiledict.o dictionary.o intonation.o readclause.o 
setlengths.o numbers.o synth_mbrola.o synthdata.o synthesize.o translate.o 
tr_english.o tr_languages.o voices.o wavegen.o phonemelist.o -lstdc++ 
-lportaudio -lpthread 
readclause.o: In function `LoadSoundFile(char const*, int)':
readclause.cpp:(.text+0xb39): warning: the use of `tmpnam' is dangerous, better 
use `mkstemp'
wavegen.o: In function `WavegenCloseSound()':
wavegen.cpp:(.text+0x1f16): undefined reference to `Pa_StreamActive'
wavegen.o: In function `WavegenOpenSound()':
wavegen.cpp:(.text+0x1f69): undefined reference to `Pa_StreamActive'
collect2: ld returned 1 exit status
make: *** [speak] Fehler 1


reply via email to

[Prev in Thread] Current Thread [Next in Thread]