Build Log
  

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

Command Lines
  
Creating temporary file "c:\data\code\antz\Release\RSP00000126322036.rsp" with contents
[
/O2 /Oi /Ot /GL /I "C:\InfiniteZ\ZSpaceSdk\2.4.0-5099\Samples\.." /I "C:\InfiniteZ\ZSpaceSDK\2.4.0-5099\Inc" /D "WIN32" /D "NDEBUG" /D "_CRT_SECURE_NO_DEPRECATE" /D "_WINDOWS" /D "CMAKE_INTDIR=\"Release\"" /D "_MBCS" /FD /EHsc /MD /Gy /Fo"Release\\" /Fd"Release\vc90.pdb" /W3 /c /Zi .\os\msw\npmswfile.c

.\os\linux\nplinuxfile.c

.\os\npos.c

.\io\file\npxml.c

.\io\file\npobj.c

.\io\file\npkml.c

.\io\file\npjson.c

.\io\file\npgdal.c

.\io\file\npcsv.c

.\io\gl\soil\src\stb_image_aug.c

.\io\gl\soil\src\SOIL.c

.\io\gl\soil\src\image_helper.c

.\io\gl\npgldraw.c

.\io\gl\npgeometry.c

.\io\npmouse.c

.\io\npkey.c

.\io\npglut.c

.\io\npgl.c

.\io\npfile.c

.\data\npnode.c

.\data\npmapfile.c

.\data\npmap.c

.\ctrl\nptest.c

.\ctrl\npengine.c

.\ctrl\npcmd.c

.\ZSpaceInterface.cpp

.\Scene.cpp

.\npio.c

.\npdata.c

.\npctrl.c

.\main.cpp

.\HeadTrackingGlutWindow.cpp
]
Creating command line "cl.exe @c:\data\code\antz\Release\RSP00000126322036.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\data\code\antz\Release\RSP00000226322036.rsp" with contents
[
/OUT:"C:\data\code\antz\Release\antz.exe" /INCREMENTAL:NO /LIBPATH:"C:\InfiniteZ\ZSpaceSDK\2.4.0-5099\Lib\C:\data\code\antz\Release" /LIBPATH:"C:\InfiniteZ\ZSpaceSDK\2.4.0-5099\Lib" /MANIFEST /MANIFESTFILE:"Release\antz.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:\data\code\antz\Release\antz.pdb" /SUBSYSTEM:CONSOLE /OPT:REF /OPT:ICF /LTCG /DYNAMICBASE /NXCOMPAT /MACHINE:X86 SOIL.lib opengl32.lib glu32.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ZSStereoGl.lib ZSCommon.lib ZSTracker.lib

".\Release\HeadTrackingGlutWindow.obj"

".\Release\main.obj"

".\Release\npctrl.obj"

".\Release\npdata.obj"

".\Release\npio.obj"

".\Release\Scene.obj"

".\Release\ZSpaceInterface.obj"

".\Release\npcmd.obj"

".\Release\npengine.obj"

".\Release\nptest.obj"

".\Release\npmap.obj"

".\Release\npmapfile.obj"

".\Release\npnode.obj"

".\Release\npfile.obj"

".\Release\npgl.obj"

".\Release\npglut.obj"

".\Release\npkey.obj"

".\Release\npmouse.obj"

".\Release\npgeometry.obj"

".\Release\npgldraw.obj"

".\Release\image_helper.obj"

".\Release\SOIL.obj"

".\Release\stb_image_aug.obj"

".\Release\npcsv.obj"

".\Release\npgdal.obj"

".\Release\npjson.obj"

".\Release\npkml.obj"

".\Release\npobj.obj"

".\Release\npxml.obj"

".\Release\npos.obj"

".\Release\nplinuxfile.obj"

".\Release\npmswfile.obj"
]
Creating command line "link.exe @c:\data\code\antz\Release\RSP00000226322036.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\data\code\antz\Release\RSP00000326322036.rsp" with contents
[
/outputresource:".\Release\antz.exe;#1" /manifest

.\Release\antz.exe.intermediate.manifest
]
Creating command line "mt.exe @c:\data\code\antz\Release\RSP00000326322036.rsp /nologo"
Creating temporary file "c:\data\code\antz\Release\BAT00000426322036.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\Release\mt.dep
]
Creating command line "c:\data\code\antz\Release\BAT00000426322036.bat"
Output Window
  
Compiling...
npmswfile.c
.\os\msw\npmswfile.c(156) : warning C4133: 'function' : incompatible types - from 'LPSTR' to 'const wchar_t *'
.\os\msw\npmswfile.c(156) : warning C4133: 'function' : incompatible types - from 'char [2]' to 'const wchar_t *'
nplinuxfile.c
.\os\linux\nplinuxfile.c(33) : warning C4013: 'getcwd' undefined; assuming extern returning int
npos.c
npxml.c
npobj.c
npkml.c
npjson.c
npgdal.c
npcsv.c
stb_image_aug.c
c:\data\code\antz\io\gl\soil\src\stbi_DDS_aug_c.h(362) : warning C4018: '>' : signed/unsigned mismatch
c:\data\code\antz\io\gl\soil\src\stbi_DDS_aug_c.h(366) : warning C4018: '>' : signed/unsigned mismatch
c:\data\code\antz\io\gl\soil\src\stbi_DDS_aug_c.h(390) : warning C4018: '<' : signed/unsigned mismatch
c:\data\code\antz\io\gl\soil\src\stbi_DDS_aug_c.h(427) : warning C4018: '<' : signed/unsigned mismatch
SOIL.c
.\io\gl\soil\src\SOIL.c(1719) : warning C4018: '<=' : signed/unsigned mismatch
.\io\gl\soil\src\SOIL.c(1729) : warning C4018: '<' : signed/unsigned mismatch
image_helper.c
.\io\gl\soil\src\image_helper.c(325) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
.\io\gl\soil\src\image_helper.c(366) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\io\gl\soil\src\image_helper.c(373) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
.\io\gl\soil\src\image_helper.c(415) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\io\gl\soil\src\image_helper.c(422) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
npgldraw.c
npgeometry.c
npmouse.c
npkey.c
npglut.c
npgl.c
npfile.c
npnode.c
Compiling...
npmapfile.c
npmap.c
nptest.c
npengine.c
npcmd.c
Compiling...
ZSpaceInterface.cpp
Scene.cpp
Compiling...
npio.c
npdata.c
npctrl.c
Compiling...
main.cpp
C:\InfiniteZ\ZSpaceSDK\2.4.0-5099\Inc\ZSpace/Common/Resource/Plugin.h(16) : warning C4005: 'WIN32_LEAN_AND_MEAN' : macro redefinition
        c:\program files (x86)\microsoft visual studio 9.0\vc\include\gl\freeglut_std.h(58) : see previous definition of 'WIN32_LEAN_AND_MEAN'
HeadTrackingGlutWindow.cpp
C:\InfiniteZ\ZSpaceSDK\2.4.0-5099\Inc\ZSpace/Common/Resource/Plugin.h(16) : warning C4005: 'WIN32_LEAN_AND_MEAN' : macro redefinition
        c:\program files (x86)\microsoft visual studio 9.0\vc\include\gl\freeglut_std.h(58) : see previous definition of 'WIN32_LEAN_AND_MEAN'
Linking...
Generating code
Finished generating code
Embedding manifest...
Results
  
Build log was saved at "file://c:\data\code\antz\Release\BuildLog.htm"
antz - 0 error(s), 16 warning(s)