i'm posting here just in case it is related to the latest update
im compiling under same environment (w7 64bit vs2010) and i get the following problem with zone compiling bot.cpp
these are the problem lines in bot.cpp
Code:
2>..\..\!!repos\Server\zone\bot.cpp(3484): error C2065: 'opts' : undeclared identifier
2>..\..\!!repos\Server\zone\bot.cpp(4271): error C2660: 'Mob::Flurry' : function does not take 0 arguments
anyways I checked the code and it seems to be "unmolested" as far as comparing against the git source for it. i'm hoping it is still a potential pebcak....
Code:
1>------ Build started: Project: ZERO_CHECK, Configuration: Release x64 ------
1>Build started 7/13/2013 2:18:03 AM.
1>InitializeBuildStatus:
1> Creating "x64\Release\ZERO_CHECK\ZERO_CHECK.unsuccessfulbuild" because "AlwaysCreate" was specified.
1>FinalizeBuildStatus:
1> Deleting file "x64\Release\ZERO_CHECK\ZERO_CHECK.unsuccessfulbuild".
1> Touching "x64\Release\ZERO_CHECK\ZERO_CHECK.lastbuildstate".
1>
1>Build succeeded.
1>
1>Time Elapsed 00:00:00.05
2>------ Build started: Project: zone, Configuration: Release x64 ------
2>Build started 7/13/2013 2:18:03 AM.
2>InitializeBuildStatus:
2> Touching "zone.dir\Release\zone.unsuccessfulbuild".
2>CustomBuild:
2> All outputs are up-to-date.
2>ClCompile:
2> bot.cpp
2>..\..\!!repos\Server\zone\bot.cpp(344): warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(348): warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(406): warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(410): warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(1293): warning C4800: 'ItemInst *' : forcing value to bool 'true' or 'false' (performance warning)
2>..\..\!!repos\Server\zone\bot.cpp(1351): warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(1351): warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(1360): warning C4244: '=' : conversion from 'double' to 'uint16', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(1378): warning C4244: '=' : conversion from 'double' to 'uint16', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(1399): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(1407): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(1413): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(1419): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(1493): warning C4018: '<' : signed/unsigned mismatch
2>..\..\!!repos\Server\zone\bot.cpp(1497): warning C4018: '<' : signed/unsigned mismatch
2>..\..\!!repos\Server\zone\bot.cpp(1905): warning C4018: '<' : signed/unsigned mismatch
2>..\..\!!repos\Server\zone\bot.cpp(2754): warning C4018: '<=' : signed/unsigned mismatch
2>..\..\!!repos\Server\zone\bot.cpp(3484): error C2065: 'opts' : undeclared identifier
2>..\..\!!repos\Server\zone\bot.cpp(3803): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(4001): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(4271): error C2660: 'Mob::Flurry' : function does not take 0 arguments
2>..\..\!!repos\Server\zone\bot.cpp(4280): warning C4244: '-=' : conversion from 'double' to 'float', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(4873): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(5024): warning C4244: 'initializing' : conversion from 'my_ulonglong' to 'uint32', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(5027): warning C4018: '<' : signed/unsigned mismatch
2>..\..\!!repos\Server\zone\bot.cpp(5124): warning C4244: 'initializing' : conversion from 'my_ulonglong' to 'uint32', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(5127): warning C4018: '<' : signed/unsigned mismatch
2>..\..\!!repos\Server\zone\bot.cpp(5163): warning C4244: 'initializing' : conversion from 'my_ulonglong' to 'uint32', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(5166): warning C4018: '<' : signed/unsigned mismatch
2>..\..\!!repos\Server\zone\bot.cpp(5197): warning C4244: 'initializing' : conversion from 'my_ulonglong' to 'uint32', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(5200): warning C4018: '<' : signed/unsigned mismatch
2>..\..\!!repos\Server\zone\bot.cpp(5208): warning C4800: 'uint32' : forcing value to bool 'true' or 'false' (performance warning)
2>..\..\!!repos\Server\zone\bot.cpp(5237): warning C4244: 'initializing' : conversion from 'my_ulonglong' to 'uint32', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(5240): warning C4018: '<' : signed/unsigned mismatch
2>..\..\!!repos\Server\zone\bot.cpp(5277): warning C4244: 'initializing' : conversion from 'my_ulonglong' to 'uint32', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(5280): warning C4018: '<' : signed/unsigned mismatch
2>..\..\!!repos\Server\zone\bot.cpp(5308): warning C4244: 'initializing' : conversion from 'my_ulonglong' to 'uint32', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(5311): warning C4018: '<' : signed/unsigned mismatch
2>..\..\!!repos\Server\zone\bot.cpp(5363): warning C4267: '=' : conversion from 'size_t' to 'uint32', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(6186): warning C4244: '=' : conversion from 'int16' to 'uint8', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(6704): warning C4244: '*=' : conversion from 'float' to 'int', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(6706): warning C4244: '*=' : conversion from 'float' to 'uint32', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(6930): warning C4018: '<' : signed/unsigned mismatch
2>..\..\!!repos\Server\zone\bot.cpp(7389): warning C4018: '<' : signed/unsigned mismatch
2>..\..\!!repos\Server\zone\bot.cpp(8021): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(8057): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(8068): warning C4800: 'ItemInst *' : forcing value to bool 'true' or 'false' (performance warning)
2>..\..\!!repos\Server\zone\bot.cpp(8075): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(8083): warning C4800: 'ItemInst *' : forcing value to bool 'true' or 'false' (performance warning)
2>..\..\!!repos\Server\zone\bot.cpp(8089): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(8105): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(8124): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(8135): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(8202): warning C4018: '>=' : signed/unsigned mismatch
2>..\..\!!repos\Server\zone\bot.cpp(8242): warning C4244: 'argument' : conversion from 'int16' to 'uint8', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(8551): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(8554): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(8752): warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(8753): warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(8787): warning C4244: 'argument' : conversion from 'float' to 'uint32', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(8797): warning C4018: '<=' : signed/unsigned mismatch
2>..\..\!!repos\Server\zone\bot.cpp(9399): warning C4244: '+=' : conversion from 'double' to 'int32', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(9631): warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(9635): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(9667): warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(9670): warning C4244: '-=' : conversion from 'float' to 'int32', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(9675): warning C4018: '<' : signed/unsigned mismatch
2>..\..\!!repos\Server\zone\bot.cpp(9742): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(9798): warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(9806): warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(10727): warning C4800: 'uint32' : forcing value to bool 'true' or 'false' (performance warning)
2>..\..\!!repos\Server\zone\bot.cpp(10828): warning C4244: '=' : conversion from 'float' to 'int32', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(10888): warning C4244: '=' : conversion from 'float' to 'int32', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(10893): warning C4244: '+=' : conversion from 'float' to 'int32', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(11088): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(11094): warning C4244: 'initializing' : conversion from 'int32' to 'float', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(11268): warning C4244: '=' : conversion from 'const float' to 'uint8', possible loss of data
2>..\..\!!repos\Server\zone\bot.cpp(11620): warning C4018: '<' : signed/unsigned mismatch
2>..\..\!!repos\Server\zone\bot.cpp(11704): warning C4018: '<' : signed/unsigned mismatch
2>..\..\!!repos\Server\zone\bot.cpp(16599): warning C4018: '<' : signed/unsigned mismatch
2>
2>Build FAILED.
2>
2>Time Elapsed 00:00:01.50
3>------ Build started: Project: ALL_BUILD, Configuration: Release x64 ------
3>Build started 7/13/2013 2:18:05 AM.
3>InitializeBuildStatus:
3> Creating "x64\Release\ALL_BUILD\ALL_BUILD.unsuccessfulbuild" because "AlwaysCreate" was specified.
3>CustomBuild:
3> Build all projects
3>FinalizeBuildStatus:
3> Deleting file "x64\Release\ALL_BUILD\ALL_BUILD.unsuccessfulbuild".
3> Touching "x64\Release\ALL_BUILD\ALL_BUILD.lastbuildstate".
3>
3>Build succeeded.
3>
3>Time Elapsed 00:00:00.15
4>------ Skipped Build: Project: INSTALL, Configuration: Release x64 ------
4>Project not selected to build for this solution configuration
========== Build: 2 succeeded, 1 failed, 6 up-to-date, 1 skipped ==========