Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754789Ab0LQNda (ORCPT ); Fri, 17 Dec 2010 08:33:30 -0500 Received: from mail-vw0-f46.google.com ([209.85.212.46]:39619 "EHLO mail-vw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754425Ab0LQNd3 convert rfc822-to-8bit (ORCPT ); Fri, 17 Dec 2010 08:33:29 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=bJyLwsHfVAe1gji6dU3gHPgCgm1ncD8pNbXgYTj3ACWGJLxcbGJ+rKY8sCpPLmGZli ANMXe4oCrtXUWcJBb28SPJdIiao091+46qj/VlZn35JkFDjFuOsQ8kBf/RxI6rUxfBWO qne440LXT7D+JLWb100ZRpOW8M85bZZWCyLA0= MIME-Version: 1.0 In-Reply-To: References: From: Richard Genoud Date: Fri, 17 Dec 2010 14:33:11 +0100 Message-ID: Subject: Re: make xconfig broken on 2.6.37-rc2 To: Ameya Palande <2ameya@gmail.com> Cc: linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, Roman Zippel Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 926 Lines: 28 2010/11/17 Ameya Palande <2ameya@gmail.com>: > Hi, > > When I try to do "make xconfig" on 2.6.37-rc2 it gives me following error: > >  HOSTCXX scripts/kconfig/qconf.o > In file included from scripts/kconfig/qconf.cc:48: > scripts/kconfig/qconf.moc:13: fatal error: private/qucomextra_p.h: No > such file or directory > compilation terminated. > make[1]: *** [scripts/kconfig/qconf.o] Error 1 > make: *** [xconfig] Error 2 > > My host is ubuntu 10.10 x86-32 with libqt3 and libqt4 both installed. hi ! this is due to moc which points by default to /usr/bin/moc-qt3 just make it point to moc-qt4 : sudo update-alternatives --config moc then make distclean, make xconfig. richard -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/