tauri-apps / webkit2gtk-rs

WebKit2 bindings and wrappers for Rust
MIT License
134 stars 29 forks source link

Cannot build on windows #39

Open zaaack opened 5 years ago

zaaack commented 5 years ago

I hit exactly the same issue in this comment https://github.com/gtk-rs/webkit2gtk-rs/issues/4#issuecomment-313803594, is there any updates for windows support?

antoyo commented 5 years ago

Not that I know of. I don't know if any of the maintainers of gtk-rs has windows. cc @GuillaumeGomez @EPashkin

EPashkin commented 5 years ago

MSYS2 don't have build soup, javascriptcore, webkit2 packages, so this need fixed before. See https://github.com/Alexpux/MINGW-packages/issues/1089 and linked issues for webkit (seems authors solved soup and javascriptcore problem).

taozuhong commented 4 years ago

MSYS2 have package libsoup, but not webkit2gtk / javascriptcore.

Alex suggest we submit a solution to build windows version.

ghost commented 3 years ago

The webkit2gtk-4.0 package has been abandoned (source: https://github.com/msys2/MINGW-packages/issues/3484#issuecomment-715288124) and is no longer included in the MSYS2 package repositories. This is because WebKit2GTK was not building on Windows, although WebKit itself (as seen with QtWebKit) does indeed build. As this is an upstream issue, largely unrelated to MSYS2, could an issue be opened for the WebKitGTK component on the WebKit Bugzilla?