2010/11/17 Ameya Palande <2ameya@xxxxxxxxx>: > 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-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html