Open franzcor opened 7 months ago
Hiya @franzcor
That does look like libmiral-dev
is a bit behind on Debian.
Also, if you'd like to add them, that would be great :smile:
Hi, thanks for the reply!
To me it looks like they have the same version, as shown here:
https://packages.ubuntu.com/noble/libmiral-dev
What then could be the problem? I am runnin on debian testing not stable so I get updated stuff mostly.
On March 20, 2024 12:43:39 PM GMT+01:00, Matthew Kosarek @.***> wrote:
Hiya @franzcor That does look like
libmiral-dev
is a bit behind on Debian.Also, if you'd like to add them, that would be great :smile:
-- Reply to this email directly or view it on GitHub: https://github.com/mattkae/miracle-wm/issues/63#issuecomment-2009376689 You are receiving this because you were mentioned.
Message ID: @.***>
Ah I see the issue. I am using libmiral6
(4.1.0), while the main archive is using libmiral5
(3.9.0). Could you try using the mir-team
ppa and rebuilding? sudo add-apt-repository --update ppa:mir-team/release
(And a link to the official Mir docs if anything is wrong: https://canonical-mir.readthedocs-hosted.com/stable/getting_and_using_mir/)
Let me know if that works for you!
I was able to install on Debian Trixie and it involved libmiral with compile-from-source, then linked to my path.
@spongythecake That might be the case until that is updated to latest. Were you not able to add the mir team ppa?
I tried tho and it was not able to install mir because glibc is behind at 2.37 but 2.38 is needed. Trying to install 2.38 from experimental in my debian trixie destroyed my system and needed to reinstall everything :D :D Will wait for the new package then retry installing mir from the ppa
Sounds good :sweat_smile: Dependencies are tough...
Hi, I wanted to give miracle-wm a try on Debian but I was not able to compile it.
Here is the error I got:
libmiral-dev on Debian is at (3.9.0.2.14.1-4+b2) Could that be related to the issue?
P.S. I had to search for the dependencies inside the cmake file, would be great to list them in the README file already! Here they are:
Would you like me to create a PR to add them to the readme in the building section?