On 5/28/06, Georgina Joyce <[EMAIL PROTECTED]> wrote:

I tried it with the ending slash and without the slash but it just won't build with freetts 
support.  Gnome-speech will build without freetts support without any problem.  I tried 
capturing the error with "make >error_log.txt" but that didn't capture the 
errors.  Here's what I could copy from the screen:

Make sends any errors to stderr.  In order to capture both stdout (1)
and stderr (2), you need to redirect 2 onto 1.  So,

make > error.log 2>&1

You can also try `make 2>&1 | tee error.log' if you like to see the
output going by.

org/GNOME/Speech/FreeTTSSynthesisDriver.java:219: cannot find symbol
symbol  : method tie()

That seems bad, but I have a hunch the source of this error is earlier.

--
Dan
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to