From: Michal Marek <mmarek@suse.cz>
To: "Yaakov (Cygwin/X)" <yselkowitz@users.sourceforge.net>
Cc: linux-kbuild@vger.kernel.org
Subject: Re: [PATCH] kconfig/nconf: fix compile with ncurses reentrant API
Date: Wed, 4 Jul 2012 18:32:06 +0200 [thread overview]
Message-ID: <20120704163206.GA12094@sepie.suse.cz> (raw)
In-Reply-To: <1339545915-8892-1-git-send-email-yselkowitz@users.sourceforge.net> <1339545902-8812-1-git-send-email-yselkowitz@users.sourceforge.net> <1339460981-7568-1-git-send-email-yselkowitz@users.sourceforge.net>
On Mon, Jun 11, 2012 at 07:29:41PM -0500, Yaakov (Cygwin/X) wrote:
> ESCDELAY is a global variable which is replaced by getter and setter
> functions with NCURSES_REENTRANT. This fixes the following error:
>
> nconf.c: In function ‘main’:
> nconf.c:1506:2: error: lvalue required as left operand of assignment
On Tue, Jun 12, 2012 at 07:05:02PM -0500, Yaakov (Cygwin/X) wrote:
> Commit 8c41e5e363db55d91aa3b1cdce4ab02ad9821de7 added a check for
> ncursesw/curses.h for the case where ncurses and ncursesw are build
> separately but only one is installed. But if both are installed,
> the headers ncurses/curses.h and ncursesw/curses.h differ, and since
> libncursesw will be found first, so should ncursesw/curses.h.
On Tue, Jun 12, 2012 at 07:05:15PM -0500, Yaakov (Cygwin/X) wrote:
> Import libraries on Cygwin and MinGW/MSYS use the .dll.a suffix, so
> checking this suffix is necessary to make sure ncurses will still be
> found when built without static libraries.
I applied these three to kbuild.git#kconfig. Sorry for the delay.
Michal
prev parent reply other threads:[~2012-07-04 16:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-13 0:05 [PATCH] kconfig: fix check-lxdialog for DLL platforms Yaakov (Cygwin/X)
2012-06-13 0:05 ` [PATCH] kconfig: check ncursesw headers first in check-lxdialog Yaakov (Cygwin/X)
2012-06-12 0:29 ` [PATCH] kconfig/nconf: fix compile with ncurses reentrant API Yaakov (Cygwin/X)
2012-07-04 16:32 ` Michal Marek [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120704163206.GA12094@sepie.suse.cz \
--to=mmarek@suse.cz \
--cc=linux-kbuild@vger.kernel.org \
--cc=yselkowitz@users.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox