Compilation error with CB 12.11 and OF 0.7.4

Hello Everyone

I am an absolute beginner with OF.

Downloaded CB 12.11 with MinGW and OF 0.7.4 and performed the steps as mentioned in
http://www.openframeworks.cc/setup/codeblocks/

Tried opening a workspace of a example app in CB and tried building the project.

I get the following error.

||=== openFrameworksLib, release ===|
…\openFrameworks\gl\ofGLUtils.h|37|error: ‘GLuint’ does not name a type|
…\openFrameworks\gl\ofGLUtils.h|59|error: ‘ofGetOFPolyMode’ declared as an ‘inline’ variable|
…\openFrameworks\gl\ofGLUtils.h|59|error: ‘GLuint’ was not declared in this scope|
…\openFrameworks\gl\ofGLUtils.h|59|error: expected ‘,’ or ‘;’ before ‘{’ token|
||=== Build finished: 4 errors, 0 warnings (0 minutes, 4 seconds) ===|

Surprisingly , even if I open the empty example and build the project then also i get the same error.

I am not sure if there is really an issue with the latest release or am I missing something.

Please help.

Shyam