Game Development Community

GL Compile Issues

by none · in Torque Game Engine · 01/08/2012 (1:47 pm) · 0 replies

Hi everyone! I'm still using TGE 1.5.2 and I'm using the TAIK. I cannot get it to compile due to what seems to be an issue between gl.h, gl_types.h, and GLCoreFunc.h. I get a bunch of redefinition errors and then no successful build. Can anyone help me fix this please? I remember having this same issue before but I was never able to fix it. Here is the log of issues...

------ Build started: Project: Torque Demo, Configuration: Release Win32 ------
fluidRender.cc
Deprecated: lightManager.h is deprecated and will be removed in the future. Replaced by lightingSystem/sgLightManager.h
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(102): warning C4005: 'GL_ALL_ATTRIB_BITS' : macro redefinition
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platformWin32/gl_types.h(714) : see previous definition of 'GL_ALL_ATTRIB_BITS'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(117): warning C4005: 'GL_ZERO' : macro redefinition
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platformWin32/gl_types.h(366) : see previous definition of 'GL_ZERO'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(118): warning C4005: 'GL_ONE' : macro redefinition
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platformWin32/gl_types.h(367) : see previous definition of 'GL_ONE'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(138): warning C4005: 'GL_TRUE' : macro redefinition
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platformWin32/gl_types.h(166) : see previous definition of 'GL_TRUE'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(139): warning C4005: 'GL_FALSE' : macro redefinition
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platformWin32/gl_types.h(165) : see previous definition of 'GL_FALSE'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(214): warning C4005: 'GL_NONE' : macro redefinition
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platformWin32/gl_types.h(457) : see previous definition of 'GL_NONE'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(298): warning C4005: 'GL_NO_ERROR' : macro redefinition
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platformWin32/gl_types.h(685) : see previous definition of 'GL_NO_ERROR'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(968): warning C4005: 'GL_CLIENT_ALL_ATTRIB_BITS' : macro redefinition
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platformWin32/gl_types.h(761) : see previous definition of 'GL_CLIENT_ALL_ATTRIB_BITS'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1147): warning C4005: 'GL_LOGIC_OP' : macro redefinition
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platformWin32/gl_types.h(418) : see previous definition of 'GL_LOGIC_OP'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1148): warning C4005: 'GL_TEXTURE_COMPONENTS' : macro redefinition
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platformWin32/gl_types.h(650) : see previous definition of 'GL_TEXTURE_COMPONENTS'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1152): error C2365: 'glAccum' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(7) : see declaration of 'glAccum'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1153): error C2365: 'glAlphaFunc' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(8) : see declaration of 'glAlphaFunc'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1154): error C2365: 'glAreTexturesResident' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(9) : see declaration of 'glAreTexturesResident'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1155): error C2365: 'glArrayElement' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(10) : see declaration of 'glArrayElement'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1156): error C2365: 'glBegin' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(11) : see declaration of 'glBegin'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1157): error C2365: 'glBindTexture' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(12) : see declaration of 'glBindTexture'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1158): error C2365: 'glBitmap' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(13) : see declaration of 'glBitmap'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1159): error C2365: 'glBlendFunc' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(14) : see declaration of 'glBlendFunc'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1160): error C2365: 'glCallList' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(15) : see declaration of 'glCallList'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1161): error C2365: 'glCallLists' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(16) : see declaration of 'glCallLists'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1162): error C2365: 'glClear' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(17) : see declaration of 'glClear'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1163): error C2365: 'glClearAccum' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(18) : see declaration of 'glClearAccum'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1164): error C2365: 'glClearColor' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(19) : see declaration of 'glClearColor'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1165): error C2365: 'glClearDepth' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(20) : see declaration of 'glClearDepth'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1166): error C2365: 'glClearIndex' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(21) : see declaration of 'glClearIndex'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1167): error C2365: 'glClearStencil' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(22) : see declaration of 'glClearStencil'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1168): error C2365: 'glClipPlane' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(23) : see declaration of 'glClipPlane'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1169): error C2365: 'glColor3b' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(25) : see declaration of 'glColor3b'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1170): error C2365: 'glColor3bv' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(26) : see declaration of 'glColor3bv'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1171): error C2365: 'glColor3d' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(27) : see declaration of 'glColor3d'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1172): error C2365: 'glColor3dv' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(28) : see declaration of 'glColor3dv'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1173): error C2365: 'glColor3f' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(29) : see declaration of 'glColor3f'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1174): error C2365: 'glColor3fv' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(30) : see declaration of 'glColor3fv'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1175): error C2365: 'glColor3i' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(31) : see declaration of 'glColor3i'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1176): error C2365: 'glColor3iv' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(32) : see declaration of 'glColor3iv'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1177): error C2365: 'glColor3s' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(33) : see declaration of 'glColor3s'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1178): error C2365: 'glColor3sv' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(34) : see declaration of 'glColor3sv'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1179): error C2365: 'glColor3ub' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(35) : see declaration of 'glColor3ub'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1180): error C2365: 'glColor3ubv' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(36) : see declaration of 'glColor3ubv'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1181): error C2365: 'glColor3ui' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(37) : see declaration of 'glColor3ui'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1182): error C2365: 'glColor3uiv' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(38) : see declaration of 'glColor3uiv'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1183): error C2365: 'glColor3us' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(39) : see declaration of 'glColor3us'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1184): error C2365: 'glColor3usv' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(40) : see declaration of 'glColor3usv'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1185): error C2365: 'glColor4b' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(41) : see declaration of 'glColor4b'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1186): error C2365: 'glColor4bv' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(42) : see declaration of 'glColor4bv'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1187): error C2365: 'glColor4d' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(43) : see declaration of 'glColor4d'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1188): error C2365: 'glColor4dv' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(44) : see declaration of 'glColor4dv'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1189): error C2365: 'glColor4f' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(45) : see declaration of 'glColor4f'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1190): error C2365: 'glColor4fv' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(46) : see declaration of 'glColor4fv'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1191): error C2365: 'glColor4i' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(47) : see declaration of 'glColor4i'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1192): error C2365: 'glColor4iv' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(48) : see declaration of 'glColor4iv'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1193): error C2365: 'glColor4s' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(49) : see declaration of 'glColor4s'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1194): error C2365: 'glColor4sv' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(50) : see declaration of 'glColor4sv'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1195): error C2365: 'glColor4ub' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(51) : see declaration of 'glColor4ub'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1196): error C2365: 'glColor4ubv' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(52) : see declaration of 'glColor4ubv'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1197): error C2365: 'glColor4ui' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(53) : see declaration of 'glColor4ui'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1198): error C2365: 'glColor4uiv' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(54) : see declaration of 'glColor4uiv'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1199): error C2365: 'glColor4us' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(55) : see declaration of 'glColor4us'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1200): error C2365: 'glColor4usv' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(56) : see declaration of 'glColor4usv'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1201): error C2365: 'glColorMask' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(58) : see declaration of 'glColorMask'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1202): error C2365: 'glColorMaterial' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(59) : see declaration of 'glColorMaterial'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1203): error C2365: 'glColorPointer' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(112) : see declaration of 'glColorPointer'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1204): error C2365: 'glCopyPixels' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(60) : see declaration of 'glCopyPixels'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1205): error C2365: 'glCopyTexImage1D' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(61) : see declaration of 'glCopyTexImage1D'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1206): error C2365: 'glCopyTexImage2D' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(62) : see declaration of 'glCopyTexImage2D'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1207): error C2365: 'glCopyTexSubImage1D' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(63) : see declaration of 'glCopyTexSubImage1D'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1208): error C2365: 'glCopyTexSubImage2D' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(64) : see declaration of 'glCopyTexSubImage2D'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1209): error C2365: 'glCullFace' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(66) : see declaration of 'glCullFace'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1210): error C2365: 'glDeleteLists' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(67) : see declaration of 'glDeleteLists'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1211): error C2365: 'glDeleteTextures' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(68) : see declaration of 'glDeleteTextures'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1212): error C2365: 'glDepthFunc' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(69) : see declaration of 'glDepthFunc'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1213): error C2365: 'glDepthMask' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(70) : see declaration of 'glDepthMask'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1214): error C2365: 'glDepthRange' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(71) : see declaration of 'glDepthRange'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1215): error C2365: 'glDisable' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(72) : see declaration of 'glDisable'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1216): error C2365: 'glDisableClientState' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(73) : see declaration of 'glDisableClientState'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1217): error C2365: 'glDrawArrays' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(74) : see declaration of 'glDrawArrays'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1218): error C2365: 'glDrawBuffer' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(75) : see declaration of 'glDrawBuffer'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1219): error C2365: 'glDrawElements' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(76) : see declaration of 'glDrawElements'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1220): error C2365: 'glDrawPixels' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(77) : see declaration of 'glDrawPixels'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1221): error C2365: 'glEdgeFlag' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(79) : see declaration of 'glEdgeFlag'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1222): error C2365: 'glEdgeFlagPointer' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(81) : see declaration of 'glEdgeFlagPointer'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1223): error C2365: 'glEdgeFlagv' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(80) : see declaration of 'glEdgeFlagv'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1224): error C2365: 'glEnable' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(82) : see declaration of 'glEnable'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1225): error C2365: 'glEnableClientState' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(84) : see declaration of 'glEnableClientState'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1226): error C2365: 'glEnd' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(85) : see declaration of 'glEnd'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1227): error C2365: 'glEndList' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(83) : see declaration of 'glEndList'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1228): error C2365: 'glEvalCoord1d' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(86) : see declaration of 'glEvalCoord1d'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1229): error C2365: 'glEvalCoord1dv' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(90) : see declaration of 'glEvalCoord1dv'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1230): error C2365: 'glEvalCoord1f' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(87) : see declaration of 'glEvalCoord1f'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1231): error C2365: 'glEvalCoord1fv' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(91) : see declaration of 'glEvalCoord1fv'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1232): error C2365: 'glEvalCoord2d' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(88) : see declaration of 'glEvalCoord2d'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1233): error C2365: 'glEvalCoord2dv' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(92) : see declaration of 'glEvalCoord2dv'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1234): error C2365: 'glEvalCoord2f' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(89) : see declaration of 'glEvalCoord2f'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1235): error C2365: 'glEvalCoord2fv' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(93) : see declaration of 'glEvalCoord2fv'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1236): error C2365: 'glEvalMesh1' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(94) : see declaration of 'glEvalMesh1'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1237): error C2365: 'glEvalMesh2' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(95) : see declaration of 'glEvalMesh2'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1238): error C2365: 'glEvalPoint1' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(96) : see declaration of 'glEvalPoint1'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1239): error C2365: 'glEvalPoint2' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(97) : see declaration of 'glEvalPoint2'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1240): error C2365: 'glFeedbackBuffer' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(98) : see declaration of 'glFeedbackBuffer'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1241): error C2365: 'glFinish' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(99) : see declaration of 'glFinish'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1242): error C2365: 'glFlush' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(100) : see declaration of 'glFlush'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1243): error C2365: 'glFogf' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(101) : see declaration of 'glFogf'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1244): error C2365: 'glFogfv' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(102) : see declaration of 'glFogfv'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1245): error C2365: 'glFogi' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(103) : see declaration of 'glFogi'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1246): error C2365: 'glFogiv' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(104) : see declaration of 'glFogiv'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1247): error C2365: 'glFrontFace' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(105) : see declaration of 'glFrontFace'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1248): error C2365: 'glFrustum' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(106) : see declaration of 'glFrustum'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1249): error C2365: 'glGenLists' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(108) : see declaration of 'glGenLists'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1250): error C2365: 'glGenTextures' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(109) : see declaration of 'glGenTextures'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1251): error C2365: 'glGetBooleanv' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(110) : see declaration of 'glGetBooleanv'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1252): error C2365: 'glGetClipPlane' : redefinition; previous definition was 'data variable'
C:\Documents and Settings\Chris.SPEEDYLAPTOP\Desktop\New Folder\TAIK152\engine\platform/GLCoreFunc.h(111) : see declaration of 'glGetClipPlane'
C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\GL/gl.h(1252): fatal error C1003: error count exceeds 100; stopping compilation
========== Build: 0 succeeded, 1 failed, 6 up-to-date, 0 skipped ==========