Build Log
  

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

Command Lines
  
Creating temporary file "c:\Documents and Settings\Boyd\Desktop\Cantera-1.7.0-src\cantera\win32\vc7\oneD\Release\RSP00000533923352.rsp" with contents
[
/O2 /D "WIN32" /D "NDEBUG" /D "_LIB" /D "_VC80_UPGRADE=0x0710" /D "_MBCS" /FD /EHsc /MD /Fo"Release\\" /Fd"Release\vc80.pdb" /W3 /c /Wp64 /TP "..\..\..\Cantera\src\oneD\StFlow.cpp"

"..\..\..\Cantera\src\oneD\Sim1D.cpp"

"..\..\..\Cantera\src\oneD\refine.cpp"

"..\..\..\Cantera\src\oneD\OneDim.cpp"

"..\..\..\Cantera\src\oneD\newton_utils.cpp"

"..\..\..\Cantera\src\oneD\MultiNewton.cpp"

"..\..\..\Cantera\src\oneD\MultiJac.cpp"

"..\..\..\Cantera\src\oneD\boundaries1D.cpp"
]
Creating command line "cl.exe @"c:\Documents and Settings\Boyd\Desktop\Cantera-1.7.0-src\cantera\win32\vc7\oneD\Release\RSP00000533923352.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\Documents and Settings\Boyd\Desktop\Cantera-1.7.0-src\cantera\win32\vc7\oneD\Release\RSP00000633923352.rsp" with contents
[
/OUT:"../../../build/lib/i686-pc-win32/oneD.lib" ".\release\boundaries1D.obj"

".\release\MultiJac.obj"

".\release\MultiNewton.obj"

".\release\newton_utils.obj"

".\release\OneDim.obj"

".\release\refine.obj"

".\release\Sim1D.obj"

".\release\StFlow.obj"
]
Creating command line "lib.exe @"c:\Documents and Settings\Boyd\Desktop\Cantera-1.7.0-src\cantera\win32\vc7\oneD\Release\RSP00000633923352.rsp" /NOLOGO"
Output Window
  
Compiling...
StFlow.cpp
..\..\..\Cantera\src\oneD\StFlow.cpp(889) : warning C4996: 'sprintf' was declared deprecated
        c:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\..\Cantera\src\oneD\StFlow.cpp(893) : warning C4996: 'sprintf' was declared deprecated
        c:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\..\Cantera\src\oneD\StFlow.cpp(896) : warning C4996: 'sprintf' was declared deprecated
        c:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\..\Cantera\src\oneD\StFlow.cpp(901) : warning C4996: 'sprintf' was declared deprecated
        c:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\..\Cantera\src\oneD\StFlow.cpp(904) : warning C4996: 'sprintf' was declared deprecated
        c:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\..\Cantera\src\oneD\StFlow.cpp(912) : warning C4996: 'sprintf' was declared deprecated
        c:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\..\Cantera\src\oneD\StFlow.cpp(915) : warning C4996: 'sprintf' was declared deprecated
        c:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\..\Cantera\src\oneD\StFlow.cpp(920) : warning C4996: 'sprintf' was declared deprecated
        c:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\..\Cantera\src\oneD\StFlow.cpp(923) : warning C4996: 'sprintf' was declared deprecated
        c:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\Program Files\Microsoft Visual Studio 8\VC\include\xutility(2282) : warning C4996: 'std::_Copy_opt' was declared deprecated
        c:\Program Files\Microsoft Visual Studio 8\VC\include\xutility(2270) : see declaration of 'std::_Copy_opt'
        Message: 'You have used a std:: construct that is not safe. See documentation on how to use the Safe Standard C++ Library'
        c:\documents and settings\boyd\desktop\cantera-1.7.0-src\cantera\cantera\src\ThermoPhase.h(764) : see reference to function template instantiation '_OutIt std::copy,doublereal*>(_InIt,_InIt,_OutIt)' being compiled
        with
        [
            _OutIt=doublereal *,
            _Ty=double,
            _Alloc=std::allocator,
            _InIt=std::_Vector_iterator>
        ]
Sim1D.cpp
..\..\..\Cantera\src\oneD\Sim1D.cpp(293) : warning C4996: 'sprintf' was declared deprecated
        c:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\Program Files\Microsoft Visual Studio 8\VC\include\xutility(2282) : warning C4996: 'std::_Copy_opt' was declared deprecated
        c:\Program Files\Microsoft Visual Studio 8\VC\include\xutility(2270) : see declaration of 'std::_Copy_opt'
        Message: 'You have used a std:: construct that is not safe. See documentation on how to use the Safe Standard C++ Library'
        c:\documents and settings\boyd\desktop\cantera-1.7.0-src\cantera\cantera\src\oned\Sim1D.h(107) : see reference to function template instantiation '_OutIt std::copy(_InIt,_InIt,_OutIt)' being compiled
        with
        [
            _OutIt=double *__w64 ,
            _InIt=const doublereal *
        ]
refine.cpp
c:\Program Files\Microsoft Visual Studio 8\VC\include\xutility(2282) : warning C4996: 'std::_Copy_opt' was declared deprecated
        c:\Program Files\Microsoft Visual Studio 8\VC\include\xutility(2270) : see declaration of 'std::_Copy_opt'
        Message: 'You have used a std:: construct that is not safe. See documentation on how to use the Safe Standard C++ Library'
        ..\..\..\Cantera\src\oneD\refine.cpp(243) : see reference to function template instantiation '_OutIt std::copy(_InIt,_InIt,_OutIt)' being compiled
        with
        [
            _OutIt=doublereal *,
            _InIt=const doublereal *
        ]
OneDim.cpp
..\..\..\Cantera\src\oneD\OneDim.cpp(105) : warning C4996: 'sprintf' was declared deprecated
        c:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\..\Cantera\src\oneD\OneDim.cpp(111) : warning C4996: 'sprintf' was declared deprecated
        c:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\..\Cantera\src\oneD\OneDim.cpp(371) : warning C4996: 'sprintf' was declared deprecated
        c:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\..\Cantera\src\oneD\OneDim.cpp(420) : warning C4996: 'localtime' was declared deprecated
        c:\Program Files\Microsoft Visual Studio 8\VC\include\time.inl(114) : see declaration of 'localtime'
        Message: 'This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\..\Cantera\src\oneD\OneDim.cpp(444) : warning C4996: 'asctime' was declared deprecated
        c:\Program Files\Microsoft Visual Studio 8\VC\include\time.h(166) : see declaration of 'asctime'
        Message: 'This function or variable may be unsafe. Consider using asctime_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\Program Files\Microsoft Visual Studio 8\VC\include\xutility(2282) : warning C4996: 'std::_Copy_opt' was declared deprecated
        c:\Program Files\Microsoft Visual Studio 8\VC\include\xutility(2270) : see declaration of 'std::_Copy_opt'
        Message: 'You have used a std:: construct that is not safe. See documentation on how to use the Safe Standard C++ Library'
        ..\..\..\Cantera\src\oneD\OneDim.cpp(386) : see reference to function template instantiation '_OutIt std::copy(_InIt,_InIt,_OutIt)' being compiled
        with
        [
            _OutIt=doublereal *,
            _InIt=doublereal *
        ]
newton_utils.cpp
..\..\..\Cantera\src\oneD\newton_utils.cpp(48) : warning C4996: 'sprintf' was declared deprecated
        c:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\..\Cantera\src\oneD\newton_utils.cpp(67) : warning C4996: 'sprintf' was declared deprecated
        c:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\..\Cantera\src\oneD\newton_utils.cpp(73) : warning C4996: 'sprintf' was declared deprecated
        c:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
MultiNewton.cpp
..\..\..\Cantera\src\oneD\MultiNewton.cpp(214) : warning C4996: 'sprintf' was declared deprecated
        c:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\..\Cantera\src\oneD\MultiNewton.cpp(266) : warning C4996: 'sprintf' was declared deprecated
        c:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\..\Cantera\src\oneD\MultiNewton.cpp(342) : warning C4996: 'sprintf' was declared deprecated
        c:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\..\Cantera\src\oneD\MultiNewton.cpp(344) : warning C4996: 'sprintf' was declared deprecated
        c:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\..\Cantera\src\oneD\MultiNewton.cpp(349) : warning C4996: 'sprintf' was declared deprecated
        c:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\Program Files\Microsoft Visual Studio 8\VC\include\xutility(2282) : warning C4996: 'std::_Copy_opt' was declared deprecated
        c:\Program Files\Microsoft Visual Studio 8\VC\include\xutility(2270) : see declaration of 'std::_Copy_opt'
        Message: 'You have used a std:: construct that is not safe. See documentation on how to use the Safe Standard C++ Library'
        ..\..\..\Cantera\src\oneD\MultiNewton.cpp(309) : see reference to function template instantiation '_OutIt std::copy(_InIt,_InIt,_OutIt)' being compiled
        with
        [
            _OutIt=doublereal *,
            _InIt=doublereal *
        ]
MultiJac.cpp
boundaries1D.cpp
c:\documents and settings\boyd\desktop\cantera-1.7.0-src\cantera\cantera\src\oned\Inlet1D.h(134) : warning C4996: 'sprintf' was declared deprecated
        c:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\boyd\desktop\cantera-1.7.0-src\cantera\cantera\src\oned\Inlet1D.h(136) : warning C4996: 'sprintf' was declared deprecated
        c:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\boyd\desktop\cantera-1.7.0-src\cantera\cantera\src\oned\Inlet1D.h(143) : warning C4996: 'sprintf' was declared deprecated
        c:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\boyd\desktop\cantera-1.7.0-src\cantera\cantera\src\oned\Inlet1D.h(361) : warning C4996: 'sprintf' was declared deprecated
        c:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\boyd\desktop\cantera-1.7.0-src\cantera\cantera\src\oned\Inlet1D.h(418) : warning C4996: 'sprintf' was declared deprecated
        c:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\boyd\desktop\cantera-1.7.0-src\cantera\cantera\src\oned\Inlet1D.h(423) : warning C4996: 'sprintf' was declared deprecated
        c:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\Program Files\Microsoft Visual Studio 8\VC\include\xutility(2282) : warning C4996: 'std::_Copy_opt' was declared deprecated
        c:\Program Files\Microsoft Visual Studio 8\VC\include\xutility(2270) : see declaration of 'std::_Copy_opt'
        Message: 'You have used a std:: construct that is not safe. See documentation on how to use the Safe Standard C++ Library'
        c:\documents and settings\boyd\desktop\cantera-1.7.0-src\cantera\cantera\src\ThermoPhase.h(764) : see reference to function template instantiation '_OutIt std::copy,doublereal*>(_InIt,_InIt,_OutIt)' being compiled
        with
        [
            _OutIt=doublereal *,
            _Ty=double,
            _Alloc=std::allocator,
            _InIt=std::_Vector_iterator>
        ]
Generating Code...
Creating library...
Results
  
Build log was saved at "file://c:\Documents and Settings\Boyd\Desktop\Cantera-1.7.0-src\cantera\win32\vc7\oneD\Release\BuildLog.htm"
oneD - 0 error(s), 35 warning(s)