Having compiler problems
by Gonzo T. Clown · in Torque Game Engine · 02/14/2004 (10:20 pm) · 1 replies
I just fresh installed VC++ 6.0, service packed and everything. When I build the torquedemo_debug.exe everything comes out fine. No errors and 1 warning. But when I try to build the release version, I get this....
--------------------Configuration: dtsSDK - Win32 Release--------------------
Compiling...
DTSBrushMesh.cpp
E:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\new(9) : fatal error C1083: Cannot open include file: 'exception': No such file or directory
DTSMatrix.cpp
E:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\new(9) : fatal error C1083: Cannot open include file: 'exception': No such file or directory
DTSMesh.cpp
E:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\new(9) : fatal error C1083: Cannot open include file: 'exception': No such file or directory
DTSQuaternion.cpp
E:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\new(9) : fatal error C1083: Cannot open include file: 'exception': No such file or directory
DTSShape.cpp
E:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\ios(9) : fatal error C1083: Cannot open include file: 'streambuf': No such file or directory
Error executing cl.exe.
dtsSDK.lib - 5 error(s), 0 warning(s)
And this.....
--------------------Configuration: map2dif - Win32 Release--------------------
Compiling...
exportGeometry.cc
F:\Torque\torque\tools\map2dif\exportGeometry.cc(9) : fatal error C1083: Cannot open include file: 'algorithm': No such file or directory
Error executing cl.exe.
map2dif.exe - 1 error(s), 0 warning(s)
I've searched for those files, and they dont exist. Should they? And if so, why don't they have extensions on their names? Anyone got any ideas? I have speant upwards of 6 hours trying to figure this out. I'm stumped.
--------------------Configuration: dtsSDK - Win32 Release--------------------
Compiling...
DTSBrushMesh.cpp
E:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\new(9) : fatal error C1083: Cannot open include file: 'exception': No such file or directory
DTSMatrix.cpp
E:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\new(9) : fatal error C1083: Cannot open include file: 'exception': No such file or directory
DTSMesh.cpp
E:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\new(9) : fatal error C1083: Cannot open include file: 'exception': No such file or directory
DTSQuaternion.cpp
E:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\new(9) : fatal error C1083: Cannot open include file: 'exception': No such file or directory
DTSShape.cpp
E:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\ios(9) : fatal error C1083: Cannot open include file: 'streambuf': No such file or directory
Error executing cl.exe.
dtsSDK.lib - 5 error(s), 0 warning(s)
And this.....
--------------------Configuration: map2dif - Win32 Release--------------------
Compiling...
exportGeometry.cc
F:\Torque\torque\tools\map2dif\exportGeometry.cc(9) : fatal error C1083: Cannot open include file: 'algorithm': No such file or directory
Error executing cl.exe.
map2dif.exe - 1 error(s), 0 warning(s)
I've searched for those files, and they dont exist. Should they? And if so, why don't they have extensions on their names? Anyone got any ideas? I have speant upwards of 6 hours trying to figure this out. I'm stumped.
About the author
Torque Owner Gonzo T. Clown
I R such noob. LOL
Thats what happens when you haven't installed in well over a year.