From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NmU5U-00010P-7P for qemu-devel@nongnu.org; Tue, 02 Mar 2010 10:32:44 -0500 Received: from [199.232.76.173] (port=51722 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NmU5T-0000zy-5I for qemu-devel@nongnu.org; Tue, 02 Mar 2010 10:32:43 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NmU5S-0001kb-79 for qemu-devel@nongnu.org; Tue, 02 Mar 2010 10:32:42 -0500 Received: from mx1.redhat.com ([209.132.183.28]:60003) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NmU5R-0001kX-Ql for qemu-devel@nongnu.org; Tue, 02 Mar 2010 10:32:42 -0500 Date: Tue, 2 Mar 2010 17:29:20 +0200 From: "Michael S. Tsirkin" Message-ID: <20100302152920.GA8481@redhat.com> References: <20100302132540.GA6681@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100302132540.GA6681@redhat.com> Subject: [Qemu-devel] Re: [PATCH] qemu: printf related build fixes List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori , qemu-devel@nongnu.org On Tue, Mar 02, 2010 at 03:25:40PM +0200, Michael S. Tsirkin wrote: > Some versions of glibc (e.g. globc 2.5 that ships with rhel5.4) > make printf a macro. This makes using preprocessor within calls > to printf illegal. Move preprocessor use outside printf calls. > > Signed-off-by: Michael S. Tsirkin Looks like this was solved differently meanwhile. Pls disregard. -- MST