Hi Rob,
I move my laptop to gentoo to use kde4 works better for me laptop... and i try to build dsp buit it fail like at the 90%
with this log:
/home/samuel/styleproject-code/kwin/kwinclient.cpp: En la función miembro ‘virtual void DSP::KwinClient::init()’:
/home/samuel/styleproject-code/kwin/kwinclient.cpp:257:56: aviso: se sugieren paréntesis alrededor de la asignación usada como valor verdadero [-Wparentheses]
if (m_wd = WindowData::memory(windowId(), this))
^
/home/samuel/styleproject-code/kwin/kwinclient.cpp: En la función miembro ‘void DSP::KwinClient::populate(const QString&, int&)’:
/home/samuel/styleproject-code/kwin/kwinclient.cpp:318:16: error: ‘class DSP::DButton’ no tiene un miembro llamado ‘setButtonStyle’
b->setButtonStyle(dConf.deco.buttons);
^
/home/samuel/styleproject-code/kwin/kwinclient.cpp: En la función miembro ‘virtual bool DSP::KwinClient::eventFilter(QObject*, QEvent*)’:
/home/samuel/styleproject-code/kwin/kwinclient.cpp:480:25: error: ‘class DSP::DButton’ no tiene un miembro llamado ‘type’
if (button->type() == DButton::Minimize || button->type() == DButton::Maximize || button->type() == DButton::Close)
^
/home/samuel/styleproject-code/kwin/kwinclient.cpp:480:64: error: ‘class DSP::DButton’ no tiene un miembro llamado ‘type’
if (button->type() == DButton::Minimize || button->type() == DButton::Maximize || button->type() == DButton::Close)
^
/home/samuel/styleproject-code/kwin/kwinclient.cpp:480:103: error: ‘class DSP::DButton’ no tiene un miembro llamado ‘type’
if (button->type() == DButton::Minimize || button->type() == DButton::Maximize || button->type() == DButton::Close)
^
/home/samuel/styleproject-code/kwin/kwinclient.cpp:491:25: error: ‘class DSP::DButton’ no tiene un miembro llamado ‘type’
if (button->type() == DButton::Minimize || button->type() == DButton::Maximize || button->type() == DButton::Close)
^
/home/samuel/styleproject-code/kwin/kwinclient.cpp:491:64: error: ‘class DSP::DButton’ no tiene un miembro llamado ‘type’
if (button->type() == DButton::Minimize || button->type() == DButton::Maximize || button->type() == DButton::Close)
^
/home/samuel/styleproject-code/kwin/kwinclient.cpp:491:103: error: ‘class DSP::DButton’ no tiene un miembro llamado ‘type’
if (button->type() == DButton::Minimize || button->type() == DButton::Maximize || button->type() == DButton::Close)
^
/home/samuel/styleproject-code/kwin/kwinclient.cpp: En el ámbito global:
/home/samuel/styleproject-code/kwin/kwinclient.cpp:760:27: aviso: se descartan los calificadores de tipo en el tipo de devolución de la función [-Wignored-qualifiers]
KwinClient::titleHeight() const
^
/home/samuel/styleproject-code/kwin/kwinclient.cpp: En la función miembro ‘void DSP::KwinClient::updateData()’:
/home/samuel/styleproject-code/kwin/kwinclient.cpp:837:56: aviso: se sugieren paréntesis alrededor de la asignación usada como valor verdadero [-Wparentheses]
if (m_wd = WindowData::memory(windowId(), this))
^
/home/samuel/styleproject-code/kwin/kwinclient.cpp:851:30: error: ‘class DSP::DButton’ no tiene un miembro llamado ‘setButtonStyle’
m_buttons.at(i)->setButtonStyle(buttonStyle);
^
kwin/CMakeFiles/kwin3_styleproject.dir/build.make:114: fallo en las instrucciones para el objetivo 'kwin/CMakeFiles/kwin3_styleproject.dir/kwinclient.cpp.o'
make[2]: *** [kwin/CMakeFiles/kwin3_styleproject.dir/kwinclient.cpp.o] Error 1
CMakeFiles/Makefile2:381: fallo en las instrucciones para el objetivo 'kwin/CMakeFiles/kwin3_styleproject.dir/all'
make[1]: *** [kwin/CMakeFiles/kwin3_styleproject.dir/all] Error 2
Makefile:138: fallo en las instrucciones para el objetivo 'all'
any idea? thanks
ye, youll have to use the legacy branch.... which is horribly old (and imperformant), but compiles against kwin/4. :/
oky thanks i will try, a question is not possible a patch o something to have all the others updates of the master branch not related to kwin (buttons, etc) and compile for kwin/4?
no, since the client talks to the server (the application talks to kwin) for various features like the apple-a-like combined head thing. I would really recommend you upgrade to kde5 anyways.
kde4 related