From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:59942) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RhJp9-0001u8-9Y for qemu-devel@nongnu.org; Sun, 01 Jan 2012 06:43:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RhJp8-000471-Go for qemu-devel@nongnu.org; Sun, 01 Jan 2012 06:43:35 -0500 Received: from mx1.redhat.com ([209.132.183.28]:52320) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RhJp8-00044P-7D for qemu-devel@nongnu.org; Sun, 01 Jan 2012 06:43:34 -0500 Date: Sun, 1 Jan 2012 13:45:36 +0200 From: "Michael S. Tsirkin" Message-ID: <20120101114536.GB25350@redhat.com> References: <5DE30B86318741F8B2D56EA407C5A8DB@FSCPC> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5DE30B86318741F8B2D56EA407C5A8DB@FSCPC> Subject: Re: [Qemu-devel] Compiling without python? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sebastian Herbszt Cc: Paolo Bonzini , Anthony Liguori , qemu-devel@nongnu.org On Fri, Dec 30, 2011 at 11:36:53PM +0100, Sebastian Herbszt wrote: > Sebastian Herbszt wrote: > >Is it still possible to compile without python? > > > >python /v1.0-267-gda5361c/scripts/qapi-commands.py -m -o . > >/bin/sh: python: command not found > >make: *** [qmp-commands.h] Error 127 > > > >Sebastian > > Care to answer? > > Thanks, > Sebastian Probably not. I think configure should check for python. -- MST