wlrfx / scenefx

A drop-in replacement for the wlroots scene API that allows wayland compositors to render surfaces with eye-candy effects
MIT License
81 stars 8 forks source link

Fail to compile with wlroots 0.17.1 (scenefx 0.1) #47

Closed xenanthropy closed 6 months ago

xenanthropy commented 6 months ago

For some reason, I can't seem to get scenefx to properly compile - i've tried multiple wlroots version, from 0.17.0 to 0.17.3, all fail close to the end. I've made sure to enable all options of wlroots to make sure I have everything.

image

Here is the compile log for scenefx: Compile Log

As far as I can tell, I do have all the necessary dependencies as listed in the readme

xenanthropy commented 6 months ago

Update!

I'm a big dummy - I was trying to compile sway (regular, not fx) and it was failing to build too - I checked the logs and it was checking in /usr/local/include/wlr ... I guess I somehow had a local install of wlroots and everything has been checking that :) removing that and sway and scenefx (and i'm going to assume swayfx) compile fine now!