We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am continuing building in Scarthgap.
I bumped inkscape to version 1.3.2. The first error is that it needs the "stacktrace" boost module.
So had to create file 'boost_%.bbappend' with this:
BOOST_LIBS:append = " stacktrace"
That was the first hurdle. inkscape build has got about half way through, with a mysterious failure. Will see if I can find out why.
The text was updated successfully, but these errors were encountered:
Success building inkscape. The failure was due to the version of libxml in scarthgap, patch posted here:
https://gitlab.com/inkscape/inbox/-/issues/9885
Patch attached, renamed with a false ".gz"
fix-libxml.patch.gz
Sorry, something went wrong.
Here is my recipe, 'inkscape_1.3.2.bb' It has hard-coded dependencies, which suits my situation. Again, a false ".gz" appended.
inkscape_1.3.2.bb.gz
No branches or pull requests
I am continuing building in Scarthgap.
I bumped inkscape to version 1.3.2.
The first error is that it needs the "stacktrace" boost module.
So had to create file 'boost_%.bbappend' with this:
BOOST_LIBS:append = " stacktrace"
That was the first hurdle. inkscape build has got about half way through, with a mysterious failure. Will see if I can find out why.
The text was updated successfully, but these errors were encountered: