Build Log |
|
Command Lines |
Creating temporary file "c:\Documents and Settings\bacon\My Documents\Visual Studio 2008\Projects\bench-0.1\Debug\RSP00001930642600.rsp" with contents [ /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TP ".\stdafx.cpp" ] Creating command line "cl.exe @"c:\Documents and Settings\bacon\My Documents\Visual Studio 2008\Projects\bench-0.1\Debug\RSP00001930642600.rsp" /nologo /errorReport:prompt" Creating temporary file "c:\Documents and Settings\bacon\My Documents\Visual Studio 2008\Projects\bench-0.1\Debug\RSP00001A30642600.rsp" with contents [ /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TC ".\bench.c" ] Creating command line "cl.exe @"c:\Documents and Settings\bacon\My Documents\Visual Studio 2008\Projects\bench-0.1\Debug\RSP00001A30642600.rsp" /nologo /errorReport:prompt" Creating temporary file "c:\Documents and Settings\bacon\My Documents\Visual Studio 2008\Projects\bench-0.1\Debug\TMP00001B30642600.tmp" with contents [ 1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\bench-0.1.exe.embed.manifest" ] Creating command line "rc.exe /fo".\Debug\bench-0.1.exe.embed.manifest.res" "c:\Documents and Settings\bacon\My Documents\Visual Studio 2008\Projects\bench-0.1\Debug\TMP00001B30642600.tmp"" Creating temporary file "c:\Documents and Settings\bacon\My Documents\Visual Studio 2008\Projects\bench-0.1\Debug\RSP00001C30642600.rsp" with contents [ /OUT:"C:\Documents and Settings\bacon\My Documents\Visual Studio 2008\Projects\bench-0.1\Debug\bench-0.1.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\bench-0.1.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:\Documents and Settings\bacon\My Documents\Visual Studio 2008\Projects\bench-0.1\Debug\bench-0.1.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE /NXCOMPAT /MACHINE:X86 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ".\Debug\bench.obj" ".\Debug\stdafx.obj" ".\Debug\bench-0.1.exe.embed.manifest.res" ] Creating command line "link.exe @"c:\Documents and Settings\bacon\My Documents\Visual Studio 2008\Projects\bench-0.1\Debug\RSP00001C30642600.rsp" /NOLOGO /ERRORREPORT:PROMPT" Creating temporary file "c:\Documents and Settings\bacon\My Documents\Visual Studio 2008\Projects\bench-0.1\Debug\RSP00001D30642600.rsp" with contents [ /out:".\Debug\bench-0.1.exe.embed.manifest" /notify_update /manifest ".\Debug\bench-0.1.exe.intermediate.manifest" ] Creating command line "mt.exe @"c:\Documents and Settings\bacon\My Documents\Visual Studio 2008\Projects\bench-0.1\Debug\RSP00001D30642600.rsp" /nologo" Creating temporary file "c:\Documents and Settings\bacon\My Documents\Visual Studio 2008\Projects\bench-0.1\Debug\BAT00001E30642600.bat" with contents [ @echo Manifest resource last updated at %TIME% on %DATE% > ".\Debug\mt.dep" ] Creating command line """c:\Documents and Settings\bacon\My Documents\Visual Studio 2008\Projects\bench-0.1\Debug\BAT00001E30642600.bat""" Creating temporary file "c:\Documents and Settings\bacon\My Documents\Visual Studio 2008\Projects\bench-0.1\Debug\TMP00001F30642600.tmp" with contents [ 1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\bench-0.1.exe.embed.manifest" ] Creating command line "rc.exe /fo".\Debug\bench-0.1.exe.embed.manifest.res" "c:\Documents and Settings\bacon\My Documents\Visual Studio 2008\Projects\bench-0.1\Debug\TMP00001F30642600.tmp"" Creating temporary file "c:\Documents and Settings\bacon\My Documents\Visual Studio 2008\Projects\bench-0.1\Debug\RSP00002030642600.rsp" with contents [ /OUT:"C:\Documents and Settings\bacon\My Documents\Visual Studio 2008\Projects\bench-0.1\Debug\bench-0.1.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\bench-0.1.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"c:\Documents and Settings\bacon\My Documents\Visual Studio 2008\Projects\bench-0.1\Debug\bench-0.1.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE /NXCOMPAT /MACHINE:X86 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ".\Debug\bench.obj" ".\Debug\stdafx.obj" ".\Debug\bench-0.1.exe.embed.manifest.res" ] Creating command line "link.exe @"c:\Documents and Settings\bacon\My Documents\Visual Studio 2008\Projects\bench-0.1\Debug\RSP00002030642600.rsp" /NOLOGO /ERRORREPORT:PROMPT" |
Output Window |
Compiling... stdafx.cpp Compiling... bench.c c:\documents and settings\bacon\my documents\visual studio 2008\projects\bench-0.1\bench.c(99) : warning C4996: 'unlink': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _unlink. See online help for details. c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(301) : see declaration of 'unlink' c:\documents and settings\bacon\my documents\visual studio 2008\projects\bench-0.1\bench.c(212) : warning C4996: '__timezone': This function or variable may be unsafe. Consider using _get_timezone instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. c:\program files\microsoft visual studio 9.0\vc\include\time.h(150) : see declaration of '__timezone' c:\documents and settings\bacon\my documents\visual studio 2008\projects\bench-0.1\bench.c(213) : warning C4996: '__daylight': This function or variable may be unsafe. Consider using _get_daylight instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. c:\program files\microsoft visual studio 9.0\vc\include\time.h(142) : see declaration of '__daylight' c:\documents and settings\bacon\my documents\visual studio 2008\projects\bench-0.1\bench.c(235) : warning C4244: '=' : conversion from 'unsigned long' to 'char', possible loss of data c:\documents and settings\bacon\my documents\visual studio 2008\projects\bench-0.1\bench.c(238) : warning C4244: '=' : conversion from 'time_t' to 'unsigned long', possible loss of data c:\documents and settings\bacon\my documents\visual studio 2008\projects\bench-0.1\bench.c(258) : warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. c:\program files\microsoft visual studio 9.0\vc\include\io.h(239) : see declaration of '_open' c:\documents and settings\bacon\my documents\visual studio 2008\projects\bench-0.1\bench.c(274) : warning C4244: '=' : conversion from 'time_t' to 'unsigned long', possible loss of data c:\documents and settings\bacon\my documents\visual studio 2008\projects\bench-0.1\bench.c(295) : warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. c:\program files\microsoft visual studio 9.0\vc\include\io.h(239) : see declaration of '_open' c:\documents and settings\bacon\my documents\visual studio 2008\projects\bench-0.1\bench.c(306) : warning C4244: '=' : conversion from 'time_t' to 'unsigned long', possible loss of data c:\documents and settings\bacon\my documents\visual studio 2008\projects\bench-0.1\bench.c(327) : warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. c:\program files\microsoft visual studio 9.0\vc\include\io.h(239) : see declaration of '_open' c:\documents and settings\bacon\my documents\visual studio 2008\projects\bench-0.1\bench.c(336) : warning C4244: '=' : conversion from 'time_t' to 'unsigned long', possible loss of data Compiling manifest to resources... Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 Copyright (C) Microsoft Corporation. All rights reserved. Linking... Embedding manifest... Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 Copyright (C) Microsoft Corporation. All rights reserved. |
Results |
Build log was saved at "file://c:\Documents and Settings\bacon\My Documents\Visual Studio 2008\Projects\bench-0.1\Debug\BuildLog.htm" bench-0.1 - 0 error(s), 11 warning(s) |