We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
getting this error during make -j$(nproc)
make -j$(nproc)
89%] Linking CXX shared module kwin4_effect_lightlyshaders.so [ 91%] Built target kwin4_effect_lightlyshaders [ 93%] Linking CXX shared module lightlyshaders_blur.so /usr/bin/ld: cannot find -lkwin: No such file or directory [ 95%] Linking CXX shared module kwin4_lightlyshaders_config.so collect2: error: ld returned 1 exit status make[2]: *** [src/blur/CMakeFiles/lightlyshaders_blur.dir/build.make:210: src/blur/lightlyshaders_blur.so] Error 1 make[1]: *** [CMakeFiles/Makefile2:1028: src/blur/CMakeFiles/lightlyshaders_blur.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... [ 97%] Built target kwin4_lightlyshaders_config make: *** [Makefile:146: all] Error 2
here is my system Operating System: Manjaro Linux KDE Plasma Version: 5.27.10 KDE Frameworks Version: 5.115.0 Qt Version: 5.15.12 Kernel Version: 6.6.16-2-MANJARO (64-bit) Graphics Platform: X11 Processors: 12 × 12th Gen Intel® Core™ i5-12450H Memory: 15.3 GiB of RAM Graphics Processor: Mesa Intel® Graphics Manufacturer: TIMI Product Name: Xiaomi NoteBook Pro
The text was updated successfully, but these errors were encountered:
No branches or pull requests
getting this error during
make -j$(nproc)
here is my system
Operating System: Manjaro Linux
KDE Plasma Version: 5.27.10
KDE Frameworks Version: 5.115.0
Qt Version: 5.15.12
Kernel Version: 6.6.16-2-MANJARO (64-bit)
Graphics Platform: X11
Processors: 12 × 12th Gen Intel® Core™ i5-12450H
Memory: 15.3 GiB of RAM
Graphics Processor: Mesa Intel® Graphics
Manufacturer: TIMI
Product Name: Xiaomi NoteBook Pro
The text was updated successfully, but these errors were encountered: