Almamu / linux-wallpaperengine

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

Does not compile #include <cstdint> missing #162

Closed Teddy-Kun closed 1 year ago

Teddy-Kun commented 1 year ago

Like title said it does not compile on my system (Arch Linux with Mesa-git). Adding #include <cstdint> at the top of src/External/Android/fft.h fixes it. I have included the error I get below.

linux_wallpaperengine_compile_error.txt

Almamu commented 1 year ago

The include is there, but I've moved it to fft.h as there's some usage of uint8_t there. I find it weird that I don't have any issue with it on my local arch tho, wonder why....

Teddy-Kun commented 1 year ago

Can confirm 660f798 fixed the issue.