You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.
warning: Failed to run command "C:\\pkg-config-lite-0.28-1\\bin" "--libs" "--cflags" "glib-2.0" "glib-2.0 >= 2.56", because: Отказано в доступе. (os error 5)
This says "Access denied".
You'll have to set up everything so that running pkg-config --libs glib-2.0 (for example) runs successfully. As part of that you have to actually install GLib and the other C libraries and make sure that pkg-config can find their .pc files.
You'll have to set up everything so that running pkg-config --libs glib-2.0 (for example) runs successfully. As part of that you have to actually install GLib and the other C libraries and make sure that pkg-config can find their .pc files.
I set up pkg-config and now pkg-config --libs glib-2.0 show -LC:/msys64/mingw64/lib -lglib-2.0 -lintl
But the cargo run --bin basics still does not work and the error is repeated
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello!
I try to use gtk-rs on Windows 10 system but have some trouble.
First - I need to install gtk and follow instructions https://gtk-rs.org/gtk4-rs/stable/latest/book/installation_windows.html
pacman -S mingw-w64-x86_64-gtk4 mingw-w64-x86_64-pkgconf mingw-w64-x86_64-gcc
Second - I try gtk example
cargo run --bin basics
and get access error
and I install pkg-config-lite-0.28-1 in dir
C:\pkg-config-lite-0.28-1\bin
and the error is repeated.
What am I doing wrong?
What are the correct instructions for installing gtk-rs?
The text was updated successfully, but these errors were encountered: