Build Log
  

Build started: Project: antz, Configuration: Release|Win32

Command Lines
  
Creating temporary file "c:\data\code\antz_msw_2012-11-21\antz_msw_2012-12-16\code\Release\RSP00001029921100.rsp" with contents
[
/O2 /Oi /Ot /GL /I "lib/mysql/include/" /I "lib/freeglut/include/GL" /I "lib/soil/src" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_CRT_SECURE_NO_DEPRECATE" /D "_MBCS" /FD /EHsc /MD /Gy /Fo"Release\\" /Fd"Release\vc90.pdb" /W3 /c /Zi /TC ".\io\db\npmysql.c"
]
Creating command line "cl.exe @"c:\data\code\antz_msw_2012-11-21\antz_msw_2012-12-16\code\Release\RSP00001029921100.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\data\code\antz_msw_2012-11-21\antz_msw_2012-12-16\code\Release\RSP00001129921100.rsp" with contents
[
/OUT:"C:\data\code\antz_msw_2012-11-21\antz_msw_2012-12-16\code\Release\..\..\antz.exe" /INCREMENTAL:NO /LIBPATH:"lib/freeglut/lib/x86" /LIBPATH:"lib/soil/lib" /MANIFEST /MANIFESTFILE:"Release\antz.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"c:\data\code\antz_msw_2012-11-21\antz_msw_2012-12-16\antz.pdb" /SUBSYSTEM:CONSOLE /LARGEADDRESSAWARE /OPT:REF /OPT:ICF /LTCG /DYNAMICBASE /NXCOMPAT /MACHINE:X86 SOIL.lib opengl32.lib glu32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib

"..\..\..\antz_msw_2012-09-22_menu_mysql\antz_msw_2012-09-22_menu\lib\mysql\libmysql.lib"

"..\..\..\antz_msw_2012-09-22_menu_mysql\antz_msw_2012-09-22_menu\lib\mysql\mysqlclient.lib"

".\Release\main.obj"

".\Release\npctrl.obj"

".\Release\npdata.obj"

".\Release\npio.obj"

".\Release\npcmd.obj"

".\Release\npengine.obj"

".\Release\nptest.obj"

".\Release\npmap.obj"

".\Release\npmapfile.obj"

".\Release\npmath.obj"

".\Release\npnode.obj"

".\Release\npstr.obj"

".\Release\npmapbase.obj"

".\Release\npmapstr.obj"

".\Release\npch.obj"

".\Release\npconsole.obj"

".\Release\npdb.obj"

".\Release\npfile.obj"

".\Release\npgl.obj"

".\Release\npglut.obj"

".\Release\npkey.obj"

".\Release\npmouse.obj"

".\Release\npgeometry.obj"

".\Release\npgldraw.obj"

".\Release\nptags.obj"

".\Release\nptexmap.obj"

".\Release\npcsv.obj"

".\Release\npgdal.obj"

".\Release\npjson.obj"

".\Release\npkml.obj"

".\Release\npobj.obj"

".\Release\npxml.obj"

".\Release\npauxdb.obj"

".\Release\npmysql.obj"

".\Release\npos.obj"

".\Release\nplinux.obj"

".\Release\npmsw.obj"

".\Release\nposx.obj"

".\Release\image_DXT.obj"

".\Release\image_helper.obj"

".\Release\SOIL.obj"

".\Release\stb_image_aug.obj"
]
Creating command line "link.exe @"c:\data\code\antz_msw_2012-11-21\antz_msw_2012-12-16\code\Release\RSP00001129921100.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\data\code\antz_msw_2012-11-21\antz_msw_2012-12-16\code\Release\RSP00001229921100.rsp" with contents
[
/outputresource:"..\antz.exe;#1" /manifest

".\Release\antz.exe.intermediate.manifest"
]
Creating command line "mt.exe @"c:\data\code\antz_msw_2012-11-21\antz_msw_2012-12-16\code\Release\RSP00001229921100.rsp" /nologo"
Creating temporary file "c:\data\code\antz_msw_2012-11-21\antz_msw_2012-12-16\code\Release\BAT00001329921100.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\Release\mt.dep"
]
Creating command line """c:\data\code\antz_msw_2012-11-21\antz_msw_2012-12-16\code\Release\BAT00001329921100.bat"""
Output Window
  
Compiling...
npmysql.c
.\io\db\npmysql.c(76) : warning C4047: 'function' : 'int' differs in levels of indirection from 'void *'
.\io\db\npmysql.c(76) : warning C4024: 'npdbCtrl' : different types for formal and actual parameter 3
.\io\db\npmysql.c(76) : warning C4047: 'function' : 'int' differs in levels of indirection from 'void *'
.\io\db\npmysql.c(76) : warning C4024: 'npdbCtrl' : different types for formal and actual parameter 7
.\io\db\npmysql.c(80) : warning C4244: '=' : conversion from 'my_ulonglong' to 'int', possible loss of data
.\io\db\npmysql.c(440) : warning C4133: 'function' : incompatible types - from 'dbNewConnect *' to 'dbConnectMysql *'
.\io\db\npmysql.c(769) : warning C4047: 'function' : 'chunksObj *' differs in levels of indirection from 'char ***'
.\io\db\npmysql.c(769) : warning C4024: 'npSetMysqlQueryValues' : different types for formal and actual parameter 3
.\io\db\npmysql.c(1216) : warning C4013: 'getch' undefined; assuming extern returning int
.\io\db\npmysql.c(1573) : warning C4101: 'chunks' : unreferenced local variable
.\io\db\npmysql.c(1695) : warning C4098: 'npHolder' : 'void' function returning a value
.\io\db\npmysql.c(1701) : warning C4098: 'npHolder' : 'void' function returning a value
.\io\db\npmysql.c(1715) : warning C4133: 'function' : incompatible types - from 'dbConnectMysql *' to 'dbConnect *'
.\io\db\npmysql.c(1891) : warning C4133: 'function' : incompatible types - from 'dbConnectMysql *' to 'dbNewConnect *'
.\io\db\npmysql.c(2073) : warning C4047: 'function' : 'int' differs in levels of indirection from 'void *'
.\io\db\npmysql.c(2073) : warning C4024: 'npdbCtrl' : different types for formal and actual parameter 3
.\io\db\npmysql.c(2073) : warning C4047: 'function' : 'int' differs in levels of indirection from 'void *'
.\io\db\npmysql.c(2073) : warning C4024: 'npdbCtrl' : different types for formal and actual parameter 7
.\io\db\npmysql.c(2078) : warning C4047: 'function' : 'int' differs in levels of indirection from 'void *'
.\io\db\npmysql.c(2078) : warning C4024: 'npdbCtrl' : different types for formal and actual parameter 7
.\io\db\npmysql.c(2083) : warning C4047: 'function' : 'int' differs in levels of indirection from 'void *'
.\io\db\npmysql.c(2083) : warning C4024: 'npdbCtrl' : different types for formal and actual parameter 7
.\io\db\npmysql.c(2087) : warning C4013: 'npNewLoadNodeStateResultIntoAntz' undefined; assuming extern returning int
.\io\db\npmysql.c(2123) : warning C4047: '!=' : 'int' differs in levels of indirection from 'void *'
.\io\db\npmysql.c(2125) : warning C4013: 'npSetDbQueryConditionals' undefined; assuming extern returning int
.\io\db\npmysql.c(2321) : warning C4013: 'nposTimeStampCSV' undefined; assuming extern returning int
.\io\db\npmysql.c(2330) : warning C4047: 'function' : 'int' differs in levels of indirection from 'void *'
.\io\db\npmysql.c(2330) : warning C4024: 'npdbCtrl' : different types for formal and actual parameter 3
.\io\db\npmysql.c(2330) : warning C4047: 'function' : 'int' differs in levels of indirection from 'void *'
.\io\db\npmysql.c(2330) : warning C4024: 'npdbCtrl' : different types for formal and actual parameter 7
.\io\db\npmysql.c(2331) : warning C4047: 'function' : 'int' differs in levels of indirection from 'void *'
.\io\db\npmysql.c(2331) : warning C4024: 'npdbCtrl' : different types for formal and actual parameter 3
.\io\db\npmysql.c(2331) : warning C4047: 'function' : 'int' differs in levels of indirection from 'void *'
.\io\db\npmysql.c(2331) : warning C4024: 'npdbCtrl' : different types for formal and actual parameter 7
.\io\db\npmysql.c(2348) : warning C4133: 'function' : incompatible types - from 'dbNewConnect *' to 'dbConnectMysql *'
.\io\db\npmysql.c(2353) : warning C4047: 'function' : 'int' differs in levels of indirection from 'void *'
.\io\db\npmysql.c(2353) : warning C4024: 'npdbCtrl' : different types for formal and actual parameter 7
.\io\db\npmysql.c(2524) : warning C4133: 'function' : incompatible types - from 'dbConnectMysql *' to 'mysqlObject *'
.\io\db\npmysql.c(2586) : warning C4047: '=' : 'char' differs in levels of indirection from 'char *'
.\io\db\npmysql.c(3310) : warning C4133: 'function' : incompatible types - from 'dbConnectMysql *' to 'dbConnect *'
.\io\db\npmysql.c(3298) : warning C4101: 'result' : unreferenced local variable
.\io\db\npmysql.c(3348) : warning C4101: 'result' : unreferenced local variable
.\io\db\npmysql.c(3566) : warning C4244: '=' : conversion from 'my_ulonglong' to 'int', possible loss of data
.\io\db\npmysql.c(3668) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\io\db\npmysql.c(3669) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\io\db\npmysql.c(3670) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\io\db\npmysql.c(3672) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\io\db\npmysql.c(3673) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\io\db\npmysql.c(3674) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\io\db\npmysql.c(3676) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\io\db\npmysql.c(3677) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\io\db\npmysql.c(3678) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\io\db\npmysql.c(3680) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\io\db\npmysql.c(3681) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\io\db\npmysql.c(3682) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\io\db\npmysql.c(3684) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\io\db\npmysql.c(3685) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\io\db\npmysql.c(3686) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\io\db\npmysql.c(3688) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\io\db\npmysql.c(3689) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\io\db\npmysql.c(3690) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\io\db\npmysql.c(3692) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\io\db\npmysql.c(3693) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\io\db\npmysql.c(3694) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\io\db\npmysql.c(3699) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
.\io\db\npmysql.c(3700) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
.\io\db\npmysql.c(3701) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
.\io\db\npmysql.c(3735) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\io\db\npmysql.c(3736) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\io\db\npmysql.c(3737) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\io\db\npmysql.c(3739) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\io\db\npmysql.c(3740) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\io\db\npmysql.c(3741) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\io\db\npmysql.c(3743) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\io\db\npmysql.c(3744) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\io\db\npmysql.c(3745) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\io\db\npmysql.c(4511) : warning C4013: 'npWriteNode' undefined; assuming extern returning int
.\io\db\npmysql.c(4560) : warning C4047: '=' : 'char' differs in levels of indirection from 'char *'
.\io\db\npmysql.c(4575) : warning C4047: '=' : 'char' differs in levels of indirection from 'char *'
.\io\db\npmysql.c(4600) : warning C4047: '=' : 'char' differs in levels of indirection from 'char *'
.\io\db\npmysql.c(4623) : warning C4047: '=' : 'char' differs in levels of indirection from 'char *'
.\io\db\npmysql.c(4651) : warning C4101: 'myBuffer' : unreferenced local variable
.\io\db\npmysql.c(4650) : warning C4101: 'buffer' : unreferenced local variable
.\io\db\npmysql.c(4734) : warning C4047: '=' : 'char' differs in levels of indirection from 'char *'
.\io\db\npmysql.c(4743) : warning C4047: '=' : 'char' differs in levels of indirection from 'char *'
.\io\db\npmysql.c(4746) : warning C4013: 'npMapTraverseTreeLL' undefined; assuming extern returning int
.\io\db\npmysql.c(4786) : warning C4047: '=' : 'char' differs in levels of indirection from 'char *'
.\io\db\npmysql.c(4834) : warning C4013: 'npMapTraverseTree' undefined; assuming extern returning int
.\io\db\npmysql.c(4916) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
.\io\db\npmysql.c(4918) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\io\db\npmysql.c(4961) : warning C4018: '<' : signed/unsigned mismatch
Linking...
Generating code
Finished generating code
Embedding manifest...
Results
  
Build log was saved at "file://c:\data\code\antz_msw_2012-11-21\antz_msw_2012-12-16\code\Release\BuildLog.htm"
antz - 0 error(s), 91 warning(s)