Я пытаюсь установить тему для KDE (скачал её с KDE-Look.org).
распаковал архив (*.tar.bz2), прочитал руководство из архива, делаю по бумажке
./configure --prefix=`kde-config --prefix`
. . . . . .
Good - your configure finished. Start make now
далее делаю make, в начале всё ОК но потом начинаются проблемы
In file included from crystalclient.cc:36:
crystalclient.h:31:25: error: kdecoration.h: No such file or directory
crystalclient.h:32:32: error: kdecorationfactory.h: No such file or directory
crystalclient.cc:134:5: warning: "KDE_IS_VERSION" is not defined
crystalclient.cc:134:19: error: missing binary operator before token "("
crystalclient.cc:925:5: warning: "KDE_IS_VERSION" is not defined
crystalclient.cc:925:19: error: missing binary operator before token "("
crystalclient.h:101: error: expected class-name before '{' token
crystalclient.h:105: error: ISO C++ forbids declaration of 'KDecoration' with no type
crystalclient.h:105: error: 'KDecoration' declared as a 'virtual' field
crystalclient.h:105: error: expected ';' before '*' token
crystalclient.h:107: error: 'Ability' has not been declared
crystalclient.h:145: error: expected class-name before '{' token
crystalclient.h:148: error: expected `)' before '*' token
crystalclient.h:163: error: 'Position' does not name a type
crystalclient.cc:52: error: expected constructor, destructor, or type conversion before '*' token
crystalclient.cc:62: warning: 'class CCrystalTooltip' has virtual functions but non-virtual destructor
crystalclient.cc: In member function 'virtual void CCrystalTooltip::maybeTip(const QPoint&)':
crystalclient.cc:71: error: 'class CrystalClient' has no member named 'caption'
crystalclient.cc: At global scope:
crystalclient.cc:105: error: expected constructor, destructor, or type conversion before '*' token
crystalclient.cc:130: error: 'bool CrystalFactory::supports' is not a static member of 'class CrystalFactory'
crystalclient.cc:130: error: 'Ability' was not declared in this scope
crystalclient.cc:131: error: expected ',' or ';' before '{' token
make[3]: *** [crystalclient.lo] Ошибка 1
make[3]: Leaving directory `/home/kirpich/Desktop/crystal-1.0.0/client'
make[2]: *** [all-recursive] Ошибка 1
make[2]: Leaving directory `/home/kirpich/Desktop/crystal-1.0.0/client'
make[1]: *** [all-recursive] Ошибка 1
make[1]: Leaving directory `/home/kirpich/Desktop/crystal-1.0.0'
make: *** [all] Ошибка 2
в чем проблемы? Подобное со всеми устанавливаемыми темами и программами...Как это решить?