Hi!
now that I have gcc-3.2 I am trying to rebuild athlon-xp optimized packages from SID KDE3.1, but every kde package I try to compile ends with a <file>.moc file not found error :(
here an example of what I do:
$ apt-get build-dep kdebase $ apt-get -b source kdebase
and that's the result:
konq_popupmenu.cc:788:30: konq_popupmenu.moc: No such file or directory make[3]: *** [konq_popupmenu.lo] Error 1 make[3]: Leaving directory `/root/kdebase-3.1.0/libkonq' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/root/kdebase-3.1.0/libkonq' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/kdebase-3.1.0' make: *** [all] Error 2
I have tryed to do a manual ./configure --prefix=/usr && make, and I get the same error.
and the same with single packages like kedit....
Thanks. Regards