From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH 1/2] acore: deprecated function in wrappers.c Date: Mon, 28 Feb 2011 12:49:11 +0100 Message-ID: References: <4D67CC36.4090004@elproma.com.pl> <4D67D019.80807@elproma.com.pl> <4D6B8A44.7080805@elproma.com.pl> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.suse.de (cantor.suse.de [195.135.220.2]) by alsa0.perex.cz (Postfix) with ESMTP id 17DC3103837 for ; Mon, 28 Feb 2011 12:49:12 +0100 (CET) In-Reply-To: <4D6B8A44.7080805@elproma.com.pl> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Grzegorz Daniluk Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org At Mon, 28 Feb 2011 12:43:00 +0100, Grzegorz Daniluk wrote: > > Takashi Iwai wrote: > > Then configure script didn't detect the condition properly. > > Check CONFIG_HAVE_PCI_DEV_PRESENT in you config.log. Most likely > > a wrong gcc option or path is given, and the check is screwed up. > > > > > > Takashi > ok, but still, something is wrong if it tries to compile the wrapper > code even if new kernel was detected (2.6.35)... As I wrote, it's a problem in configure script. It didn't detect the presence of pci_dev_present() properly with your system. You tried to fix a wrong place. Takashi