I'm new to Linux and I need some help with compiling theme.
I use Debian stable and KDE 3.1.4. I downloaded the
Plastik from KDE-Look.org. After extracting, I ran configure and everything seemed to be good. Then I typed make, but this time it gave me some errors as below. Can someone help me to sort this out?
/thinkeramik-2.8$ make
make all-recursive
make[1]: Entering directory `/home/lwu/source/theme/kde/thinkeramik-2.8'
Making all in kcmthinkeramik
make[2]: Entering directory `/thinkeramik-2.8/kcmthinkeramik'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/thinkeramik-2.8/kcmthinkeramik'
Making all in kcs
make[2]: Entering directory `/home/lwu/source/theme/kde/thinkeramik-2.8/kcs'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/thinkeramik-2.8/kcs'
Making all in kwin
make[2]: Entering directory `/thinkeramik-2.8/kwin'
Making all in .
make[3]: Entering directory `/thinkeramik-2.8/kwin'
source='thinkmk.cpp' object='thinkmk.lo' libtool=yes \
depfile='.deps/thinkmk.Plo' tmpdepfile='.deps/thinkmk.TPlo' \
depmode=gcc /bin/sh ../admin/depcomp \
/bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./../.. -I/usr/include/kde -I/usr/share/qt3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -UQT_NO_ASCII_CAST -c -o thinkmk.lo `test -f thinkmk.cpp || echo './'`thinkmk.cpp
thinkmk.cpp:35: kwin/workspace.h: No such file or directory
thinkmk.cpp:36: kwin/options.h: No such file or directory
In file included from thinkmk.cpp:38:
thinkmk.h:30: kwin/client.h: No such file or directory
thinkmk.h:31: kwin/kwinbutton.h: No such file or directory
make[3]: *** [thinkmk.lo] Error 1
make[3]: Leaving directory `/thinkeramik-2.8/kwin'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/thinkeramik-2.8/kwin'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/thinkeramik-2.8'
make: *** [all] Error 2
/thinkeramik-2.8$