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
Newly created project does not compile on Void Linux musl x86_64. Development files for all required libraries are installed via sudo xbps-install base-devel gtk4{,-devel}, headers in /usr/include exist.
...
= note: /usr/bin/ld: cannot find -lgtk-4: No such file or directory
/usr/bin/ld: cannot find -lpangocairo-1.0: No such file or directory
/usr/bin/ld: cannot find -lpango-1.0: No such file or directory
/usr/bin/ld: cannot find -lharfbuzz: No such file or directory
/usr/bin/ld: cannot find -lgdk_pixbuf-2.0: No such file or directory
/usr/bin/ld: cannot find -lcairo-gobject: No such file or directory
/usr/bin/ld: cannot find -lcairo: No such file or directory
/usr/bin/ld: cannot find -lvulkan: No such file or directory
/usr/bin/ld: cannot find -lgraphene-1.0: No such file or directory
/usr/bin/ld: cannot find -lgtk-4: No such file or directory
/usr/bin/ld: cannot find -lpangocairo-1.0: No such file or directory
/usr/bin/ld: cannot find -lpango-1.0: No such file or directory
/usr/bin/ld: cannot find -lharfbuzz: No such file or directory
/usr/bin/ld: cannot find -lgdk_pixbuf-2.0: No such file or directory
/usr/bin/ld: cannot find -lcairo-gobject: No such file or directory
/usr/bin/ld: cannot find -lcairo: No such file or directory
/usr/bin/ld: cannot find -lvulkan: No such file or directory
/usr/bin/ld: cannot find -lgraphene-1.0: No such file or directory
/usr/bin/ld: cannot find -lgraphene-1.0: No such file or directory
/usr/bin/ld: cannot find -lgtk-4: No such file or directory
/usr/bin/ld: cannot find -lpangocairo-1.0: No such file or directory
/usr/bin/ld: cannot find -lpango-1.0: No such file or directory
/usr/bin/ld: cannot find -lharfbuzz: No such file or directory
/usr/bin/ld: cannot find -lgdk_pixbuf-2.0: No such file or directory
/usr/bin/ld: cannot find -lcairo-gobject: No such file or directory
/usr/bin/ld: cannot find -lcairo: No such file or directory
/usr/bin/ld: cannot find -lvulkan: No such file or directory
/usr/bin/ld: cannot find -lgraphene-1.0: No such file or directory
/usr/bin/ld: cannot find -lpango-1.0: No such file or directory
/usr/bin/ld: cannot find -lharfbuzz: No such file or directory
/usr/bin/ld: cannot find -lgdk_pixbuf-2.0: No such file or directory
/usr/bin/ld: cannot find -lcairo-gobject: No such file or directory
/usr/bin/ld: cannot find -lcairo: No such file or directory
collect2: error: ld returned 1 exit status
error: could not compile `gtk-test` (bin "gtk-test") due to 1 previous error
The text was updated successfully, but these errors were encountered:
Newly created project does not compile on Void Linux musl x86_64. Development files for all required libraries are installed via
sudo xbps-install base-devel gtk4{,-devel}
, headers in /usr/include exist.The text was updated successfully, but these errors were encountered: