Hello,
let's try a re-start of that post.
I am running Code::Blocks version 16.01 on Windows 7 64bit.
codeblocks-16.01mingw-setup.exe
The compiler I use is GNU GCC Compiler (no idea how to find the version number).
I got those GTK libraries (don't know which one is right)
gtk+-bundle_3.6.4-20130513_win64
gtk+-bundle_3.6.4-20130513_win32
This was my source:
http://www.tarnyko.net/dl/gtk.htmFrom beginning of that week I'm running from error message to error message - beginning of folders not found - libraries not found - changing project script - changing toolchain.
Everything got me a step forward, but this error message blocked my way.
-------------- Build: Debug in Test (compiler: GNU GCC Compiler)---------------
mingw32-g++.exe -LC:\GTK\lib -L"C:\Program Files (x86)\CodeBlocks\MinGW\mingw32\bin" -o bin\Debug\Test.exe obj\Debug\main.o -lgtk-win32-3.0 -lgobject-3.0 -lglib-2.0
C:/Program Files (x86)/CodeBlocks/MinGW/bin/../lib/gcc/mingw32/4.9.2/../../../../mingw32/bin/ld.exe: cannot find -lgobject-3.0
collect2.exe: error: ld returned 1 exit status
Process terminated with status 1 (0 minute(s), 0 second(s))
2 error(s), 0 warning(s) (0 minute(s), 0 second(s))