From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=34319 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OmPiP-0000FO-77 for qemu-devel@nongnu.org; Fri, 20 Aug 2010 07:25:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OmOze-000792-2Z for qemu-devel@nongnu.org; Fri, 20 Aug 2010 06:38:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49977) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OmOzd-00078G-Q6 for qemu-devel@nongnu.org; Fri, 20 Aug 2010 06:38:38 -0400 Message-ID: <4C6E5B26.6090306@redhat.com> Date: Fri, 20 Aug 2010 12:38:30 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 1/9] add pflib: PixelFormat conversion library. References: <1282221625-29501-1-git-send-email-kraxel@redhat.com> <1282221625-29501-2-git-send-email-kraxel@redhat.com> <4C6D39F1.7010408@codemonkey.ws> <4C6D4F19.3070609@redhat.com> <4C6D815C.3010504@codemonkey.ws> In-Reply-To: <4C6D815C.3010504@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org Hi, > You can see the rest of the plumbing in the tree. Hmm, "make test" (and trying to build anything in tests/) fails with separate source/build dirs. But it isn't obvious to me why it does. The Makefile takes care to set vpath, so I think it should have picked up the source files just fine ... Ideas anyone? cheers, Gerd