-
-
Notifications
You must be signed in to change notification settings - Fork 186
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
gtk4 0.9.6 fails to build since ffi::GTK_DEBUG_BUILDER_TRACE
is missing
#1979
Comments
actually the problem is that GTK_DEBUG_BUILDER_TRACE should be behind a v4_18 feature gate |
But if you enable v4_18 in gtk4, it would still fail without gtk4-sys, right? So both are an issue? |
if the version is added to upstream gtk, the feature gate is also added to the sys crate. |
So if you use |
Yes gtk4 needs to depend on the correct version of gtk4-sys |
Indeed, my bad. I wonder how feasible to automate that from the workspace Cargo.toml. |
Hi there. Your discussion... I do not get it, but I want to understand. I have same problem since latest gtk4 crate. gtk4 = { version = "0.9.6", features = ["gnome_46"] } But I resolve this problem by editing source code of gtk4 and in file Why when I do this, it is working? Why ? Did someone named this variable wrong ? Or there is bigger problem. What about my workaround? -- Also when I use gtk4 = { version = "0.9.6", features = ["gnome_47"] } then I get 2 new errors:
|
I guess gtk4 0.9.6 should depend on gtk4-sys 0.9.6
The text was updated successfully, but these errors were encountered: