From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 114661F0DCC; Sun, 5 Mar 2017 00:41:53 -0500 (EST) Received: from mailbackend.panix.com (mailbackend.panix.com [166.84.1.89]) by befuddled.reisers.ca (Postfix) with ESMTPS id 321291F0DC9 for ; Sun, 5 Mar 2017 00:41:52 -0500 (EST) Received: from panix1.panix.com (panix1.panix.com [166.84.1.1]) by mailbackend.panix.com (Postfix) with ESMTP id 3ADAF1D4D6 for ; Sun, 5 Mar 2017 00:41:49 -0500 (EST) Received: by panix1.panix.com (Postfix, from userid 20712) id E539614B9D; Sun, 5 Mar 2017 00:41:49 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by panix1.panix.com (Postfix) with ESMTP id E198014B7F for ; Sun, 5 Mar 2017 00:41:49 -0500 (EST) Date: Sun, 5 Mar 2017 00:41:49 -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 05:41:53 -0000 I almost got this to build on archlinux. With Samuel's patch, it couldn't find termcap. I do have a termcap.h file so I will examine #include directives and see if one for termcap needs a little modification for this to build all the way. I have /usr/include/termcap.h on this system. 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 --