Mailing List Archive

[issue235] compilation failure if without curses
New submission from Jan-Oliver Wagner <jan@intevation.de>:

As reported on gpa-dev
http://lists.gnupg.org/pipermail/gpa-dev/2004-June/002003.html



Please see the attached typescript for a compilation failure when
pinentry 0.7.1 is built without curses fallback. I was able to fix it
by adding -I$(top_srcdir)/pinentry to AM_CPPFLAGS in qt/Makefile.am.
(You can remove it from ncurses_include as it would then be redundant.)

On an unrelated note, you might want to update your config.guess and
config.sub; they are more than a year old. A good time might be before
every release.

----------
assignedto: werner
messages: 1181
nosy: jan, werner
priority: minor bug
status: unread
title: compilation failure if without curses
topic: pinentry
______________________________________________________
Aegypten issue tracker <aegypten-issues@intevation.de>
<https://intevation.de/roundup/aegypten/issue235>
______________________________________________________
Re: [issue235] compilation failure if without curses [ In reply to ]
On Thu, 15 Jul 2004 21:00:12 +0000, Jan-Oliver Wagner said:

> On an unrelated note, you might want to update your config.guess and
> config.sub; they are more than a year old. A good time might be before

I have seen to many troubles with broken config.* scripts - thus I am
a bit conservative with that.

Werner