-
Notifications
You must be signed in to change notification settings - Fork 204
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
Failed to build due to invalid g-ir-scanner option #524
Comments
Do you have the gobject-introspection package installed? |
Yes. Please see the error message. It was about invaid options being supplied to the command. The command was there. |
If I remove |
Another workaround is to disable GTK4: |
This should be fixed in 1.11 beta 11 |
Describe the bug
Git version failed to build on Arch Linux, due to invalid g-ir-scanner option.
To Reproduce
will fail with:
Expected behavior
It builds.
Linux (please complete the following information in case you encountered the bug on Linux):
Additional context
It seems the problematic options came from GTK relevant CFLAGS:
The CFLAGS then came from
/usr/lib/pkgconfig/graphene-1.0.pc
:I added a few prints in cmake files and this seems to be where the options were added:
I'm not familiar with CMake but hopefully this help to locate the issue!
The text was updated successfully, but these errors were encountered: