Re: Gnome Speech with FreeTTS on rh9s



Rich:

These messages indicate that the build process isn't finding the FreeTTS 
libraries.  Ensure that there are .jar files in /usr/local/freeTts/lib.

The stardard tarball for FreeTTS is capitalized differently than your 
directory, note the capital F and the fact that all three letters TTS are 
capitalized.

Also, I would recommend not using the --quiet option for your ./autogen.sh 
command.  the process should output some information about where it thinks 
things are installed at the end of the configuration process.

HTH,

Marc



On Wed, 19 Nov 2003, Rich Caloggero wrote:

> I've tried, with no success to get this working. I've confirmed that my
> freeTTS is built and installed propperly. It will run the JsAPI HelloWorld
> demo.
> 
> So, I goto my gnome-speech source directory and type the following:
> 
> %
> ./autogen.sh --quiet --with-freetts-dir=/usr/local/freeTts/lib --prefix=/opt
> /gnome-2.4
> 
> Configure runs fine and finds the freeTTS components, the access bridge and
> knows its running with freeTTS...
> 
> Now, when I do "make", I get the following pile of errors.
> 
> Can anyone tell me what I'm missing here?
> 
>                     Rich
> 
> -----------
> 
> Making all in freetts
> make[3]: Entering directory
> `/root/cvs/gnome-2.4/gnome-speech/drivers/freetts'
> Making all in java
> make[4]: Entering directory
> `/root/cvs/gnome-2.4/gnome-speech/drivers/freetts/java'
> /usr/java/j2sdk1.4.2_01/bin/javac \
> -classpath
> ../../../java/gnome-speech.jar:/opt/gnome-2.4/share/jar/gnome-java-bridge.ja
> r:/usr/local/freeTts/lib/freetts.jar:/usr/local/freeTts/lib/cmulex.jar:/usr/
> local/freeTts/lib/cmukal16.jar \
> org/GNOME/Speech/*.java
> org/GNOME/Speech/FreeTTSSpeaker.java:9: package com.sun.speech.freetts does
> not exist
> import com.sun.speech.freetts.Voice;
>                               ^
> org/GNOME/Speech/FreeTTSSpeaker.java:10: package
> com.sun.speech.freetts.en.us does not exist
> import com.sun.speech.freetts.en.us.CMULexicon;
>                                     ^
> org/GNOME/Speech/FreeTTSSpeaker.java:11: package
> com.sun.speech.freetts.audio does not exist
> import com.sun.speech.freetts.audio.JavaClipAudioPlayer;
>                                     ^
> org/GNOME/Speech/FreeTTSSynthesisDriver.java:8: package
> com.sun.speech.freetts does not exist
> import com.sun.speech.freetts.Voice;
>                               ^
> org/GNOME/Speech/FreeTTSSynthesisDriver.java:9: package
> com.sun.speech.freetts.en.us does not exist
> import com.sun.speech.freetts.en.us.CMULexicon;
>                                     ^
> org/GNOME/Speech/FreeTTSSynthesisDriver.java:10: package
> com.sun.speech.freetts.audio does not exist
> import com.sun.speech.freetts.audio.JavaStreamingAudioPlayer;
>                                     ^
> org/GNOME/Speech/FreeTTSSynthesisDriver.java:11: package
> com.sun.speech.freetts.audio does not exist
> import com.sun.speech.freetts.audio.JavaClipAudioPlayer;
>                                     ^
> org/GNOME/Speech/FreeTTSSynthesisDriver.java:16: cannot resolve symbol
> symbol  : class Voice
> location: class org.GNOME.Speech.FreeTTSSynthesisDriver
>  private Voice v = null;
>                 ^
> org/GNOME/Speech/FreeTTSSynthesisDriver.java:17: cannot resolve symbol
> symbol  : class CMULexicon
> location: class org.GNOME.Speech.FreeTTSSynthesisDriver
>  private CMULexicon l = null;
>                 ^
> org/GNOME/Speech/FreeTTSSynthesisDriver.java:181: cannot resolve symbol
> symbol  : class Voice
> location: class org.GNOME.Speech.FreeTTSSynthesisDriver.SpeechThread
>   private Voice v;
>                         ^
> org/GNOME/Speech/FreeTTSSynthesisDriver.java:184: cannot resolve symbol
> symbol  : class Voice
> location: class org.GNOME.Speech.FreeTTSSynthesisDriver.SpeechThread
>   public SpeechThread (Voice v) {
>                                      ^
> org/GNOME/Speech/FreeTTSSynthesisDriver.java:147: cannot resolve symbol
> symbol  : class Voice
> location: class org.GNOME.Speech.FreeTTSSynthesisDriver
>  public Voice getVoice () {
>                ^
> org/GNOME/Speech/FreeTTSSynthesisDriver.java:76: cannot resolve symbol
> symbol  : class Voice
> location: class org.GNOME.Speech.FreeTTSSynthesisDriver
>   v = (Voice) new com.sun.speech.freetts.en.us.CMUDiphoneVoice ();
>                      ^
> org/GNOME/Speech/FreeTTSSynthesisDriver.java:76: package
> com.sun.speech.freetts.en.us does not exist
>   v = (Voice) new com.sun.speech.freetts.en.us.CMUDiphoneVoice ();
>                                                             ^
> org/GNOME/Speech/FreeTTSSynthesisDriver.java:78: cannot resolve symbol
> symbol  : variable Voice
> location: class org.GNOME.Speech.FreeTTSSynthesisDriver
>    (Voice.DATABASE_NAME, databaseName);
>                          ^
> org/GNOME/Speech/FreeTTSSynthesisDriver.java:79: cannot resolve symbol
> symbol  : class CMULexicon
> location: class org.GNOME.Speech.FreeTTSSynthesisDriver
>   l = new CMULexicon ();
>                         ^
> org/GNOME/Speech/FreeTTSSynthesisDriver.java:82: cannot resolve symbol
> symbol  : class JavaClipAudioPlayer
> location: class org.GNOME.Speech.FreeTTSSynthesisDriver
>   v.setAudioPlayer (new JavaClipAudioPlayer());
>                                       ^
> 17 errors
> make[4]: *** [org/GNOME/Speech/*.class] Error 1
> make[4]: Leaving directory
> `/root/cvs/gnome-2.4/gnome-speech/drivers/freetts/java'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory
> `/root/cvs/gnome-2.4/gnome-speech/drivers/freetts'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/root/cvs/gnome-2.4/gnome-speech/drivers'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/root/cvs/gnome-2.4/gnome-speech'
> make: *** [all-recursive-am] Error 2
> 
> _______________________________________________
> gnome-accessibility-list mailing list
> gnome-accessibility-list gnome org
> http://mail.gnome.org/mailman/listinfo/gnome-accessibility-list
> 




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