Hello,
I am using the castle engine on Void linux. I am trying to compile the default empty program and it results in the following errors:
Warning: “crtbegin.o” not found, this will probably cause a linking failure
Warning: “crtend.o” not found, this will probabl-y cause a linking failure
/usr/bin/ld: cannot find -lgtk-3: No such file or directory
I can’t find any gtk3 libraries and the ones that I do find are related to the D programming language.
Thanks for any help!