Build Log
  

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

Command Lines
  
Creating temporary file "z:\wspice\log4cpp\msvc\Debug\RSP0000089108091104.rsp" with contents
[
/Od /I "..\include" /D "WIN32" /D "_DEBUG" /D "_LIB" /D "_MBCS" /Gm /EHsc /RTC1 /MTd /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /c /ZI /TP ..\src\Win32DebugAppender.cpp

..\src\TriggeringEventEvaluatorFactory.cpp

..\src\TimeStamp.cpp

..\src\SyslogAppender.cpp

..\src\StringUtil.cpp

..\src\StringQueueAppender.cpp

..\src\SimpleLayout.cpp

..\src\SimpleConfigurator.cpp

..\src\RollingFileAppender.cpp

..\src\RemoteSyslogAppender.cpp

..\src\PropertyConfiguratorImpl.cpp

..\src\PropertyConfigurator.cpp

..\src\Properties.cpp

..\src\Priority.cpp

..\src\PortabilityImpl.cpp

..\src\PatternLayout.cpp

..\src\PassThroughLayout.cpp

..\src\OstreamAppender.cpp

..\src\NTEventLogAppender.cpp

..\src\NDC.cpp

..\src\MSThreads.cpp

..\src\LoggingEvent.cpp

..\src\Localtime.cpp

..\src\LevelEvaluator.cpp

..\src\LayoutsFactory.cpp

..\src\LayoutAppender.cpp

..\src\IdsaAppender.cpp

..\src\HierarchyMaintainer.cpp

..\src\FixedContextCategory.cpp

..\src\Filter.cpp

..\src\FileAppender.cpp

..\src\FactoryParams.cpp

..\src\DummyThreads.cpp

..\src\DllMain.cpp

..\src\Configurator.cpp

..\src\CategoryStream.cpp

..\src\Category.cpp

..\src\BufferingAppender.cpp

..\src\BasicLayout.cpp

..\src\BasicConfigurator.cpp

..\src\AppenderSkeleton.cpp

..\src\AppendersFactory.cpp

..\src\Appender.cpp

..\src\AbortAppender.cpp
]
Creating command line "cl.exe @z:\wspice\log4cpp\msvc\Debug\RSP0000089108091104.rsp /nologo /errorReport:prompt"
Creating temporary file "z:\wspice\log4cpp\msvc\Debug\RSP0000099108091104.rsp" with contents
[
/Od /I "..\include" /D "WIN32" /D "_DEBUG" /D "_LIB" /D "_MBCS" /Gm /EHsc /RTC1 /MTd /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /c /ZI /TC ..\src\snprintf.c
]
Creating command line "cl.exe @z:\wspice\log4cpp\msvc\Debug\RSP0000099108091104.rsp /nologo /errorReport:prompt"
Creating temporary file "z:\wspice\log4cpp\msvc\Debug\RSP00000A9108091104.rsp" with contents
[
/OUT:"Z:\wspice\log4cpp\msvc\Debug\log4cppD.lib" .\debug\AbortAppender.obj

.\debug\Appender.obj

.\debug\AppendersFactory.obj

.\debug\AppenderSkeleton.obj

.\debug\BasicConfigurator.obj

.\debug\BasicLayout.obj

.\debug\BufferingAppender.obj

.\debug\Category.obj

.\debug\CategoryStream.obj

.\debug\Configurator.obj

.\debug\DllMain.obj

.\debug\DummyThreads.obj

.\debug\FactoryParams.obj

.\debug\FileAppender.obj

.\debug\Filter.obj

.\debug\FixedContextCategory.obj

.\debug\HierarchyMaintainer.obj

.\debug\IdsaAppender.obj

.\debug\LayoutAppender.obj

.\debug\LayoutsFactory.obj

.\debug\LevelEvaluator.obj

.\debug\Localtime.obj

.\debug\LoggingEvent.obj

.\debug\MSThreads.obj

.\debug\NDC.obj

.\debug\NTEventLogAppender.obj

.\debug\OstreamAppender.obj

.\debug\PassThroughLayout.obj

.\debug\PatternLayout.obj

.\debug\PortabilityImpl.obj

.\debug\Priority.obj

.\debug\Properties.obj

.\debug\PropertyConfigurator.obj

.\debug\PropertyConfiguratorImpl.obj

.\debug\RemoteSyslogAppender.obj

.\debug\RollingFileAppender.obj

.\debug\SimpleConfigurator.obj

.\debug\SimpleLayout.obj

.\debug\snprintf.obj

.\debug\StringQueueAppender.obj

.\debug\StringUtil.obj

.\debug\SyslogAppender.obj

.\debug\TimeStamp.obj

.\debug\TriggeringEventEvaluatorFactory.obj

.\debug\Win32DebugAppender.obj
]
Creating command line "lib.exe @z:\wspice\log4cpp\msvc\Debug\RSP00000A9108091104.rsp /NOLOGO"
Output Window
  
Compiling...
AbortAppender.cpp
Appender.cpp
AppendersFactory.cpp
AppenderSkeleton.cpp
BasicConfigurator.cpp
z:\wspice\log4cpp\src\basicconfigurator.cpp(29) : warning C4996: 'dup' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\io.h(320) : see declaration of 'dup'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _dup. See online help for details.'
z:\wspice\log4cpp\src\basicconfigurator.cpp(29) : warning C4996: 'fileno' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(688) : see declaration of 'fileno'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _fileno. See online help for details.'
BasicLayout.cpp
BufferingAppender.cpp
Category.cpp
CategoryStream.cpp
Configurator.cpp
DllMain.cpp
DummyThreads.cpp
FactoryParams.cpp
FileAppender.cpp
z:\wspice\log4cpp\src\fileappender.cpp(37) : warning C4996: 'open' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\io.h(328) : see declaration of 'open'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _open. See online help for details.'
z:\wspice\log4cpp\src\fileappender.cpp(54) : warning C4996: 'close' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\io.h(318) : see declaration of 'close'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.'
z:\wspice\log4cpp\src\fileappender.cpp(81) : warning C4996: 'write' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\io.h(334) : see declaration of 'write'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _write. See online help for details.'
z:\wspice\log4cpp\src\fileappender.cpp(88) : warning C4996: 'open' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\io.h(328) : see declaration of 'open'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _open. See online help for details.'
z:\wspice\log4cpp\src\fileappender.cpp(93) : warning C4996: 'close' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\io.h(318) : see declaration of 'close'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.'
Filter.cpp
FixedContextCategory.cpp
HierarchyMaintainer.cpp
IdsaAppender.cpp
LayoutAppender.cpp
LayoutsFactory.cpp
Generating Code...
Compiling...
LevelEvaluator.cpp
Localtime.cpp
LoggingEvent.cpp
MSThreads.cpp
z:\wspice\log4cpp\src\msthreads.cpp(11) : 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.'
NDC.cpp
NTEventLogAppender.cpp
OstreamAppender.cpp
PassThroughLayout.cpp
PatternLayout.cpp
PortabilityImpl.cpp
Priority.cpp
Properties.cpp
z:\wspice\log4cpp\src\properties.cpp(125) : warning C4996: 'getenv' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdlib.h(483) : see declaration of 'getenv'
        Message: 'This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
PropertyConfigurator.cpp
PropertyConfiguratorImpl.cpp
RemoteSyslogAppender.cpp
z:\wspice\log4cpp\src\remotesyslogappender.cpp(140) : 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.'
RollingFileAppender.cpp
z:\wspice\log4cpp\src\rollingfileappender.cpp(58) : warning C4996: 'close' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\io.h(318) : see declaration of 'close'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.'
z:\wspice\log4cpp\src\rollingfileappender.cpp(78) : warning C4996: 'open' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\io.h(328) : see declaration of 'open'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _open. See online help for details.'
z:\wspice\log4cpp\src\rollingfileappender.cpp(83) : warning C4996: 'lseek' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\io.h(326) : see declaration of 'lseek'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _lseek. See online help for details.'
SimpleConfigurator.cpp
z:\wspice\log4cpp\src\simpleconfigurator.cpp(109) : warning C4996: 'dup' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\io.h(320) : see declaration of 'dup'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _dup. See online help for details.'
z:\wspice\log4cpp\src\simpleconfigurator.cpp(109) : warning C4996: 'fileno' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(688) : see declaration of 'fileno'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _fileno. See online help for details.'
z:\wspice\log4cpp\src\simpleconfigurator.cpp(113) : warning C4996: 'dup' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\io.h(320) : see declaration of 'dup'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _dup. See online help for details.'
SimpleLayout.cpp
StringQueueAppender.cpp
StringUtil.cpp
z:\wspice\log4cpp\src\stringutil.cpp(42) : warning C4996: '_vsnprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_vsnprintf'
        Message: 'This function or variable may be unsafe. Consider using _vsnprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
Generating Code...
Compiling...
SyslogAppender.cpp
TimeStamp.cpp
z:\wspice\log4cpp\src\timestamp.cpp(38) : warning C4244: '=' : conversion from 'time_t' to 'int', possible loss of data
TriggeringEventEvaluatorFactory.cpp
Win32DebugAppender.cpp
Generating Code...
Compiling...
snprintf.c
z:\wspice\log4cpp\src\snprintf.c(529) : warning C4996: 'vsnprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(333) : see declaration of 'vsnprintf'
        Message: 'This function or variable may be unsafe. Consider using vsnprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
z:\wspice\log4cpp\src\snprintf.c(859) : 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.'
z:\wspice\log4cpp\src\snprintf.c(863) : 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.'
z:\wspice\log4cpp\src\snprintf.c(864) : 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.'
z:\wspice\log4cpp\src\snprintf.c(872) : 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.'
z:\wspice\log4cpp\src\snprintf.c(873) : 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.'
Creating library...
DummyThreads.obj : warning LNK4221: no public symbols found; archive member will be inaccessible
Results
  
Build log was saved at "file://z:\wspice\log4cpp\msvc\Debug\BuildLog.htm"
log4cpp - 0 error(s), 25 warning(s)