Description: this is asuse crystal theme inspierd by the suse crystal kxdocker bar theme, based on the tutorial posted on this site, hope u'll like it.
for space resons i removed the admin dir so dont forget to grab it from some kde sorces and place it in the root dir of the project, after that u'll have to run 'make -f ./Makefile.cvs'(for that u'll need the autoconf and automake installed)
I try to compile with "make -f ./Makefile.cvs" and the output is:
make[1]: admin/Makefile.common: No such file or directory
make[1]: *** No rule to make target `admin/Makefile.common'. Stop.
make: *** [all] Error 2
It seem to be missed the file admin/Makefile.common or the admin dir.
bye,
Riccardo
make all-recursive
make[1]: Entering directory `/home/Downloads/Themes/Windeco/suseCrystal'
Making all in client
make[2]: Entering directory `/home/Downloads/Themes/Windeco/suseCrystal/client'
Making all in config
make[3]: Entering directory `/home/Downloads/Themes/Windeco/suseCrystal/client/config'
make[3]: *** No rule to make target `suseCrystalconfig.cc', needed by `suseCrystalconfig.lo'. Stop.
make[3]: Leaving directory `/home/Downloads/Themes/Windeco/suseCrystal/client/config'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/Downloads/Themes/Windeco/suseCrystal/client'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/Downloads/Themes/Windeco/suseCrystal'
make: *** [all] Error 2
What did I do wrong?
Ratings & Comments
4 Comments
go to some kde source and search for adir called admin copy it to the top level of the project and u'll be just fine! peace!!!
I try to compile with "make -f ./Makefile.cvs" and the output is: make[1]: admin/Makefile.common: No such file or directory make[1]: *** No rule to make target `admin/Makefile.common'. Stop. make: *** [all] Error 2 It seem to be missed the file admin/Makefile.common or the admin dir. bye, Riccardo
try it now!
make all-recursive make[1]: Entering directory `/home/Downloads/Themes/Windeco/suseCrystal' Making all in client make[2]: Entering directory `/home/Downloads/Themes/Windeco/suseCrystal/client' Making all in config make[3]: Entering directory `/home/Downloads/Themes/Windeco/suseCrystal/client/config' make[3]: *** No rule to make target `suseCrystalconfig.cc', needed by `suseCrystalconfig.lo'. Stop. make[3]: Leaving directory `/home/Downloads/Themes/Windeco/suseCrystal/client/config' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/Downloads/Themes/Windeco/suseCrystal/client' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/Downloads/Themes/Windeco/suseCrystal' make: *** [all] Error 2 What did I do wrong?