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

Re: progress update



Hi Stephen,

Using gcc 3.3.3, the splitted strings are considered as errors. A solution is to merge the splitted strings in a single line.

So for example, at lines 72 and 73, instead of:

    Tcl_AppendResult(interp, "TTS: Could not find any
 wave devices\n", NULL);

Place your cursor to the second line ' wave...' and press the backspace key to merge the two lines in one line:

    Tcl_AppendResult(interp, "TTS: Could not find any wave devices\n", NULL);

You will repeat this for the three following errors at lines:

77 and 78
82 and 83
90 and 91

Greetings,

Gilles


--
Oralux http://oralux.org

-----------------------------------------------------------------------------
To unsubscribe from the emacspeak list or change your address on the
emacspeak list send mail to "emacspeak-request@xxxxxxxxxxx" with a
subject of "unsubscribe" or "help"