TorqueDemo compiling errors
by Ms Rd · in General Discussion · 02/09/2004 (4:32 am) · 3 replies
Tried to compile torqueDemo of Torque SDK project on two different PCs of mine - no luck :( Got the same errors reported. Seems to me like a problem with type declaration of GLboolean... But no clue why that is...
Any help or hints would be appreciated...
Tried on:
1. AthlonXP 1.8Hz, 512Mb RAM, XP Professional, GF2 64Mb
2. P4 2.1GHz, 256Mb RAM, W2K Professional, built-in Intel gfx card
--------------------Configuration: opengl2d3d - Win32 Release--------------------
Compiling...
OpenGL2D3D.cc
..\lib\opengl2d3d/opengl2d3d.h(1165) : warning C4518: 'void ' : storage-class or type specifier(s) unexpected here; ignored
..\lib\opengl2d3d/opengl2d3d.h(1165) : warning C4230: anachronism used : modifiers/qualifiers interspersed, qualifier ignored
..\lib\opengl2d3d/opengl2d3d.h(1166) : warning C4518: 'void ' : storage-class or type specifier(s) unexpected here; ignored
..\lib\opengl2d3d/opengl2d3d.h(1166) : warning C4230: anachronism used : modifiers/qualifiers interspersed, qualifier ignored
..\lib\opengl2d3d/opengl2d3d.h(1167) : error C2146: syntax error : missing ';' before identifier 'glAreTexturesResident'
..\lib\opengl2d3d/opengl2d3d.h(1167) : warning C4229: anachronism used : modifiers on data are ignored
..\lib\opengl2d3d/opengl2d3d.h(1167) : error C2501: 'GLboolean' : missing storage-class or type specifiers
..\lib\opengl2d3d/opengl2d3d.h(1167) : error C2377: 'GLboolean' : redefinition; typedef cannot be overloaded with any other symbol
..\lib\opengl2d3d/opengl2d3d.h(25) : see declaration of 'GLboolean'
..\lib\opengl2d3d/opengl2d3d.h(1167) : fatal error C1004: unexpected end of file found
Error executing cl.exe.
torqueDemo.exe - 4 error(s), 5 warning(s)
Any help or hints would be appreciated...
Tried on:
1. AthlonXP 1.8Hz, 512Mb RAM, XP Professional, GF2 64Mb
2. P4 2.1GHz, 256Mb RAM, W2K Professional, built-in Intel gfx card
--------------------Configuration: opengl2d3d - Win32 Release--------------------
Compiling...
OpenGL2D3D.cc
..\lib\opengl2d3d/opengl2d3d.h(1165) : warning C4518: 'void ' : storage-class or type specifier(s) unexpected here; ignored
..\lib\opengl2d3d/opengl2d3d.h(1165) : warning C4230: anachronism used : modifiers/qualifiers interspersed, qualifier ignored
..\lib\opengl2d3d/opengl2d3d.h(1166) : warning C4518: 'void ' : storage-class or type specifier(s) unexpected here; ignored
..\lib\opengl2d3d/opengl2d3d.h(1166) : warning C4230: anachronism used : modifiers/qualifiers interspersed, qualifier ignored
..\lib\opengl2d3d/opengl2d3d.h(1167) : error C2146: syntax error : missing ';' before identifier 'glAreTexturesResident'
..\lib\opengl2d3d/opengl2d3d.h(1167) : warning C4229: anachronism used : modifiers on data are ignored
..\lib\opengl2d3d/opengl2d3d.h(1167) : error C2501: 'GLboolean' : missing storage-class or type specifiers
..\lib\opengl2d3d/opengl2d3d.h(1167) : error C2377: 'GLboolean' : redefinition; typedef cannot be overloaded with any other symbol
..\lib\opengl2d3d/opengl2d3d.h(25) : see declaration of 'GLboolean'
..\lib\opengl2d3d/opengl2d3d.h(1167) : fatal error C1004: unexpected end of file found
Error executing cl.exe.
torqueDemo.exe - 4 error(s), 5 warning(s)
Torque Owner Dan -
Your Profile does not say you own the SDK. Very good way to get flamed about using an illegal copy.
What you need to do is
1 - Log in under the login you used to buy the engine.
2 - Search the private threads for your issues.
(and if that doesn't work - which I believe it has)
3 - Post a thread on the private SDK forums.
Also all engine/code/compile questions should always be posted on the SDK Forums.