Midi wrote:Does 'pkg-config' already exist somewhere or do I need to make it? And where would/should it be?
pkg-config is something that is used under Linux and from the build log you are using Windows.
I suggest that you try and follow a tutorial for how to use GTK on Windows
CodeLite came with GTK templates, so I'd assumed it came with the libraries already installed and configured.
Anyway, I have tried using GTK before. I can't find any tutorials for Windows, and when I tried using GTK when I was working with VC++, the header file was trying to include another file that was in a higher directory, so I switched them, but then that broke something else, such and so forth, so I have no freaking clue how to get started with GTK. I was using the all-inclusive package from the GTK website, so I'd assume that was already configured too, and that all I'd have to do was include the main header.
Seems my biggest mistake was assuming things would come ready to use.