| Build Log |
|
| Command Lines |
Creating temporary file "c:\build\djv-0.8.2\third_party\openexr\openexr-1.6.1\vc\vs2008\OpenEXR\exrenvmap\Release\RSP00004126242248.rsp" with contents [ /I "..\..\..\..\exrenvmap" /I "..\..\..\..\config.windows" /I "..\..\..\..\..\..\..\..\djv\build\include" /I "..\..\..\..\..\..\..\..\djv\build\include\OpenEXR" /D "OPENEXR_DLL" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_BIND_TO_CURRENT_VCLIBS_VERSION=1" /D "_VC80_UPGRADE=0x0710" /D "_MBCS" /FD /EHsc /MD /arch:SSE2 /Fo"Release\\" /Fd"Release\vc90.pdb" /W3 /c /Wp64 /Zi /TP "..\..\..\..\exrenvmap\makeLatLongMap.cpp" "..\..\..\..\exrenvmap\makeCubeMap.cpp" "..\..\..\..\exrenvmap\main.cpp" "..\..\..\..\exrenvmap\EnvmapImage.cpp" ] Creating command line "cl.exe @"c:\build\djv-0.8.2\third_party\openexr\openexr-1.6.1\vc\vs2008\OpenEXR\exrenvmap\Release\RSP00004126242248.rsp" /nologo /errorReport:prompt" Creating temporary file "c:\build\djv-0.8.2\third_party\openexr\openexr-1.6.1\vc\vs2008\OpenEXR\exrenvmap\Release\RSP00004226242248.rsp" with contents [ /OUT:"..\Release/exrenvmap.exe" /INCREMENTAL:NO /MANIFEST /MANIFESTFILE:"Release\exrenvmap.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"c:\build\djv-0.8.2\third_party\openexr\openexr-1.6.1\vc\vs2008\OpenEXR\Release\exrenvmap.pdb" /SUBSYSTEM:CONSOLE /OPT:REF /OPT:ICF /DYNAMICBASE:NO /MACHINE:X64 ..\..\..\..\..\..\..\..\djv\build\lib\IlmThread.lib ..\..\..\..\..\..\..\..\djv\build\lib\Imath.lib ..\..\..\..\..\..\..\..\djv\build\lib\Iex.lib ..\..\..\..\..\..\..\..\djv\build\lib\Half.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 "..\release\ilmimf.lib" ".\Release\EnvmapImage.obj" ".\Release\main.obj" ".\Release\makeCubeMap.obj" ".\Release\makeLatLongMap.obj" ] Creating command line "link.exe @"c:\build\djv-0.8.2\third_party\openexr\openexr-1.6.1\vc\vs2008\OpenEXR\exrenvmap\Release\RSP00004226242248.rsp" /NOLOGO /ERRORREPORT:PROMPT" Creating temporary file "c:\build\djv-0.8.2\third_party\openexr\openexr-1.6.1\vc\vs2008\OpenEXR\exrenvmap\Release\RSP00004326242248.rsp" with contents [ /outputresource:"..\release\exrenvmap.exe;#1" /manifest ".\Release\exrenvmap.exe.intermediate.manifest" ] Creating command line "mt.exe @"c:\build\djv-0.8.2\third_party\openexr\openexr-1.6.1\vc\vs2008\OpenEXR\exrenvmap\Release\RSP00004326242248.rsp" /nologo" Creating temporary file "c:\build\djv-0.8.2\third_party\openexr\openexr-1.6.1\vc\vs2008\OpenEXR\exrenvmap\Release\BAT00004426242248.bat" with contents [ @echo Manifest resource last updated at %TIME% on %DATE% > ".\Release\mt.dep" ] Creating command line """c:\build\djv-0.8.2\third_party\openexr\openexr-1.6.1\vc\vs2008\OpenEXR\exrenvmap\Release\BAT00004426242248.bat""" |
| Output Window |
Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
cl : Command line warning D9002 : ignoring unknown option '/arch:SSE2'
makeLatLongMap.cpp
c:\build\djv\build\include\OpenEXR\ImfName.h(103) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
c:\build\djv\build\include\OpenEXR\ImfAttribute.h(410) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
c:\build\djv\build\include\OpenEXR\ImfAttribute.h(411) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
..\..\..\..\exrenvmap\makeLatLongMap.cpp(177) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
..\..\..\..\exrenvmap\makeLatLongMap.cpp(188) : warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
..\..\..\..\exrenvmap\makeLatLongMap.cpp(188) : warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
makeCubeMap.cpp
c:\build\djv\build\include\OpenEXR\ImfName.h(103) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
c:\build\djv\build\include\OpenEXR\ImfAttribute.h(410) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
c:\build\djv\build\include\OpenEXR\ImfAttribute.h(411) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
..\..\..\..\exrenvmap\makeCubeMap.cpp(191) : warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
..\..\..\..\exrenvmap\makeCubeMap.cpp(191) : warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
main.cpp
..\..\..\..\exrenvmap\main.cpp(259) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\..\..\exrenvmap\main.cpp(305) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\..\..\exrenvmap\main.cpp(306) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
EnvmapImage.cpp
Generating Code...
Linking...
Embedding manifest...
|
| Results |
Build log was saved at "file://c:\build\djv-0.8.2\third_party\openexr\openexr-1.6.1\vc\vs2008\OpenEXR\exrenvmap\Release\BuildLog.htm" exrenvmap - 0 error(s), 16 warning(s) |