Game Development Community

Vc2005 compile problems with tge 1.5.2

by Neil Ferguson · in Technical Issues · 08/26/2007 (8:45 pm) · 4 replies

I understand that the latest tge (1.5.2) has vc2005 support, but for some reason mine doen't compile. Can anyone help please??

Output window:

.
.
.
.
.
5>jdapimin.c
5>jctrans.c
5>jcsample.c
6>Linking...
5>jcprepct.c
6>glu2d3d.obj : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
5>jcphuff.c
6> Creating library .\../lib/out.VC8.DEBUG_FAST/glu2d3d_DEBUG.lib and object .\../lib/out.VC8.DEBUG_FAST/glu2d3d_DEBUG.exp
5>jcparam.c
5>jcomapi.c
5>jcmaster.c
5>jcmarker.c
6>Embedding manifest...
5>jcmainct.c
5>jcinit.c
5>Generating Code...
6>Build log was saved at "file://c:\Torque\TGE_1_5_2\tools\out.VC8.DEBUG_FAST\opengl2d3d\BuildLog.htm"
6>glu2d3d - 0 error(s), 1 warning(s)
5>Compiling...
5>jchuff.c
5>jcdctmgr.c
5>jccolor.c
5>jccoefct.c
5>jcapistd.c
5>jcapimin.c
5>Generating Code...
5>Creating library...
5>Build log was saved at "file://c:\Torque\TGE_1_5_2\tools\out.VC8.DEBUG_FAST\ljpeg\BuildLog.htm"
5>ljpeg - 0 error(s), 0 warning(s)
7>------ Rebuild All started: Project: Torque Demo, Configuration: Debug_FastRelight Win32 ------
7>Deleting intermediate and output files for project 'Torque Demo', configuration 'Debug_FastRelight|Win32'
7>Performing Custom Build Step
7>Access is denied.
7>Project : error PRJ0019: A tool returned an error code from "Performing Custom Build Step"
7>Creating browse information file...
7>Microsoft Browse Information Maintenance Utility Version 8.00.50727
7>Copyright (C) Microsoft Corporation. All rights reserved.
7>BSCMAKE: error BK1506 : cannot open file '..\tools\out.VC8.DEBUG_FAST\abstractPolyList.sbr': No such file or directory
7>Build log was saved at "file://c:\Torque\TGE_1_5_2\tools\out.VC8.DEBUG_FAST\BuildLog.htm"
7>Torque Demo - 2 error(s), 0 warning(s)
========== Rebuild All: 6 succeeded, 1 failed, 0 skipped ==========

#1
08/27/2007 (12:40 pm)
I know this sounds funny, but disable your virus scanner and try again. I believe the custom build step uses nasm.exe (I might have the name wrong). I believe that my virus scanner stopped this from running. It incorrectly labeled it as spyware.
#2
08/27/2007 (12:56 pm)
Thanks Chris, yea the nasm.exe was indeed the problem. When trying to run it manually I was still getting a 'denied access' error. I deleted it and downloaded the latest one and it now works :o)
#3
10/11/2007 (6:07 pm)
I know this is a slightly older topic, but i wanted to give a huge thank you to Chris for tossing the Virus Scanner issue out there. I've been struggling all day to figure out why I was getting the error:

error BK1506 : cannot open file '..\tools\out.VC8.DEBUG_FAST\abstractPolyList.sbr': No such file or directory

Turning off PC-Cillin 14 cured that problem. Thanks a bunch!
#4
10/12/2007 (7:55 pm)
No problem Jason, that problem gave me a headache for awhile too!