-
-
Notifications
You must be signed in to change notification settings - Fork 31
Update repository URLs for dependencies #89
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
base: master
Are you sure you want to change the base?
Conversation
Build aborts with 525 errors, but at least all dependencies are retrieved now!
I've tried regenerating the bindings, and I'm not sure if I'm doing it right, but whatever I'm doing isn't fixing the build errors? I've run EDIT: Never mind, I figured it out. I had to update the |
Now build aborts after three errors
It appears that the three remaining build errors are due to the fact that Ah, it appears it's now called |
`ToGlib` -> `IntoGlib` `gtk::{ContainerExt, WidgetExt}` -> `gtk::prelude::{ContainerExt, WidgetExt}` Now, building still fails because `SettingsExt`, `WebContextExt`, and `WebViewExt` don't exist in the `webkit2gtk` crate
Hopefully I'm helping in some manner? While I don't think I can progress further on my own as I'm unfamiliar with the inner workings of the GTK-rs project, I do think I've laid the groundwork for someone else to pick up where I left off |
This addresses #93 and builds upon the previous commits to this pull request. Bear in mind that I have no idea what I'm doing—I've had to manually edit many automatically generated files throughout this PR (which I know I shouldn't have to be doing) to get this to work, but, hey, it works! There are now eight warnings, and no errors. I'm not sure if this can be merged just yet, for reasons such as code style and the whatnot; a review is still required
I believe I'm pretty much done, as of my latest commit? I'm seeking outside review and tweaks, and hopefully this PR will get merged. Build errors have been resolved, and closes: #93. |
Build aborts with 525 errors, but at least all dependencies are retrieved now!