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 compiling plugins/roundedwindow/roundedwindow.h #15

Open
fuyukiSmkw opened this issue Aug 27, 2022 · 1 comment
Open

Error compiling plugins/roundedwindow/roundedwindow.h #15

fuyukiSmkw opened this issue Aug 27, 2022 · 1 comment

Comments

@fuyukiSmkw
Copy link

The error below occurred when compiling (with dpkg-buildpackage):

In file included from kwin-plugins/obj-x86_64-linux-gnu/plugins/roundedwindow/roundedwindow_autogen/EWIEGA46WW/moc_roundedwindow.cpp:10,
                 from kwin-plugins/obj-x86_64-linux-gnu/plugins/roundedwindow/roundedwindow_autogen/mocs_compilation.cpp:2:
kwin-plugins/obj-x86_64-linux-gnu/plugins/roundedwindow/roundedwindow_autogen/EWIEGA46WW/../../../../../plugins/roundedwindow/roundedwindow.h:36:36: error: ‘LanczosCacheRole’ is not a member of ‘KWin::DataRole’
   36 |         BaseRole = KWin::DataRole::LanczosCacheRole + 100,
      |                                    ^~~~~~~~~~~~~~~~

This error is probably caused by an edit in kwineffects.h (See this commit).
In plugins/roundedwindow/roundedwindow.h:36 and plugins/roundedwindow/roundedwindow.cpp:273, Lanczous filter was used. However it was recently removed in kwineffects.h. Please consider an reimplementation.

@maravtdm
Copy link

maravtdm commented Mar 12, 2023

KDE Team about the drop of lanczos filter
See:
KDE/kwin@683a222

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