From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id CA5151F07F7; Sun, 5 Mar 2017 01:03:01 -0500 (EST) Received: from mailbackend.panix.com (mailbackend.panix.com [166.84.1.89]) by befuddled.reisers.ca (Postfix) with ESMTPS id E6AA31F067A for ; Sun, 5 Mar 2017 01:03:00 -0500 (EST) Received: from panix1.panix.com (panix1.panix.com [166.84.1.1]) by mailbackend.panix.com (Postfix) with ESMTP id 87C501D865 for ; Sun, 5 Mar 2017 01:03:00 -0500 (EST) Received: by panix1.panix.com (Postfix, from userid 20712) id 5C0E914B9D; Sun, 5 Mar 2017 01:03:00 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by panix1.panix.com (Postfix) with ESMTP id 59D7C14B7F for ; Sun, 5 Mar 2017 01:03:00 -0500 (EST) Date: Sun, 5 Mar 2017 01:03:00 -0500 (EST) From: Jude DaShiell To: "Speakup is a screen review system for Linux." Subject: Re: OT installing nfbtrans on Debian In-Reply-To: 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:03:01 -0000 Interestingly no mention is made of termcap in nfbtrans.c. Now I'm going to examine Makefile. On Sun, 5 Mar 2017, Jude DaShiell wrote: > Date: Sun, 5 Mar 2017 00:41:49 > From: Jude DaShiell > 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 > > 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 > > --