Build Log
  

Build started: Project: exrmaketiled, Configuration: Release|x64

Command Lines
  
Creating temporary file "c:\build\djv-0.8.2\third_party\openexr\openexr-1.6.1\vc\vs2008\OpenEXR\exrmaketiled\Release\RSP00004926241524.rsp" with contents
[
/I "..\..\..\..\exrmaketiled" /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 "..\..\..\..\exrmaketiled\makeTiled.cpp"

"..\..\..\..\exrmaketiled\main.cpp"

"..\..\..\..\exrmaketiled\Image.cpp"
]
Creating command line "cl.exe @"c:\build\djv-0.8.2\third_party\openexr\openexr-1.6.1\vc\vs2008\OpenEXR\exrmaketiled\Release\RSP00004926241524.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\build\djv-0.8.2\third_party\openexr\openexr-1.6.1\vc\vs2008\OpenEXR\exrmaketiled\Release\RSP00004F26241524.rsp" with contents
[
/OUT:"..\Release/exrmaketiled.exe" /INCREMENTAL:NO /MANIFEST /MANIFESTFILE:"Release\exrmaketiled.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\exrmaketiled.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\Image.obj"

".\Release\main.obj"

".\Release\makeTiled.obj"
]
Creating command line "link.exe @"c:\build\djv-0.8.2\third_party\openexr\openexr-1.6.1\vc\vs2008\OpenEXR\exrmaketiled\Release\RSP00004F26241524.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\build\djv-0.8.2\third_party\openexr\openexr-1.6.1\vc\vs2008\OpenEXR\exrmaketiled\Release\RSP00005026241524.rsp" with contents
[
/outputresource:"..\release\exrmaketiled.exe;#1" /manifest

".\Release\exrmaketiled.exe.intermediate.manifest"
]
Creating command line "mt.exe @"c:\build\djv-0.8.2\third_party\openexr\openexr-1.6.1\vc\vs2008\OpenEXR\exrmaketiled\Release\RSP00005026241524.rsp" /nologo"
Creating temporary file "c:\build\djv-0.8.2\third_party\openexr\openexr-1.6.1\vc\vs2008\OpenEXR\exrmaketiled\Release\BAT00005126241524.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\exrmaketiled\Release\BAT00005126241524.bat"""
Creating temporary file "c:\build\djv-0.8.2\third_party\openexr\openexr-1.6.1\vc\vs2008\OpenEXR\exrmaketiled\Release\BAT00005226241524.bat" with contents
[
@echo off

..\..\..\installexrmaketiled.cmd Release

if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: A tool returned an error code from "Performing Post-Build Event..."

exit 1

:VCEnd
]
Creating command line """c:\build\djv-0.8.2\third_party\openexr\openexr-1.6.1\vc\vs2008\OpenEXR\exrmaketiled\Release\BAT00005226241524.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'
makeTiled.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
..\..\..\..\exrmaketiled\makeTiled.cpp(650) : warning C4390: ';' : empty controlled statement found; is this the intent?
..\..\..\..\exrmaketiled\makeTiled.cpp(230) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
        ..\..\..\..\exrmaketiled\makeTiled.cpp(283) : see reference to function template instantiation 'T `anonymous-namespace'::filterX(const TypedImageChannel &,int,double,int,Extrapolation)' being compiled
        with
        [
            T=half
        ]
        ..\..\..\..\exrmaketiled\makeTiled.cpp(384) : see reference to function template instantiation 'void `anonymous-namespace'::reduceX(const TypedImageChannel &,TypedImageChannel &,bool,Extrapolation &,bool)' being compiled
        with
        [
            T=half
        ]
..\..\..\..\exrmaketiled\makeTiled.cpp(249) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
        ..\..\..\..\exrmaketiled\makeTiled.cpp(335) : see reference to function template instantiation 'T `anonymous-namespace'::filterY(const TypedImageChannel &,int,int,double,Extrapolation)' being compiled
        with
        [
            T=half
        ]
        ..\..\..\..\exrmaketiled\makeTiled.cpp(433) : see reference to function template instantiation 'void `anonymous-namespace'::reduceY(const TypedImageChannel &,TypedImageChannel &,bool,Extrapolation,bool)' being compiled
        with
        [
            T=half
        ]
main.cpp
Image.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'
Generating Code...
Linking...
Embedding manifest...
Performing Post-Build Event...
Installing into ..\..\..\..\..\..\..\..\djv\build\bin
        1 file(s) copied.
Results
  
Build log was saved at "file://c:\build\djv-0.8.2\third_party\openexr\openexr-1.6.1\vc\vs2008\OpenEXR\exrmaketiled\Release\BuildLog.htm"
exrmaketiled - 0 error(s), 9 warning(s)