From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42447) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c1C0j-0005y9-HY for qemu-devel@nongnu.org; Mon, 31 Oct 2016 08:48:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c1C0f-0005Iv-EI for qemu-devel@nongnu.org; Mon, 31 Oct 2016 08:48:21 -0400 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:40322 helo=mx0a-001b2d01.pphosted.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c1C0f-0005Iq-8B for qemu-devel@nongnu.org; Mon, 31 Oct 2016 08:48:17 -0400 Received: from pps.filterd (m0098414.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.17/8.16.0.17) with SMTP id u9VCiLRO082843 for ; Mon, 31 Oct 2016 08:48:16 -0400 Received: from e06smtp14.uk.ibm.com (e06smtp14.uk.ibm.com [195.75.94.110]) by mx0b-001b2d01.pphosted.com with ESMTP id 26e5hpagdn-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Mon, 31 Oct 2016 08:48:16 -0400 Received: from localhost by e06smtp14.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 31 Oct 2016 12:48:08 -0000 Received: from b06cxnps3075.portsmouth.uk.ibm.com (d06relay10.portsmouth.uk.ibm.com [9.149.109.195]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id 9E0DE17D805A for ; Mon, 31 Oct 2016 12:50:22 +0000 (GMT) Received: from d06av05.portsmouth.uk.ibm.com (d06av05.portsmouth.uk.ibm.com [9.149.37.229]) by b06cxnps3075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u9VCm5c941877574 for ; Mon, 31 Oct 2016 12:48:05 GMT Received: from d06av05.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u9VCm5LI001032 for ; Mon, 31 Oct 2016 06:48:05 -0600 Date: Mon, 31 Oct 2016 13:48:01 +0100 From: Cornelia Huck In-Reply-To: <20161031123930.GM3671@var.home> References: <1477656698-13569-1-git-send-email-kraxel@redhat.com> <1477656698-13569-7-git-send-email-kraxel@redhat.com> <20161031124530.2aad6ed6.cornelia.huck@de.ibm.com> <20161031120159.GH3671@var.home> <20161031130806.272eef44.cornelia.huck@de.ibm.com> <20161031123930.GM3671@var.home> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20161031134801.49697f92.cornelia.huck@de.ibm.com> Subject: Re: [Qemu-devel] [PULL 6/6] curses: Use cursesw instead of curses List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Samuel Thibault Cc: Gerd Hoffmann , qemu-devel@nongnu.org On Mon, 31 Oct 2016 13:39:30 +0100 Samuel Thibault wrote: > Cornelia Huck, on Mon 31 Oct 2016 13:08:06 +0100, wrote: > > You mean in configure, right? Including cursesw.h in the test program > > gets configure going again. > > Could you try the attached patch which fixes both configure and > ui/curses.c? Sadly, this does not fix it for me. I get the same errors in the configure test build as before.