From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id D20FC1EFDDD; Sat, 1 Oct 2016 20:57:50 -0400 (EDT) Received: from mail-io0-x244.google.com (mail-io0-x244.google.com [IPv6:2607:f8b0:4001:c06::244]) by befuddled.reisers.ca (Postfix) with ESMTPS id 91E1A1EFDD6 for ; Sat, 1 Oct 2016 20:57:49 -0400 (EDT) Received: by mail-io0-x244.google.com with SMTP id r145so5119536ior.0 for ; Sat, 01 Oct 2016 17:57:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:from:to:subject:date:mime-version :content-transfer-encoding:in-reply-to:references; bh=un+VwNzBNwrR7W4Zze5+oNtqv8mm14uCNiSR+1gvfJ4=; b=njqsRUX+yjefVjmgWV/VIDOjc44MIA0gnjygJWwTExK0mbQticpYcNmaRFvhcMDAM9 sGa4vXHCZmHni2AVYLxDltDA5q79NPP3p9GBvkw51ORjQzNIGP2X74TnNQ8Mz/g/De+f mAn3eEUIJ11ha/ImseoGwL0vnYYTOag873RLQBBXN2adNGYagakOYlbKmXrBU+tLfmTE SoF9BIN/cLLf451UqsWPRyGyKC3LrKl0r+FAPKVRJk52ZCit1u9mKDR/r1Td9FSFtSmU e030GWZp8WP8vNBRBk0H+4AKE2s5NJeGTqwc1o9zF+X3YpcD8r+Zdz9qVsrH1Pz+9cFQ V/yg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:from:to:subject:date:mime-version :content-transfer-encoding:in-reply-to:references; bh=un+VwNzBNwrR7W4Zze5+oNtqv8mm14uCNiSR+1gvfJ4=; b=GyQWi6hkkW0uRZ1dGhrERNb/W7BY4GEdyV+Sh0APFNPFnt+W87oa8+yx5lC4oit3ES PDW6yE7l1UGuOf75rBtboFNOApXgAgq3euqjfxzxDWzyqI9SCi/+L+FhHOgUiSq9Tk17 83/C+IVEheXVwedHd6fxP/zXzkTh/vaYk/yCL6Z1tqcCViTTw3vHxNxKT1he/inP1Lxu 4BJ6xm3yaVsKWr2cfu4ZBQe9d7Z4pUmIGv7sl+YOUbngiPbuNxhSgn7oskNm3V32IU3Y pie5RG67yNCXFEaZzwikSThoCzND4UcjJySQZHKkSKI5jTvwqMuzFkpQivKu1sWyCjpK LwWA== X-Gm-Message-State: AA6/9Rk+vrWEAuyJmlG30kJkF80flME8XkhN1FZ0yKsCGg8aTA8nAojvcU5VBQZTV9uYaw== X-Received: by 10.107.15.38 with SMTP id x38mr1610759ioi.174.1475369868866; Sat, 01 Oct 2016 17:57:48 -0700 (PDT) Received: from [192.168.1.117] (71-8-135-6.dhcp.stcd.mn.charter.com. [71.8.135.6]) by smtp.gmail.com with ESMTPSA id b190sm4917499itb.17.2016.10.01.17.57.48 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 01 Oct 2016 17:57:48 -0700 (PDT) Message-ID: <20161002.005718.272.10@[192.168.1.117]> From: "Rob" To: "Speakup is a screen review system for Linux." Subject: Re: Error Compiling espeak Date: Sat, 01 Oct 2016 19:57:18 -0500 MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable In-Reply-To: <87twcv38t1.fsf@the-brannons.com> References: <20161001.225914.248.9@[192.168.1.117]> <87twcv38t1.fsf@the-brannons.com> X-Mailer: POP Peeper (4.2.0.0) X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 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, 02 Oct 2016 00:57:50 -0000 Chris Brannon wrote:> So you could probably fix it by patching the source code and adding a cast. Another option is to add -Wno-error=3Dnarrowing to $CXXFLAGS at = build-time. Well the CXXFLAGS approach didn't work. I've never made a distributable patch for source code before. I'll look = that up and see if that works. I'm fumbling in the dark here (ha ha) because while I get the basic gist of = what source code is trying to do (sometimes anyway) I don't know all the = syntax and stuff. Thanks for the hints.