Please I know this is asking alot someone please give me alitte guide on how to install Code::Blocks with or add the correct files and what not to get openGL to compile..There is not much to do: Install the MinGW compiler framework and the MinGW GLUT library. Then setup your project's include path and libs accordingly. BTW: Did you try the OpenGL / GLUT wizard that ships with C::B? They do this for you and should work right-out-off-the-box.
Switching to target: default
Compiling: main.cpp
In file included from main.cpp:1:
C:\Documents and Settings\Jase\Desktop\Source Code\Chapter01\Simple\glut.h:50: error: redeclaration of C++ built-in type `short'
Process terminated with status 1 (0 minutes, 0 seconds)
typedef unsigned short wchar_t;