On 07/20/2012 04:20 PM, David C. Rankin wrote:
On 07/20/2012 04:09 PM, Darrell Anderson wrote:
I am able to build the package here. What should the package contents be, just in case I'm not building correctly?
In /opt/trinity/lib I see kcm_tdmtheme.so and kcm_tdmtheme.la. I see a desktop file in /opt/trinity/share/applications/tde. And an index.cache.bz2 and docbook file.
Darrell
It is a kcontrol entry to configure kdmtheme. Handy! If I'm thinking correctly, it should provide 'System Adminstration -> KDM Theme Manager'
Why are you not getting a tdmtheme.moc failure??
I can't fake that and I can't do anything in the build script to mess it up either??
/bin/sh ../libtool --tag=CXX --mode=compile 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=i686 -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 -MT tdmtheme.lo -MD -MP -MF .deps/tdmtheme.Tpo -c -o tdmtheme.lo tdmtheme.cpp libtool: compile: 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=i686 -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 -MT tdmtheme.lo -MD -MP -MF .deps/tdmtheme.Tpo -c tdmtheme.cpp -fPIC -DPIC -o .libs/tdmtheme.o tdmtheme.cpp:344:24: fatal error: tdmtheme.moc: No such file or directory
The error is correct, there is no tdmtheme.moc generated:
16:34 supersff:~/bld/david/build/src/kdmtheme/src> l total 88 drwxr-xr-x 4 nobody nobody 4096 Jul 20 16:22 . drwxr-xr-x 8 nobody nobody 4096 Jul 20 16:22 .. drwxr-xr-x 2 nobody nobody 4096 Jul 20 16:22 .deps drwxr-xr-x 2 nobody nobody 4096 Jul 20 16:22 .libs -rw-r--r-- 1 nobody nobody 24197 Jul 20 16:22 Makefile -rw-r--r-- 1 nobody nobody 419 Feb 8 17:58 Makefile.am -rw-r--r-- 1 nobody nobody 23640 Jul 20 16:22 Makefile.in -rw-r--r-- 1 nobody nobody 11730 Feb 8 17:58 tdmtheme.cpp -rw-r--r-- 1 nobody nobody 928 Jun 8 19:08 tdmtheme.desktop -rw-r--r-- 1 nobody nobody 2402 Mar 11 12:14 tdmtheme.h
What triggers it's generation?