Note: This forum is merely an archive. It is no longer possible to register or post. - StackOverflow
New Ace of Spades Forums: http://buildandshoot.com/

Issues with compiling voxlap

Off-topic stuff!

Issues with compiling voxlap

Postby tea » Fri Jan 13, 2012 4:41 pm

Trying to figure out voxlap, and in the process, I can't even compile. I'm pretty sure I have the requisites, but it still just poots out. Anybody have an idea how to get this working?

Code: Select all
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Users\furii>cd .\Documents\voxlap_src

C:\Users\furii\Documents\voxlap_src>makestuf.bat

C:\Users\furii\Documents\voxlap_src>call "C:\Program Files (x86)\Microsoft Visua
l Studio 8\VC\bin\vcvars32.bat"

C:\Users\furii\Documents\voxlap_src>"C:\Program Files (x86)\Microsoft Visual Stu
dio 8\Common7\Tools\vsvars32.bat"
Setting environment for using Microsoft Visual Studio 2005 x86 tools.

C:\Users\furii\Documents\voxlap_src>set include=C:\DXSDK\include;C:\Program File
s (x86)\Microsoft Visual Studio 8\VC\ATLMFC\INCLUDE;C:\Program Files (x86)\Micro
soft Visual Studio 8\VC\INCLUDE;C:\Program Files (x86)\Microsoft Visual Studio 8
\VC\PlatformSDK\include;C:\Program Files (x86)\Microsoft Visual Studio 8\SDK\v2.
0\include;

C:\Users\furii\Documents\voxlap_src>set lib=C:\DXSDK\lib;C:\Program Files (x86)\
Microsoft Visual Studio 8\VC\ATLMFC\LIB;C:\Program Files (x86)\Microsoft Visual
Studio 8\VC\LIB;C:\Program Files (x86)\Microsoft Visual Studio 8\VC\PlatformSDK\
lib;C:\Program Files (x86)\Microsoft Visual Studio 8\SDK\v2.0\lib;

C:\Users\furii\Documents\voxlap_src>nmake game.c

Microsoft (R) Program Maintenance Utility Version 8.00.50727.42
Copyright (C) Microsoft Corporation.  All rights reserved.

        cl /c /J /TP game.c      /Ox /Ob2 /G6Fy /Gs /MD /QIfist
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

cl : Command line warning D9035 : option 'QIfist' has been deprecated and will b
e removed in a future release
cl : Command line warning D9002 : ignoring unknown option '/G6'
game.c
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\PlatformSDK\include\winnt.h(
222) : error C2146: syntax error : missing ';' before identifier 'PVOID64'
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\PlatformSDK\include\winnt.h(
222) : error C4430: missing type specifier - int assumed. Note: C++ does not sup
port default-int
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\PlatformSDK\include\winnt.h(
5940) : error C2146: syntax error : missing ';' before identifier 'Buffer'
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\PlatformSDK\include\winnt.h(
5940) : error C4430: missing type specifier - int assumed. Note: C++ does not su
pport default-int
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\PlatformSDK\include\winnt.h(
5940) : error C4430: missing type specifier - int assumed. Note: C++ does not su
pport default-int
game.c(485) : warning C4996: 'strcpy' was declared deprecated
        C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\string.h(73)
 : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy
_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online hel
p for details.'
game.c(489) : warning C4996: 'strcpy' was declared deprecated
        C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\string.h(73)
 : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy
_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online hel
p for details.'
game.c(699) : warning C4996: 'strcpy' was declared deprecated
        C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\string.h(73)
 : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy
_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online hel
p for details.'
game.c(700) : warning C4996: 'strcpy' was declared deprecated
        C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\string.h(73)
 : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy
_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online hel
p for details.'
game.c(1127) : warning C4996: 'strcpy' was declared deprecated
        C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\string.h(73)
 : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy
_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online hel
p for details.'
game.c(1284) : warning C4996: 'strcpy' was declared deprecated
        C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\string.h(73)
 : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy
_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online hel
p for details.'
game.c(1381) : warning C4996: 'strcpy' was declared deprecated
        C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\string.h(73)
 : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy
_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online hel
p for details.'
game.c(1382) : warning C4996: 'strcat' was declared deprecated
        C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\string.h(78)
 : see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using strcat
_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online hel
p for details.'
game.c(1382) : warning C4996: 'strcat' was declared deprecated
        C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\string.h(78)
 : see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using strcat
_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online hel
p for details.'
game.c(1383) : warning C4996: 'strcat' was declared deprecated
        C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\string.h(78)
 : see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using strcat
_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online hel
p for details.'
game.c(1417) : warning C4996: 'strcpy' was declared deprecated
        C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\string.h(73)
 : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy
_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online hel
p for details.'
game.c(1856) : warning C4996: 'strcpy' was declared deprecated
        C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\string.h(73)
 : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy
_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online hel
p for details.'
game.c(1912) : warning C4996: 'strcpy' was declared deprecated
        C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\string.h(73)
 : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy
_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online hel
p for details.'
game.c(1949) : warning C4996: 'strcpy' was declared deprecated
        C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\string.h(73)
 : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy
_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online hel
p for details.'
game.c(1953) : warning C4996: 'strcpy' was declared deprecated
        C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\string.h(73)
 : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy
_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online hel
p for details.'
game.c(1978) : warning C4996: 'strcpy' was declared deprecated
        C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\string.h(73)
 : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy
_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online hel
p for details.'
game.c(2096) : warning C4996: 'strcpy' was declared deprecated
        C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\string.h(73)
 : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy
_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online hel
p for details.'
game.c(2101) : warning C4996: 'strcpy' was declared deprecated
        C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\string.h(73)
 : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy
_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online hel
p for details.'
game.c(2225) : warning C4996: 'strcpy' was declared deprecated
        C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\string.h(73)
 : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy
_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online hel
p for details.'
game.c(2243) : warning C4996: 'strcat' was declared deprecated
        C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\string.h(78)
 : see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using strcat
_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online hel
p for details.'
game.c(2244) : warning C4996: 'strcat' was declared deprecated
        C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\string.h(78)
 : see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using strcat
_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online hel
p for details.'
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 8\VC
\BIN\cl.EXE"' : return code '0x2'
Stop.

C:\Users\furii\Documents\voxlap_src>if exist winmain.obj del winmain.obj

C:\Users\furii\Documents\voxlap_src>
User avatar
tea
Member
 
Posts: 4
Joined: Fri Jan 13, 2012 4:35 pm

Re: Issues with compiling voxlap

Postby Defaulter » Fri Jan 13, 2012 4:45 pm

[Removed by DE]
Last edited by Defaulter on Tue Apr 10, 2012 10:33 pm, edited 1 time in total.
Image
User avatar
Defaulter
Bastion Warden
 
Posts: 871
Joined: Mon Dec 26, 2011 7:46 pm
Location: Terminal Island

Re: Issues with compiling voxlap

Postby tea » Fri Jan 13, 2012 4:46 pm

DeathEnhanced wrote:Wrong section, belongs in help.

- DE


I don't think so, since it doesn't pertain to AoS.
User avatar
tea
Member
 
Posts: 4
Joined: Fri Jan 13, 2012 4:35 pm

Re: Issues with compiling voxlap

Postby Defaulter » Fri Jan 13, 2012 4:48 pm

[Removed by DE]
Last edited by Defaulter on Tue Apr 10, 2012 10:33 pm, edited 1 time in total.
Image
User avatar
Defaulter
Bastion Warden
 
Posts: 871
Joined: Mon Dec 26, 2011 7:46 pm
Location: Terminal Island

Re: Issues with compiling voxlap

Postby tea » Fri Jan 13, 2012 4:50 pm

DeathEnhanced wrote:
tea wrote:
DeathEnhanced wrote:Wrong section, belongs in help.

- DE


I don't think so, since it doesn't pertain to AoS.


ಠ_ಠ

Voxlap IS to do with AoS, however...if you insist.

Perhaps i should ask <@> if we could have an offtopic help section?


Well, I do understand what you're getting at, but I don't think it really is relevant enough for an Ace of Spades-related help section.
User avatar
tea
Member
 
Posts: 4
Joined: Fri Jan 13, 2012 4:35 pm

Re: Issues with compiling voxlap

Postby PresidentEden » Fri Jan 13, 2012 10:32 pm

DeathEnchanted, you don't have to be such a deuce to him, That doesn't belong in the help section, the off-topic section is more relevant to that post.

BTW: I don't really know what to do regarding your compiled exe.
User avatar
PresidentEden
Member
 
Posts: 41
Joined: Thu Jan 12, 2012 12:15 am
Location: Raven Rock base, D.C.


Return to The Lounge



Who is online

Users browsing this forum: No registered users and 2 guests

cron