Closed Xdavius closed 2 months ago
Also, sdbus-cpp included as submodule fail to build.
the version 2.0 build succefully.
That's the problem, we use 1.3.0. I'll update to 2.0 some day, but for now, you gotta use the submodule.
If it doesn't build, that's something wrong on your end. Maybe missing deps?
That's the problem, we use 1.3.0. I'll update to 2.0 some day, but for now, you gotta use the submodule.
If it doesn't build, that's something wrong on your end. Maybe missing deps?
Hi
I don't have any error speaking about dependencies.
Just the same kind of errors with std. The new libstdc++ is well linked because all wayland packages build successful.
I can test building 1.3.0 from scratch.
Previously, I had the same error on 1.4.0/1.6.0 from scratch.
Sources are available on debian Sid for 1.6.0 Maybe they have some useful patches. I will look tomorrow
I'm thinking that GCC latest could be too new.
I keep contact here to send you news.
Regards.
@vaxerski Hi
Today I have build successfully sdbus-cpp and xdg-desktop-portal-hyprland.
There is an issue with sdbus-cpp < 2.0 with GCC 15 (seems also the same with GCC 14.2)
So submodule doesn't compile.
However, xdg-desktop-portal-hyprland needs GCC =>14
Submodules build, but portal will not (missing format.h)
So need usage of both GCC 12 and GCC 14+
As the latest version is 2.0, I also have to use 1.6, and have everything working.
I don't know how it works on Arch, if everything build fine with GCC 14.
Well, I did it. Everything is good.
Best regards.
Hi dev, All checks passed successfuly. However I still can't build.
Build function
Configure
Maybe I miss something.
Regards.