Everything seams to be correct until I issue the command:
pkg-config --cflags gtk+-3.0
Package gtk+-3.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-3.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-3.0' found
Can anyone help me with this installation please?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi everyone,
I am having problems installing Msys2 on Windows 8.
I've read a few differing instructions web pages, but they all appear to be out of date, and the official instructions also result in errors, so now I'm following the directions at:
https://github.com/stahta01/cb_misc/blob/master/Notes/MSys2/Setting%20up%20MSys2%20for%20using%20GTK3%20with%20external%20CodeBlocks%20IDE.txt
Everything seams to be correct until I issue the command:
Can anyone help me with this installation please?
You need run pkg-config from mingw shell not msys one.
Aaaaaa, so that's what I did wrong! Thanks a lot Alexx83!
Now the result is:
I'm guessing that means all is working fine?