Replies: 9 comments
|
Upd: Fixed by setting |
That is your machine being broken. The same with the rest of your issue |
How is it broken and why would it be? I don’t think I did anything with |
|
I am not an Ubuntu expert nor a help forum. But yes, installing the devel version should just work, like it works for hundreds of people using this crate already. For the other issue, the book needs libadwaita v1.5, as described by the feature used. Your version is too old, that is why switching to v1_1 "solves" the problem. |
Hmm, I might try to reproduce it later on a live USB with fresh Ubuntu.
The book recommends |
|
It is also weird to expect the book to mention every single LTS distro that ever exists on the planet and keep the information up to date. The book doesn't have any active maintainers/authors to keep it up to date or fix any issues it might contain. |
|
Fair enough, but at least it would be nice to mention that you might not have the latest version and should check it if it doesn’t compile. And that the version goes to |
|
Sure thing, if you send a patch I will review and merge it, otherwise the situation will probably not change ;) |
|
Ok, I’ll try to find time at some point. |
Uh oh!
There was an error while loading. Please reload this page.
First of all, it’s not even mentioned here that you need to add
PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfigto.bashrc(at least on Ubuntu). Installinglibadwaita-1-devdoesn’t do it itself for some unfathomable reason.Second, it doesn’t even help, the same error still happens:
Even though the file is there:
All reactions