linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* make xconfig broken on 2.6.37-rc2
@ 2010-11-17 12:23 Ameya Palande
  2010-12-17 13:33 ` Richard Genoud
  0 siblings, 1 reply; 2+ messages in thread
From: Ameya Palande @ 2010-11-17 12:23 UTC (permalink / raw)
  To: linux-kbuild; +Cc: linux-kernel, Roman Zippel

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.

Cheers,
Ameya.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: make xconfig broken on 2.6.37-rc2
  2010-11-17 12:23 make xconfig broken on 2.6.37-rc2 Ameya Palande
@ 2010-12-17 13:33 ` Richard Genoud
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Genoud @ 2010-12-17 13:33 UTC (permalink / raw)
  To: Ameya Palande; +Cc: linux-kbuild, linux-kernel, Roman Zippel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-12-17 13:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-17 12:23 make xconfig broken on 2.6.37-rc2 Ameya Palande
2010-12-17 13:33 ` Richard Genoud

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).