On 03/22/2012 10:18 PM, David C. Rankin wrote:
All,
I am trying to build the applications requiring autoconf/libtool and I have
hit a wall. I was able to build tdeutils, but with both tdeaddons and tdegames I
experience build failures due to missing .moc files. I have had to use:
autoreconf --force --install
before ./configure, but that just cleans up the version mismatch of libtools.
The big problem is missing .moc files. Examples:
Hmm,
Same failure with tdetoys:
make[3]: Entering directory `/build/src/tdetoys/amor'
g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/trinity/include -I/opt/tqt3/include -I.
-include tqt.h -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W
-Wpointer-arith -fno-builtin -g3 -fno-inline -march=x86-64 -mtune=generic -O2
-pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2
-Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor
-fno-exceptions -fno-check-new -fno-common -I/usr/include/tqt
-DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT
-DQT_NO_TRANSLATION -MT amordialog.o -MD -MP -MF .deps/amordialog.Tpo -c -o
amordialog.o amordialog.cpp
amordialog.cpp:35:26: fatal error: amordialog.moc: No such file or directory
compilation terminated.
make[3]: *** [amordialog.o] Error 1
make[3]: Leaving directory `/build/src/tdetoys/amor'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/build/src/tdetoys/amor'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/build/src/tdetoys'
make: *** [all] Error 2
--
David C. Rankin, J.D.,P.E.