From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1NIX3S-00006c-Ds for mharc-grub-devel@gnu.org; Wed, 09 Dec 2009 19:38:50 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NIX3Q-00005I-P1 for grub-devel@gnu.org; Wed, 09 Dec 2009 19:38:48 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NIX3M-0008U7-60 for grub-devel@gnu.org; Wed, 09 Dec 2009 19:38:48 -0500 Received: from [199.232.76.173] (port=55006 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NIX3L-0008Tw-R2 for grub-devel@gnu.org; Wed, 09 Dec 2009 19:38:43 -0500 Received: from 197.red-80-32-81.staticip.rima-tde.net ([80.32.81.197]:43845 helo=mail.pina.cat) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NIX3K-0001sQ-SK for grub-devel@gnu.org; Wed, 09 Dec 2009 19:38:43 -0500 Received: from pinux (82-45-164-87.cable.ubr06.hari.blueyonder.co.uk [82.45.164.87]) by mail.pina.cat (Postfix) with ESMTP id D656A288F30C3 for ; Thu, 10 Dec 2009 01:38:41 +0100 (CET) Received: by pinux (Postfix, from userid 1000) id 93B399994; Thu, 10 Dec 2009 00:38:54 +0000 (GMT) Date: Thu, 10 Dec 2009 00:38:54 +0000 From: Carles Pina i Estany To: The development of GNU GRUB Message-ID: <20091210003854.GA25999@pina.cat> References: <20091207140923.GA6439@riva.ucam.org> <4B1D7C04.1000503@gmail.com> <20091207231203.GK6439@riva.ucam.org> <20091207233836.GA10791@riva.ucam.org> <4B1D96E0.1020004@gmail.com> <20091208001033.GQ6439@riva.ucam.org> <4B1D9AA2.6060505@gmail.com> <20091209235727.GA18509@pina.cat> <20091210000756.GA24209@pina.cat> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091210000756.GA24209@pina.cat> User-Agent: Mutt/1.5.20 (2009-06-14) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Subject: Re: Build failures on Ubuntu due to gettext X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 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, 10 Dec 2009 00:38:49 -0000 Hi, On Dec/10/2009, Carles Pina i Estany wrote: As Richard commented (thanks): > #define grub_put_(str) grub_printf(N_ ("%s"), (str)) #define grub_put_(str) grub_printf("%s", N (str)) I should not be sending patches when too tired / without properly testing with the .po that I've just deleted doing some other tests :-) Now should be fine and after it's committed next gettext patches will use it when needed. Cheers, -- Carles Pina i Estany http://pinux.info