catsout / wallpaper-engine-kde-plugin

A kde wallpaper plugin integrating wallpaper engine
https://store.kde.org/p/1475528/
GNU General Public License v2.0
1.71k stars 72 forks source link

Plugin Lib is not found #215

Closed bacta-holic closed 2 years ago

bacta-holic commented 2 years ago

Describe the bug
"Plugin lib not found" error on every single last scene I have Upon installation I get the error...

Install the project...
-- Install configuration: "Release"
CMake Error at src/cmake_install.cmake:70 (file):
  file INSTALL cannot find
  "/home/myname/wallpaper-engine-kde-plugin/build/src/libWallpaperEngineKde.so":
  No such file or directory.
Call Stack (most recent call first):
  cmake_install.cmake:47 (include)

Workshop link
Irrelevant, all scenes

System Information

Additional context
libWallpaperEngineKde.so seems to be the problem, its the only file that is missing and the only error that is thrown at installation, downloaded a zip of the source and was unable to find the file, as far as I can tell it doesn't exist.

catsout commented 2 years ago

You need gcc 10+ to compile this lib.

zcbxxx1 commented 1 year ago

I also encountered this problem, but I am the version of gcc13

KeebCat commented 1 year ago

I'm getting basically the same error as well, with some minor differences:

Install the project...
-- Install configuration: "RelWithDebInfo"
CMake Error at src/cmake_install.cmake:62 (file):
  file INSTALL cannot find
  "/home/username/Documents/wallpaper-engine-kde-plugin/build/src/libWallpaperEngineKde.so":
  No such file or directory.
Call Stack (most recent call first):
  cmake_install.cmake:47 (include)

System Info

zcbxxx1 commented 1 year ago

I'm getting basically the same error as well, with some minor differences:

Install the project...
-- Install configuration: "RelWithDebInfo"
CMake Error at src/cmake_install.cmake:62 (file):
  file INSTALL cannot find
  "/home/username/Documents/wallpaper-engine-kde-plugin/build/src/libWallpaperEngineKde.so":
  No such file or directory.
Call Stack (most recent call first):
  cmake_install.cmake:47 (include)

System Info

  • GCC: 13.1.1-1
  • KDE Plasma: 5.27.5
  • QT: 5.15.9
  • OS: EndeavourOS x86_64

finally,i got a vesion of aur community,and you can try it (yay -S plasma5-wallpapers-wallpaper-engine-git)