-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
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
Build fails if the latest git version of Wayfire is installed #26
Comments
Getting the exact same issue with the current master build, seems like 0.8 is gonna come with some breaking changes... |
Can't build it either on wayfire 0.7.5 :/ |
I've started working on getting this to work with the latest wayfire API changes. It builds again, but doesn't work yet / is extremely crashy: main...mntmn:Firedecor:main |
Just a little updated (or more recent) status. Please let me know if I can provide any information, or try to do anything, that can be of use. On a reasonable fresh Arch install with wayfire 0.7.5-1 (that's without xwayland, so I can't use the AUR package wayfire-firedecor-git), I follow the instroctions for building from source:
No file named region.hpp exist anywhere on my computer, although I see it in the API subfolder of the Wayfire source files. |
Please anybody able to circumvent this problem. I need this plugin |
I'm getting the same error attempting to compile this from source in Gentoo under Wayfire 0.7.5, so it's not just a question of the 0.8.x series breaking things. That particular render_target_t type is defined in wayfire/opengl.hpp, which firedecor-buttons.cpp does explicitly pull in, so I don't understand why this isn't being exported... |
same error as @Taqras on 0.7.5 |
1 similar comment
same error as @Taqras on 0.7.5 |
At the moment of writing the latest version in git is WayfireWM/wayfire@b8b8486
Additional Info:
surface.hpp
has gone in WayfireWM/wayfire@fe2221dsingleton-plugin.hpp
is also absent in the latest git versionThe text was updated successfully, but these errors were encountered: