Almamu / linux-wallpaperengine

Wallpaper Engine backgrounds for Linux!
GNU General Public License v3.0
1.59k stars 61 forks source link

Make Error(Linking CXX executable linux-wallpaperengine) #136

Closed PatekGao closed 1 year ago

PatekGao commented 1 year ago

Cmake .. was done successfully, but when I make it, an error occered.(cmake again didn't solve this error) Screenshot from 2022-12-16 13-25-25

PatekGao commented 1 year ago

OS is Ubuntu 20.04.5 LTS x86_64 CMake version is 3.25.0

Almamu commented 1 year ago

Can you re-run the make command adding the verbose option like this? make VERBOSE=1

C5807 commented 1 year ago

Can you re-run the make command adding the verbose option like this? make VERBOSE=1

Hello, I have the same error. Here is the output of make after adding the verbose option (and I apologize for some of it is not in your language)

https://pastebin.com/rfY9zTK1

Almamu commented 1 year ago

Can you re-run the make command adding the verbose option like this? make VERBOSE=1

Hello, I have the same error. Here is the output of make after adding the verbose option (and I apologize for some of it is not in your language)

https://pastebin.com/rfY9zTK1

In your case either you installed freeimage after running cmake, or the freeimage libs cannot be found. Make sure you have installed the development and normal packages of freeimage available on your distribution.

jabuxas commented 1 year ago

that was my exact issue ty. cmake before installing freeimage