From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Xiang, Haihao" Subject: errors when building the latest intel DDX driver Date: Tue, 21 Jun 2011 10:13:57 +0800 Message-ID: <1308622437.31680.22.camel@xhh-ctg32> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga03.intel.com (mga03.intel.com [143.182.124.21]) by gabe.freedesktop.org (Postfix) with ESMTP id 857739E740 for ; Mon, 20 Jun 2011 19:15:10 -0700 (PDT) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: "Wilson, Chris" Cc: Intel-gfx List-Id: intel-gfx@lists.freedesktop.org Hi, I got the following error message when run 'autogen.sh' ---------------- checking for XORG... configure: error: Package requirements (xorg-server >= xproto fontsproto randrproto renderproto xextproto x11 xextproto) were not met: Requested 'xorg-server >= xproto' but version of xorg-server is 1.10.2.901 ---------------- I don't enable SNA, so the required xserver version is 1.6. This issue is caused by commit 585667c2f9f88554ed89ff21ae38600f761d964c Author: Chris Wilson Date: Sat Jun 18 15:52:22 2011 +0100 sna: Bump the required xserver version to 1.10 After reverting this commit, I can build DDX driver normally. Thanks Haihao