-
Notifications
You must be signed in to change notification settings - Fork 65
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
gtk-doc error while building interpipe #142
Comments
+1 |
This bug has been around for sometime, I spent days to fix it but no luck. But as matter of fact, building the docs happens after compiling the interpipe library. So, you can ignore the error and install the library |
For anyone reading this, it is been more than a year and the bug is still there. As my previous comment, the library itself builds without any problem. But if building of docs terminates your CI/CD pipeline, you can use this workaround:
for example my Docker file section for Interpipe looks like this:
|
Hello guys,
When I try to build gst-interpipe using meson I get a gtk-doc error:
It seems caused by a new gtk-doc release (https://gitlab.gnome.org/GNOME/gtk-doc/-/issues/103) but I tried to fork this repo and to replace tree_index.sgml by object_index.sgml and I got the same error.
gtk-doc version: 1.33.2-r3
I'm building under Alpine Linux v3.17 (if it has any importance).
Do you have an idea how to fix it ?
Thanks.
The text was updated successfully, but these errors were encountered: