|
Make Error w/ KDE 3.1 themes/styles
I'm a newbie and I just got Fedora Core 1 running with KDE 3.1.4. I downloaded the "Knifty" window decoration and the "Plastik" style. Both require me to compile them with the ./configure>make>make install command set. Both give the same error messages when I run the make command:
config.cpp:172:22: config.moc: No such file or directory
make[3]: *** [config.lo] Error 1
make[3]: Leaving directory `/home/brett/knifty-0.3.4/client/config'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/brett/knifty-0.3.4/client'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/brett/knifty-0.3.4'
make: *** [all] Error 2
AND
config.cpp:172:22: config.moc: No such file or directory
make[3]: *** [config.lo] Error 1
make[3]: Leaving directory `/home/brett/plastik-0.3.9/client/config'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/brett/plastik-0.3.9/client'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/brett/plastik-0.3.9'
make: *** [all] Error 2
I am logged in as root via su.
|