From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47550) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6y1u-0004a2-0M for qemu-devel@nongnu.org; Wed, 07 Aug 2013 03:19:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V6y1j-0002y8-Dy for qemu-devel@nongnu.org; Wed, 07 Aug 2013 03:19:33 -0400 Received: from mail-we0-x233.google.com ([2a00:1450:400c:c03::233]:50118) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6y1j-0002y4-7k for qemu-devel@nongnu.org; Wed, 07 Aug 2013 03:19:23 -0400 Received: by mail-we0-f179.google.com with SMTP id t57so1198632wes.38 for ; Wed, 07 Aug 2013 00:19:22 -0700 (PDT) Date: Wed, 7 Aug 2013 09:19:19 +0200 From: Stefan Hajnoczi Message-ID: <20130807071919.GA19825@stefanha-thinkpad.redhat.com> References: <714109BBB1F743A30290732C@nimrod.local> <1375639805-1943-1-git-send-email-alex@alex.org.uk> <1375639805-1943-7-git-send-email-alex@alex.org.uk> <20130806101017.GA7439@stefanha-thinkpad.redhat.com> <2BC4F05AF0367CEB6F622055@nimrod.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2BC4F05AF0367CEB6F622055@nimrod.local> Subject: Re: [Qemu-devel] [RFC] [PATCHv5 06/16] aio / timers: Untangle include files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex Bligh Cc: Kevin Wolf , Anthony Liguori , qemu-devel@nongnu.org, liu ping fan , Stefan Hajnoczi , Paolo Bonzini , MORITA Kazutaka , rth@twiddle.net On Wed, Aug 07, 2013 at 12:52:57AM +0100, Alex Bligh wrote: > --On 6 August 2013 12:10:17 +0200 Stefan Hajnoczi > wrote: > > >Fails to build ui/vnc-auth-sasl.c > > > >Please make sure that your ./configure output shows most optional > >dependencies are available (you need to install development packages for > >these libraries). Otherwise you will not see build breakage. > > I think I have caught most of these I can test on Ubuntu Precise in > my v7 patch. I enabled all options I could, and installed all the > dev options I could for linux. Some things would not build, despite > installing the development libraries (by 'not build' I mostly mean > configure would not pick them up when passed --enable-foo with > the obvious dev libraries installed). These are: Some tips on which packages to install: > host big endian no > gprof enabled no > sparse enabled no > strip binaries no > profiler no > static build no All the ones above are okay, fine to ignore. > SDL support no Do you have libsdl1.2-dev installed? > mingw32 support no Ok. > vde support no You need libvde-dev and/or libvdeplug2-dev. > RDMA support no Ok. > spice support no (/) libspice-protocol-dev and/or libspice-server-dev (can't remember). > usb net redir no > libiscsi support no > seccomp support no > GlusterFS support no Ok. > libssh2 support no libssh2-1-dev