[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <AANLkTin=vr14wPJottefmfsgfyYZbfcmchQerq+0oP5J@mail.gmail.com>
Date: Fri, 17 Dec 2010 14:33:11 +0100
From: Richard Genoud <richard.genoud@...il.com>
To: Ameya Palande <2ameya@...il.com>
Cc: linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org,
Roman Zippel <zippel@...ux-m68k.org>
Subject: Re: make xconfig broken on 2.6.37-rc2
2010/11/17 Ameya Palande <2ameya@...il.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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists