Closed OSA413 closed 3 months ago
The example in the book is targetting linux, ashpd is a linux only library. If you are using windows, you should just remove the parts that uses ashpd and replace them with something else.
Feel free to report an issue against gtk4-rs to make the book conditionally use that on linux only.
I'm currently trying to build the first todo example from the gtk4-rs book and it looks like the project requires this library as dependency during build. It fails because it tries to build
gtk4-wayland
and sometimesgtk4-x11
. Is this intended behavior?Also you can comment out this library as dependency and the todo_1 starts to work, but other todo listings are failing with the following error:
OS: Windows 11
Pre-requirements: prepared build environment as described in section "Build GTK 4 with gvsbuild and MSVC (recommended)" on this page.
Steps to reproduce: