Build Log
  

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

Command Lines
  
Creating temporary file "c:\local\src\freeswitch\platform\vsnet\Debug\RSP00004C18644060.rsp" with contents
[
/Od /I "..\..\src\include" /I "c:\local\src\freeswitch\src\mod\mod_exosip\..\..\..\libs\apr-1.2.2\include" /I "..\..\..\eXosip\include" /I "..\..\..\osip\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "MOD_EXPORTS" /D "_VC80_UPGRADE=0x0710" /D "_WINDLL" /D "_MBCS" /Gm /EHsc /RTC1 /MTd /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /c /Wp64 /ZI /TC  /D _CRT_SECURE_NO_DEPRECATE

..\..\src\mod\mod_exosip\mod_exosip.c
]
Creating command line "cl.exe @c:\local\src\freeswitch\platform\vsnet\Debug\RSP00004C18644060.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\local\src\freeswitch\platform\vsnet\Debug\TMP00004D18644060.tmp" with contents
[
2 /* ISOLATIONAWARE_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\mod_exosip.dll.embed.manifest"
]
Creating command line "rc.exe /fo".\Debug\mod_exosip.dll.embed.manifest.res" c:\local\src\freeswitch\platform\vsnet\Debug\TMP00004D18644060.tmp"
Creating temporary file "c:\local\src\freeswitch\platform\vsnet\Debug\RSP00004E18644060.rsp" with contents
[
/OUT:"Debug/mod/mod_exosip.dll" /INCREMENTAL /DLL /MANIFEST /MANIFESTFILE:"Debug\mod_exosip.dll.intermediate.manifest" /DEBUG /PDB:"Debug/mod_exosip.pdb" /SUBSYSTEM:WINDOWS /IMPLIB:"Debug/mod_exosip.lib" /MACHINE:X86 Ws2_32.lib Iphlpapi.lib ccrtp4c.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 "..\..\..\apr\debug\libapr-1.lib" "..\..\..\osip\platform\vsnet\debug\osipparser2.lib" ".\debug\freeswitchcore.lib" "..\..\..\exosip\platform\vsnet\debug\exosip.lib" "..\..\..\osip\platform\vsnet\debug\osip2.lib"

".\debug\mod_exosip.obj"

".\Debug\mod_exosip.dll.embed.manifest.res"
]
Creating command line "link.exe @c:\local\src\freeswitch\platform\vsnet\Debug\RSP00004E18644060.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\local\src\freeswitch\platform\vsnet\Debug\RSP00004F18644060.rsp" with contents
[
/out:.\debug\mod_exosip.dll.embed.manifest /notify_update /manifest

.\debug\mod_exosip.dll.intermediate.manifest
]
Creating command line "mt.exe @c:\local\src\freeswitch\platform\vsnet\Debug\RSP00004F18644060.rsp /nologo"
Creating temporary file "c:\local\src\freeswitch\platform\vsnet\Debug\BAT00005018644060.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\debug\mt.dep
]
Creating command line "c:\local\src\freeswitch\platform\vsnet\Debug\BAT00005018644060.bat"
Creating temporary file "c:\local\src\freeswitch\platform\vsnet\Debug\TMP00005118644060.tmp" with contents
[
2 /* ISOLATIONAWARE_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\mod_exosip.dll.embed.manifest"
]
Creating command line "rc.exe /fo".\Debug\mod_exosip.dll.embed.manifest.res" c:\local\src\freeswitch\platform\vsnet\Debug\TMP00005118644060.tmp"
Creating temporary file "c:\local\src\freeswitch\platform\vsnet\Debug\RSP00005218644060.rsp" with contents
[
/OUT:"Debug/mod/mod_exosip.dll" /INCREMENTAL /DLL /MANIFEST /MANIFESTFILE:"Debug\mod_exosip.dll.intermediate.manifest" /DEBUG /PDB:"Debug/mod_exosip.pdb" /SUBSYSTEM:WINDOWS /IMPLIB:"Debug/mod_exosip.lib" /MACHINE:X86 Ws2_32.lib Iphlpapi.lib ccrtp4c.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 "..\..\..\apr\debug\libapr-1.lib" "..\..\..\osip\platform\vsnet\debug\osipparser2.lib" ".\debug\freeswitchcore.lib" "..\..\..\exosip\platform\vsnet\debug\exosip.lib" "..\..\..\osip\platform\vsnet\debug\osip2.lib"

".\debug\mod_exosip.obj"

".\Debug\mod_exosip.dll.embed.manifest.res"
]
Creating command line "link.exe @c:\local\src\freeswitch\platform\vsnet\Debug\RSP00005218644060.rsp /NOLOGO /ERRORREPORT:PROMPT"
Output Window
  
Compiling...
mod_exosip.c
c:\local\src\freeswitch\src\mod\mod_exosip\mod_exosip.c(140) : warning C4996: 'strdup' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(205) : see declaration of 'strdup'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.'
c:\local\src\freeswitch\src\mod\mod_exosip\mod_exosip.c(559) : warning C4267: '+=' : conversion from 'size_t' to 'int32_t', possible loss of data
c:\local\src\freeswitch\src\mod\mod_exosip\mod_exosip.c(620) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
c:\local\src\freeswitch\src\mod\mod_exosip\mod_exosip.c(631) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data
c:\local\src\freeswitch\src\mod\mod_exosip\mod_exosip.c(950) : warning C4996: 'stricmp' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(213) : see declaration of 'stricmp'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.'
c:\local\src\freeswitch\src\mod\mod_exosip\mod_exosip.c(955) : warning C4996: 'strdup' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(205) : see declaration of 'strdup'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.'
c:\local\src\freeswitch\src\mod\mod_exosip\mod_exosip.c(959) : warning C4996: 'strdup' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(205) : see declaration of 'strdup'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.'
c:\local\src\freeswitch\src\mod\mod_exosip\mod_exosip.c(960) : warning C4996: 'strdup' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(205) : see declaration of 'strdup'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.'
c:\local\src\freeswitch\src\mod\mod_exosip\mod_exosip.c(962) : warning C4996: 'strdup' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(205) : see declaration of 'strdup'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.'
c:\local\src\freeswitch\src\mod\mod_exosip\mod_exosip.c(963) : warning C4996: 'strdup' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(205) : see declaration of 'strdup'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.'
c:\local\src\freeswitch\src\mod\mod_exosip\mod_exosip.c(966) : warning C4996: 'strdup' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(205) : see declaration of 'strdup'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.'
c:\local\src\freeswitch\src\mod\mod_exosip\mod_exosip.c(967) : warning C4996: 'strdup' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(205) : see declaration of 'strdup'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.'
c:\local\src\freeswitch\src\mod\mod_exosip\mod_exosip.c(968) : warning C4996: 'strdup' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(205) : see declaration of 'strdup'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.'
c:\local\src\freeswitch\src\mod\mod_exosip\mod_exosip.c(1315) : warning C4996: 'stricmp' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(213) : see declaration of 'stricmp'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.'
Compiling manifest to resources...
Linking...
   Creating library Debug/mod_exosip.lib and object Debug/mod_exosip.exp
Embedding manifest...
Results
  
Build log was saved at "file://c:\local\src\freeswitch\platform\vsnet\Debug\BuildLog.htm"
mod_exosip - 0 error(s), 14 warning(s)