Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error compile kwin-plugins #8

Open
cararetoalonso opened this issue Oct 21, 2021 · 1 comment
Open

Error compile kwin-plugins #8

cararetoalonso opened this issue Oct 21, 2021 · 1 comment

Comments

@cararetoalonso
Copy link

[ 86%] Building CXX object plugins/roundedwindow/CMakeFiles/roundedwindow.dir/roundedwindow.cpp.o
/home/cararetoalonso/Downloads/devs/cutefishdesktop/kwin-plugins/plugins/roundedwindow/roundedwindow.cpp: In function ‘KWin::GLShader* getShader()’:
/home/cararetoalonso/Downloads/devs/cutefishdesktop/kwin-plugins/plugins/roundedwindow/roundedwindow.cpp:120:37: error: ‘ClampTexture’ is not a member of ‘KWin::ShaderTrait’; did you mean ‘MapTexture’?
120 | if (traits & KWin::ShaderTrait::ClampTexture) {
| ^~~~~~~~~~~~
| MapTexture
/home/cararetoalonso/Downloads/devs/cutefishdesktop/kwin-plugins/plugins/roundedwindow/roundedwindow.cpp: In member function ‘bool RoundedWindow::hasShadow(KWin::WindowQuadList&)’:
/home/cararetoalonso/Downloads/devs/cutefishdesktop/kwin-plugins/plugins/roundedwindow/roundedwindow.cpp:242:23: error: ‘const class KWin::WindowQuad’ has no member named ‘type’
242 | if (qds.at(i).type() == KWin::WindowQuadShadow)
| ^~~~
/home/cararetoalonso/Downloads/devs/cutefishdesktop/kwin-plugins/plugins/roundedwindow/roundedwindow.cpp:242:39: error: ‘WindowQuadShadow’ is not a member of ‘KWin’; did you mean ‘WindowQuadList’?
242 | if (qds.at(i).type() == KWin::WindowQuadShadow)
| ^~~~~~~~~~~~~~~~
| WindowQuadList
/home/cararetoalonso/Downloads/devs/cutefishdesktop/kwin-plugins/plugins/roundedwindow/roundedwindow.cpp: In member function ‘virtual void RoundedWindow::drawWindow(KWin::EffectWindow*, int, const QRegion&, KWin::WindowPaintData&)’:
/home/cararetoalonso/Downloads/devs/cutefishdesktop/kwin-plugins/plugins/roundedwindow/roundedwindow.cpp:284:32: error: ‘class KWin::WindowPaintData’ has no member named ‘quads’
284 | || !hasShadow(data.quads)) {
| ^~~~~
make[2]: *** [plugins/roundedwindow/CMakeFiles/roundedwindow.dir/build.make:116: plugins/roundedwindow/CMakeFiles/roundedwindow.dir/roundedwindow.cpp.o] Erro 1
make[1]: *** [CMakeFiles/Makefile2:292: plugins/roundedwindow/CMakeFiles/roundedwindow.dir/all] Erro 2
make: *** [Makefile:149: all] Erro 2

@dariusity
Copy link

The developers of this project did not enclose what are the version of software used when he made this. This is the problem with open-source.

How do I turn on the sound?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants