psifidotos / applet-window-buttons

Plasma 5 applet in order to show window buttons in your panels
GNU General Public License v2.0
402 stars 55 forks source link

Error upon building #212

Closed falcie1337 closed 8 months ago

falcie1337 commented 8 months ago

After finishing creating the build directory, when running the command to make -j$(nproc) on the terminal, it will fail to build, returning the following error code:

make[2]: *** [libappletdecoration/CMakeFiles/appletdecorationplugin.dir/build.make:216: libappletdecoration/CMakeFiles/appletdecorationplugin.dir/previewbridge.cpp.o] Erro 1 make[1]: *** [CMakeFiles/Makefile2:375: libappletdecoration/CMakeFiles/appletdecorationplugin.dir/all] Erro 2 make: *** [Makefile:146: all] Erro 2

Here is a bigger log for when you run the install.sh bash script: https://pastes.io/mq19df1eyd

Do not know what is needed to replicate this in specific, but i'm currently running on Debian Sid, kernel 6.5.0.5, and Plasma 5.2.21

falcie1337 commented 8 months ago

Forget it, after delving deeper, i saw the pull requests and chermnyx's pull solves this, implemented his code into the source of the program and the build ran smooth. This pull request should be implemented asap.