User forums > Help
Code blocks gtk+ project
oBFusCATed:
--- Code: --- if (dir_nomacro.IsEmpty())
return false;
// verify include dependencies
local dir_nomacro_inc = GetCompilerIncludeDir(dir, GtkPathDefault, GtkPathDefaultInc);
if (dir_nomacro_inc.IsEmpty())
return false;
if (!VerifyFile(dir_nomacro_inc + wxFILE_SEP_PATH + _T("gtk-2.0") + wxFILE_SEP_PATH +_T("gtk"), _T("gtk.h"), _T("GTK's include")))
return false;
--- End code ---
Probably this is the check. So it searches for gtk-2.0 folder inside your installation.
p.s. please edit you post and wrap the pasted code with code or quote tags.
yashascgowda:
Thank you very much for your help, i had downloaded 3.0 version and with your clue now i downloaded 2.0 version and it is working.
:)
oBFusCATed:
You can probably modify the script to support 3.0, too.
Navigation
[0] Message Index
[*] Previous page
Go to full version