From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id CB9931F0C8E; Sun, 5 Mar 2017 01:12:31 -0500 (EST) Received: from mailbackend.panix.com (mailbackend.panix.com [166.84.1.89]) by befuddled.reisers.ca (Postfix) with ESMTPS id E7F631F0C6F for ; Sun, 5 Mar 2017 01:12:30 -0500 (EST) Received: from panix1.panix.com (panix1.panix.com [166.84.1.1]) by mailbackend.panix.com (Postfix) with ESMTP id 0BF6B1DA01 for ; Sun, 5 Mar 2017 01:12:28 -0500 (EST) Received: by panix1.panix.com (Postfix, from userid 20712) id D9A2A14B9D; Sun, 5 Mar 2017 01:12:28 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by panix1.panix.com (Postfix) with ESMTP id D759314B7F for ; Sun, 5 Mar 2017 01:12:28 -0500 (EST) Date: Sun, 5 Mar 2017 01:12:28 -0500 (EST) From: Jude DaShiell To: "Speakup is a screen review system for Linux." Subject: Re: OT installing nfbtrans on Debian In-Reply-To: <20170304144139.so6zf3iwz2rshyqf@var.youpi.perso.aquilenet.fr> Message-ID: References: <20170303045008.GA23493@qlf.suddenlink.net> <20170304144139.so6zf3iwz2rshyqf@var.youpi.perso.aquilenet.fr> User-Agent: Alpine 2.20 (NEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed 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, 05 Mar 2017 06:12:31 -0000 Okay, termcap is a lib in Makefile and once termcap package got installed from the aur repository nfbtrans compiled with warnings but nonetheless created an executable. On Sat, 4 Mar 2017, Samuel Thibault wrote: > Date: Sat, 4 Mar 2017 09:41:39 > From: Samuel Thibault > Reply-To: Speakup is a screen review system for Linux. > > To: Speakup is a screen review system for Linux. > Subject: Re: OT installing nfbtrans on Debian > > Hello, > > Tom Fowle, on jeu. 02 mars 2017 20:50:08 -0800, wrote: >> command gets an error about varying definitions of "getline" > > Indeed, that's now a standard function. What you can do is to add this > line: > > #define getline mygetline > > just before the line containing the first ocurrence of getline. > > Samuel > _______________________________________________ > Speakup mailing list > Speakup@linux-speakup.org > http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup --