Skip to content

Commit 9b3a3ba

Browse files
Merge pull request #119 from sdroege/windows-msvc-update
Remove obsolete "known problem" from Windows instructions
2 parents fd814f1 + e402270 commit 9b3a3ba

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

docs-src/requirements.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ The __gtk__ crate expects __GTK+__, __GLib__ and __Cairo__ development files to
3030
## Windows
3131

3232
On Windows Rust can use either the MSVC toolchain or the GNU toolchain. The latter is easier to
33-
install, but the former provides a better overall experience and allows interfacing with other
34-
Windows libraries.
33+
install, but the former provides a better overall experience and allows interfacing with Windows
34+
libraries that are incompatible with the GNU toolchain and allows for example usage of the
35+
Visual Studio debugger.
3536

3637
### MSVC toolchain
3738

@@ -56,12 +57,6 @@ gtk-theme-name=win32
5657

5758
#### Possible problems
5859

59-
##### `unresolved external symbol gtk_font_chooser_level_get_type`
60-
61-
This is [a bug](https://github.com/gtk-rs/gtk/issues/794) in version 0.6 of gtk-rs with versions of
62-
GTK prior to 3.22.30; either use gtk-rs from Git directly or backport [the fix](https://github.com/gtk-rs/gtk/pull/804)
63-
into the copy of gtk-rs in your Cargo registry.
64-
6560
##### `process didn't exit successfully (exit code: 0xc0000139, STATUS_ENTRYPOINT_NOT_FOUND)`
6661

6762
`%VCPKGDIR%\bin` is too late in the `PATH` environment variable, and DLLs for other programs are being found before the ones installed alongside GTK. Move `%VCPKGDIR%\bin` earlier in your `PATH` and try again.

0 commit comments

Comments
 (0)