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 when building #196

Open
MioNya4 opened this issue May 5, 2023 · 3 comments
Open

Error when building #196

MioNya4 opened this issue May 5, 2023 · 3 comments

Comments

@MioNya4
Copy link

MioNya4 commented May 5, 2023

[  9%] Building CXX object libappletdecoration/CMakeFiles/appletdecorationplugin.dir/previewbridge.cpp.o
/usr/src/applet-window-buttons/libappletdecoration/previewbridge.cpp: In member function 'virtual std::unique_ptr<KDecoration2::DecoratedClientPrivate> Decoration::Applet::PreviewBridge::createClient(KDecoration2::DecoratedClient*, KDecoration2::Decoration*)':
/usr/src/applet-window-buttons/libappletdecoration/previewbridge.cpp:75:83: error: invalid new-expression of abstract class type 'Decoration::Applet::PreviewClient'
75 |     auto ptr = std::unique_ptr<PreviewClient>(new PreviewClient(client, decoration));
|                                                                                   ^

full log: https://hastebin.com/share/oxehosagac.rust

Void linux 6.1.25 plasma 5.27.4 kf 5.105.0 qt 5.15.7

@TulparBey
Copy link

ı bellieve I got the same error as you. Have you found a solution?

@TulparBey
Copy link

Try this solution given by pizzadude in #194;

Step 1:
Install gh (Github CLI)
Step 2.
git clone https://github.com/psifidotos/applet-window-buttons/
Step 3.
cd applet-window-buttons
Step 4.
gh pr checkout #191
Step 5.
./install.sh

@dCo3lh0
Copy link

dCo3lh0 commented Dec 26, 2023

Try this solution given by pizzadude in #194;

Step 1: Install gh (Github CLI) Step 2. git clone https://github.com/psifidotos/applet-window-buttons/ Step 3. cd applet-window-buttons Step 4. gh pr checkout #191 Step 5. ./install.sh

thanks man!

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

3 participants