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 <jdashiel@xxxxxxxxx>
Reply-To: Speakup is a screen review system for Linux.
<speakup@xxxxxxxxxxxxxxxxx>
To: Speakup is a screen review system for Linux. <speakup@xxxxxxxxxxxxxxxxx>
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 <samuel.thibault@xxxxxxxxxxxx>
Reply-To: Speakup is a screen review system for Linux.
<speakup@xxxxxxxxxxxxxxxxx>
To: Speakup is a screen review system for Linux.
<speakup@xxxxxxxxxxxxxxxxx>
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@xxxxxxxxxxxxxxxxx
http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup
--
_______________________________________________
Speakup mailing list
Speakup@xxxxxxxxxxxxxxxxx
http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup