From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VwH1R-0002b8-Pu for mharc-grub-devel@gnu.org; Thu, 26 Dec 2013 14:55:09 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45087) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VwH1H-0002WK-NQ for grub-devel@gnu.org; Thu, 26 Dec 2013 14:55:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VwH19-0002WD-AA for grub-devel@gnu.org; Thu, 26 Dec 2013 14:54:59 -0500 Received: from mail-la0-x22b.google.com ([2a00:1450:4010:c03::22b]:57828) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VwH19-0002W3-2V for grub-devel@gnu.org; Thu, 26 Dec 2013 14:54:51 -0500 Received: by mail-la0-f43.google.com with SMTP id n7so3836573lam.2 for ; Thu, 26 Dec 2013 11:54:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:date:content-type:mime-version :content-transfer-encoding; bh=AAjk5VK4tLH941Ji3GtwlJy2ZTfEF1lAP6GmNqc9u6Q=; b=CQKNFgi79hlPw0gALHJEseDZN5S7Vwaa+BZoouimrErrocEOkOk8CE3/vUVuCgtyaL JGN2SyF/SX/VPIHfocpRfKt9j27rueb9ICxnodhPgU7oFkpEqPYawMMioa45LV2hF8VT h3r/w3AB+gE2m+BSJjdj3d1DOMSyK7cB495w1AbK6kL22c+fkp+r7pTLz/PxXlWTD8JC 0F3o/+aQoR+93iNs5jNKhKuSOgvgX+uat3Bn++Y1TtQriZSXJK2XU/kzI97nHYI3qkG5 2xqwra9kB4ffyPgNpHrB8pi2P/72rnU3d7F1so+JoHzXsbg0ozJodP6j9lXXsiImWWLp SmXA== X-Received: by 10.112.184.169 with SMTP id ev9mr16242977lbc.25.1388087689149; Thu, 26 Dec 2013 11:54:49 -0800 (PST) Received: from [192.168.1.44] (ppp91-76-134-134.pppoe.mtu-net.ru. [91.76.134.134]) by mx.google.com with ESMTPSA id rb4sm19391535lbb.1.2013.12.26.11.54.48 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Thu, 26 Dec 2013 11:54:48 -0800 (PST) Message-ID: <1388087687.918.69.camel@opensuse.site> Subject: error.h missing on mingw (grub-core/kern/emu/misc.c fails to compile) From: Andrey Borzenkov To: grub-devel@gnu.org Date: Thu, 26 Dec 2013 23:54:47 +0400 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.2 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22b X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Dec 2013 19:55:08 -0000 I'm not sure how to fix it. It is pulled in by build-grub-pep2elf and build-grub-pe2elf. Those are build time programs and so use BUILD_CPPFLAGS; adding CPPFLAGS_GNULIB is probably not appropriate. It compiles just fine with error.h commented out. May be something like #if !defined(GRUB_BUILD) || defined(HAVE_ERROR_H)