Gtk4 release build of 2025.6.0 missing dependencies #1617
Unanswered
KonstantinShemyakin
asked this question in
Q&A
Replies: 1 comment
-
|
Hi @KonstantinShemyakin, did you follow the instructions in the README to set the correct environment variables? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone!
Wanted to start working with gtk4 and downloaded latest release binaries. Upon creating new VS project and adding all dependencies into the project I tried to build "Hello World!" example from gtk docs to check everything, but I encountered a problem that some of the necessary headers are missing. Mainly, they consist of pthread.h, glibconfig.h and graphene-config.h. Could someone tell me, maybe I'm doing something wrong or I need to grab these dependencies somewhere?
Including code:
And build Error list:

Beta Was this translation helpful? Give feedback.
All reactions