[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
oops, = versus == bites again
From: |
Andrei . Kholodnyi |
Subject: |
oops, = versus == bites again |
Date: |
Mon, 01 Nov 2010 12:00:57 +0000 |
On Nov 1, 2010 12:31pm, Christopher Brannon <chris at the-brannons.com> wrote:
> A recent commit introduced the following statement:
> if (ssml_mode = SPD_DATA_SSML).
> Of course, we really wanted a comparison there...
> The compiler caught it. People should be looking at error messages when
> they build, since Boris did such a wonderful job of cleaning up the
> compiler output. Here's how I build:
> autoreconf -i ; ./configure ; make 2>err > out&
> Standard error goes to its own file, and I don't have to plow through a
> bunch of noise from stdout in order to find the compiler messages
> that interest me.
Thanks Chris, good catch. I'll follow you suggestion.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.freebsoft.org/pipermail/speechd/attachments/20101101/6417420d/attachment.htm>