From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 9708F1EFB04; Sun, 13 Aug 2017 13:11:38 -0400 (EDT) Received: from mail-ua0-x22d.google.com (mail-ua0-x22d.google.com [IPv6:2607:f8b0:400c:c08::22d]) by befuddled.reisers.ca (Postfix) with ESMTPS id F2EBC1EFA18 for ; Sun, 13 Aug 2017 13:11:36 -0400 (EDT) Received: by mail-ua0-x22d.google.com with SMTP id q25so29891085uah.1 for ; Sun, 13 Aug 2017 10:11:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=X6QhOpFPwUVzvZtFQSxPrVb69Gf6DqSX/xHm82fXzt4=; b=EzHOlGWQEYE1LenHhVKL6dI1mI+5k2qVY9UZ3FqoUSspxZ6gSgoKNZe/QIe4p7lxPA /VuLlZlp37nyOYQdRCXwMODY/m/W6W4aJoK4R2m5T78OjYFkaY1heKqZkDVOu36+6wHY MXJCLT7LvA4afxLmsXuLaG354sONx021q4cc41hXa7et1XSXJQYDJs73NfsWvpWx+1Zt pojlDQOFaZNhlndEr1+M0mtG2LXKaZvaT2WVnoakjprxaIHQAEDnV8TIh2fNXNlxC9Yx CDueIS/NX9fOfT469yoCX/LFDTQq62aXv3EDI+Ijrm2wFltcI3og8MzjZv0T9WVdHvKM AnRg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=X6QhOpFPwUVzvZtFQSxPrVb69Gf6DqSX/xHm82fXzt4=; b=qTP4Ui8fLkepdP4UnDFYmuZL1tQf/xslgV+pEM9FIYgCGqPN72bJg6cR9JDlIwBTW6 5t0r0Za3Cv42kYJszUEWc49xHXGL+gGVjfkC7XuxNDuiGdd/x3Z0d9QukFnL3C3ryFne 8YpFhz78/RWTuFmUzfqpB28oeiRfxD/b0L9xunfXsSKMB1JcxCHBtriMeGiS9sawYmBw LmP6I5BD5P92fODsqwAWEb37zb9XMVCegcKFG7IZ40ZGlRxorzSLTs9plFCquXLIbrre Vf2yJHJRmI1mhSxqjEg1/0rUXN5UdGn3kqYlwg3RnBEdINnrz9PFftEeB+8419g+xSFM gTMA== X-Gm-Message-State: AHYfb5h4bO/gbJQb9u18fy6wvowEHltteuCk2/8Z9KrYBAOJD9UPeKZe HG7ISm/gggjKnrCnjXXPV/k2DvxhWA== X-Received: by 10.176.71.17 with SMTP id h17mr13153739uac.138.1502644296445; Sun, 13 Aug 2017 10:11:36 -0700 (PDT) MIME-Version: 1.0 Received: by 10.103.82.66 with HTTP; Sun, 13 Aug 2017 10:11:35 -0700 (PDT) Received: by 10.103.82.66 with HTTP; Sun, 13 Aug 2017 10:11:35 -0700 (PDT) In-Reply-To: <87wp67pn0b.fsf@the-brannons.com> References: <20170812143231.GA694@sanghar> <87wp67pn0b.fsf@the-brannons.com> From: Okash Khawaja Date: Sun, 13 Aug 2017 18:11:35 +0100 Message-ID: Subject: Re: speechd-up not working on text console To: Christopher Brannon Cc: John Covici , "Speakup is a screen review system for Linux." X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: speakup@linux-speakup.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Aug 2017 17:11:38 -0000 On 13 Aug 2017 3:20 pm, "Chris Brannon" wrote: Okash Khawaja writes: > The source I am using is https://github.com/williamh/speechd-up which > shows last update in Jan 2011. I might have to downgrade the text > tools to version compatible with speechd-up. I would prefer to bypass > texi stuff and still get relevant modules compiled, if possible. > Here's the error: > > ./fdl.texi:404: raising the section level of @appendixsubsec which is too low Hi, Since you don't really need to read the fdl locally, just edit speechd-up.texi and remove the line @include fdl.texi. Thanks that worked! But still no sound when run from text console. Works fine from inside GUI. -- Chris