matinlotfali / KDE-Rounded-Corners

Rounds the corners of your windows in KDE Plasma 5 and 6
GNU General Public License v3.0
638 stars 22 forks source link

CMake error on Kali Linux (Debian Sid) #261

Closed ak9473 closed 3 months ago

ak9473 commented 3 months ago

i am getting error message whenever i try to install on kali linux.

matinlotfali commented 3 months ago

I tried Kali Linux and I noticed that ECM has version 6.1 while the KWin is still on 5.27. This is a condition that I thought would never happen, but I was wrong.

Choosing the correct KF and QT versions should be decided in another way. I will open a pull request about this.

ak9473 commented 3 months ago

hey dev i am still getting same error as you mention above. is there any other solution to fix this.

matinlotfali commented 3 months ago

Can you send me a copy of the error message?

ak9473 commented 3 months ago

hi dev i tried in vm now it's working . Thanks to you now i am going to install kali on my main driver.

ak9473 commented 3 months ago

again getting same error

Screenshot_2024-08-11_06-41-16

matinlotfali commented 3 months ago

Looks like the build directory is already present. Can you remove it, build it again, and send me newer logs?

ak9473 commented 3 months ago

here is the new log . i don't know what happened but 4 days before it was working. Screenshot_20240812_011457

matinlotfali commented 3 months ago

It took me some time to figure out the issue without damaging the installation for other distros.

See #269

You need to downgrade the extra-cmake-modules from the stable branch of Debian like this:

echo "deb http://deb.debian.org/debian stable main" >> /etc/apt/sources.list
apt update 
apt install -t stable extra-cmake-modules 

Then, the build should work nicely.