Game Development Community

Can't build TGB pro source code

by Nigel Griffin · in Torque Developer Network · 02/23/2007 (2:34 pm) · 0 replies

Hi,

I am unable to build TGB pro (indie license). I'm on version 1.1.3 and I am using Windows Vista Ultimate and VS 2005. I'm using the October 2006 DirectX SDK. I have not modified anything. I get these errors after a fresh install of TGB.

Anyone else run into an issue like this? I've followed TDN instructions on setting up a microsoft compiler (except i'm using VS 2005 instead of Visual Studio express). I've already logged a bug to the GG guys, but I figured I'd also see if anyone else in the forums had run into this.


Here's (some of) the debug output I'm seeing:

1>------ Rebuild All started: Project: opengl2d3d, Configuration: Debug Win32 ------
2>------ Rebuild All started: Project: zlib, Configuration: Debug Win32 ------
2>Deleting intermediate and output files for project \'zlib\', configuration \'Debug|Win32\'
1>Deleting intermediate and output files for project \'opengl2d3d\', configuration \'Debug|Win32\'
2>zlib : warning PRJ0009 : Build log could not be opened for writing.
2>Make sure that the file is not open by another process and is not write-protected.
2>zlib : error PRJ0007 : Could not create output directory \'c:\\program files\\torquegamebuilderpro\\engine\\link\\debug\\zlib\'.

...
...
...

7>------ Rebuild All started: Project: T2D, Configuration: Debug Win32 ------
7>Deleting intermediate and output files for project \'T2D\', configuration \'Debug|Win32\'
7>T2D : warning PRJ0009 : Build log could not be opened for writing.
7>Make sure that the file is not open by another process and is not write-protected.
7>T2D : error PRJ0006 : Could not open the temporary file \'c:\\Program Files\\TorqueGameBuilderPro\\engine\\Link\\Debug\\BAT00000757001240.bat\'... Make sure the file exists and that the directory is not write-protected.
7>T2D : error PRJ0004 : Could not generate command line for the \'VCPreBuildEventTool\' tool.
7>T2D : error PRJ0007 : Could not create output directory \'c:\\program files\\torquegamebuilderpro\\engine\\link\\debug\'.
7>T2D : error PRJ0006 : Could not open the temporary file \'c:\\Program Files\\TorqueGameBuilderPro\\engine\\Link\\Debug\\RSP00000857001240.rsp\'... Make sure the file exists and that the directory is not write-protected.
7>T2D : error PRJ0004 : Could not generate command line for the \'VCBscMakeTool\' tool.
7>Build log was saved at \"file://c:\\Program Files\\TorqueGameBuilderPro\\engine\\Link\\Debug\\BuildLog.htm\"
7>T2D - 5 error(s), 1 warning(s)
========== Rebuild All: 0 succeeded, 7 failed, 0 skipped ==========

For the curious, here's some basic info on my PC.

System Information:
OS: Windows
CPU: P4 3.4 Ghz
Memory: 2GB
Video Card: ATI Radeon X800
Sound Card: Creatibe Labs Sound Blaster Audigy SE
Hard Disk: 500GB
Connection: Broadband


-Nigel