From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KXHT9-0001EX-RF for mharc-grub-devel@gnu.org; Sun, 24 Aug 2008 11:25:31 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KXHT8-0001EF-FW for grub-devel@gnu.org; Sun, 24 Aug 2008 11:25:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KXHT6-0001Do-Vp for grub-devel@gnu.org; Sun, 24 Aug 2008 11:25:30 -0400 Received: from [199.232.76.173] (port=44947 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KXHT6-0001Dh-Sd for grub-devel@gnu.org; Sun, 24 Aug 2008 11:25:28 -0400 Received: from moutng.kundenserver.de ([212.227.126.171]:57493) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KXHT6-0007we-BT for grub-devel@gnu.org; Sun, 24 Aug 2008 11:25:28 -0400 Received: from [85.180.57.8] (e180057008.adsl.alicedsl.de [85.180.57.8]) by mrelayeu.kundenserver.de (node=mrelayeu3) with ESMTP (Nemesis) id 0MKxQS-1KXHT41zC7-0000Vc; Sun, 24 Aug 2008 17:25:26 +0200 From: Felix Zielcke To: The development of GRUB 2 In-Reply-To: References: <48B156D5.4020203@t-online.de> <1219582113.4801.8.camel@fz.local> Content-Type: text/plain Date: Sun, 24 Aug 2008 17:25:25 +0200 Message-Id: <1219591525.4801.10.camel@fz.local> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX1/a8LseygIwvSlfm72OZmNqLoTiD0kQtX4s7ND QQoJiOub7RA5Y7yanabvS7jxkvTHxZ9U4Mj0/Lf/ozcCIC+qr4 51y1LE9U8tuQa4nLzXXMG9nqEUiXSjl X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) Subject: Re: [PATCH] Mingw support for grub2 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2008 15:25:30 -0000 Am Sonntag, den 24.08.2008, 23:11 +0800 schrieb Bean: Hi Bean, > Hi, > > I just check, _GNU_SOURCE is defined for mingw, but asprintf is still > missing. I guess mingw implementation is not so completed. Oh sorry I forgot to tell you that you may need to add a `#include config.h' For my util/getroot.c patch where I use asprintf I had to do it else it wasn't defined.