Build Log
  

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

Command Lines
  
Creating temporary file "c:\Documents and Settings\Luke\Desktop\antz_msw_2012-05-05mysql\Debug\RSP00004833883800.rsp" with contents
[
/Od /I "lib/freeglut/include/GL" /I "lib/soil/src" /I "lib/mysql/include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_CRT_SECURE_NO_DEPRECATE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MTd /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TC ".\io\db\npmysql.c"
]
Creating command line "cl.exe @"c:\Documents and Settings\Luke\Desktop\antz_msw_2012-05-05mysql\Debug\RSP00004833883800.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\Documents and Settings\Luke\Desktop\antz_msw_2012-05-05mysql\Debug\RSP00004933883800.rsp" with contents
[
/OUT:"C:\Documents and Settings\Luke\Desktop\antz_msw_2012-05-05mysql\Debug\antz.exe" /INCREMENTAL /LIBPATH:"lib/freeglut/lib/x86" /LIBPATH:"lib/soil/lib" /LIBPATH:"lib/mysql/lib/debug" /MANIFEST /MANIFESTFILE:"Debug\antz.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"c:\Documents and Settings\Luke\Desktop\antz_msw_2012-05-05mysql\Debug\antz.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE /NXCOMPAT /MACHINE:X86 SOIL.lib opengl32.lib glu32.lib mysqlclient.lib freeglut.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

".\lib\freeglut\lib\x86\freeglut.lib"

".\lib\freeglut\lib\x86\glut32.lib"

".\lib\mysql\lib\libmysql.lib"

".\lib\mysql\lib\mysqlclient.lib"

".\lib\mysql\lib\debug\mysqlclient.lib"

".\Debug\main.obj"

".\Debug\npctrl.obj"

".\Debug\npdata.obj"

".\Debug\npio.obj"

".\Debug\npcmd.obj"

".\Debug\npengine.obj"

".\Debug\nptest.obj"

".\Debug\npmap.obj"

".\Debug\npmapfile.obj"

".\Debug\npmath.obj"

".\Debug\npnode.obj"

".\Debug\npch.obj"

".\Debug\npdb.obj"

".\Debug\npfile.obj"

".\Debug\npgl.obj"

".\Debug\npglut.obj"

".\Debug\npkey.obj"

".\Debug\npmouse.obj"

".\Debug\npgeometry.obj"

".\Debug\npgldraw.obj"

".\Debug\nptags.obj"

".\Debug\nptexmap.obj"

".\Debug\npcsv.obj"

".\Debug\npgdal.obj"

".\Debug\npjson.obj"

".\Debug\npkml.obj"

".\Debug\npobj.obj"

".\Debug\npxml.obj"

".\Debug\npauxdb.obj"

".\Debug\npmysql.obj"

".\Debug\npos.obj"

".\Debug\nplinux.obj"

".\Debug\npmsw.obj"

".\Debug\nposx.obj"

".\Debug\image_DXT.obj"

".\Debug\image_helper.obj"

".\Debug\SOIL.obj"

".\Debug\stb_image_aug.obj"

".\Debug\antz.exe.embed.manifest.res"
]
Creating command line "link.exe @"c:\Documents and Settings\Luke\Desktop\antz_msw_2012-05-05mysql\Debug\RSP00004933883800.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\Documents and Settings\Luke\Desktop\antz_msw_2012-05-05mysql\Debug\RSP00004A33883800.rsp" with contents
[
/out:".\Debug\antz.exe.embed.manifest" /notify_update /manifest

".\Debug\antz.exe.intermediate.manifest"
]
Creating command line "mt.exe @"c:\Documents and Settings\Luke\Desktop\antz_msw_2012-05-05mysql\Debug\RSP00004A33883800.rsp" /nologo"
Creating temporary file "c:\Documents and Settings\Luke\Desktop\antz_msw_2012-05-05mysql\Debug\BAT00004B33883800.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\Debug\mt.dep"
]
Creating command line """c:\Documents and Settings\Luke\Desktop\antz_msw_2012-05-05mysql\Debug\BAT00004B33883800.bat"""
Output Window
  
Compiling...
npmysql.c
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(392) : warning C4133: 'function' : incompatible types - from 'mysqlObject *' to 'dbConnect *'
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(392) : warning C4047: 'function' : 'mysqlObject *' differs in levels of indirection from 'int'
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(392) : warning C4024: 'npLoadMysqlResultsIntoAntz' : different types for formal and actual parameter 2
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(392) : warning C4047: 'function' : 'int' differs in levels of indirection from 'void *'
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(392) : warning C4024: 'npLoadMysqlResultsIntoAntz' : different types for formal and actual parameter 3
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(653) : warning C4047: 'function' : 'int' differs in levels of indirection from 'void *'
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(653) : warning C4024: 'npAntzMysql' : different types for formal and actual parameter 3
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(665) : warning C4047: 'function' : 'int' differs in levels of indirection from 'void *'
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(665) : warning C4024: 'npAntzMysql' : different types for formal and actual parameter 3
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(666) : warning C4047: 'function' : 'int' differs in levels of indirection from 'void *'
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(666) : warning C4024: 'npAntzMysql' : different types for formal and actual parameter 3
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(771) : warning C4133: 'function' : incompatible types - from 'dbConnect *' to 'mysqlObject *'
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(1481) : warning C4101: 'result' : unreferenced local variable
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(1523) : warning C4047: '=' : 'int *' differs in levels of indirection from 'int'
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(1606) : warning C4013: 'npAddRecordTag' undefined; assuming extern returning int
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(1707) : warning C4244: '=' : conversion from 'my_ulonglong' to 'int', possible loss of data
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(1778) : warning C4013: 'npMapNodeAdd' undefined; assuming extern returning int
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(1778) : warning C4047: '=' : 'pNPnode' differs in levels of indirection from 'int'
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(1798) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(1800) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(1801) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(1802) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(1803) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(1805) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(1806) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(1807) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(1809) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(1810) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(1811) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(1813) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(1814) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(1815) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(1817) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(1818) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(1819) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(1821) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(1822) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(1823) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(1825) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(1826) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(1827) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(1829) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(1830) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(1831) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(1833) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(1834) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(1835) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(1840) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(1841) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(1842) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(1876) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(1877) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(1878) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(1880) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(1881) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(1882) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(1884) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(1885) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(1886) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(2279) : warning C4013: 'npMapTraverseTree' undefined; assuming extern returning int
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(2307) : warning C4013: 'npSeekToNextLine' undefined; assuming extern returning int
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(2357) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(2359) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\luke\desktop\antz_msw_2012-05-05mysql\io\db\npmysql.c(2402) : warning C4018: '<' : signed/unsigned mismatch
Linking...
Embedding manifest...
Results
  
Build log was saved at "file://c:\Documents and Settings\Luke\Desktop\antz_msw_2012-05-05mysql\Debug\BuildLog.htm"
antz - 0 error(s), 64 warning(s)