Build Log |
|
Command Lines |
Creating temporary file "c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\sudoku_\RSP00011825883088.rsp" with contents [ /Od /I "." /I ".." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /D "_VC80_UPGRADE=0x0600" /Gm /EHsc /MDd /Fp".\sudoku_/sudoku.pch" /Fo".\sudoku_/" /Fd".\sudoku_/" /c /ZI /TP "..\test\sudoku.cxx" ] Creating command line "cl.exe @"c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\sudoku_\RSP00011825883088.rsp" /nologo /errorReport:prompt" Creating command line "rc.exe /d "_DEBUG" /d "_VC80_UPGRADE=0x0600" /l 0x409 /I "\Documents and Settings\spencer\Desktop\fltk-1.1.7\test" /fo".\sudoku_/sudoku.res" "..\test\sudoku.rc"" Creating temporary file "c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\sudoku_\TMP00011925883088.tmp" with contents [ 1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\sudoku_\\sudokud.exe.embed.manifest" ] Creating command line "rc.exe /fo".\sudoku_\sudokud.exe.embed.manifest.res" "c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\sudoku_\TMP00011925883088.tmp"" Creating temporary file "c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\sudoku_\RSP00011A25883088.rsp" with contents [ /OUT:"../test/sudokud.exe" /INCREMENTAL /LIBPATH:"..\lib" /MANIFEST /MANIFESTFILE:".\sudoku_\sudokud.exe.intermediate.manifest" /NODEFAULTLIB:"libcd" /DEBUG /PDB:".\sudoku_/sudokud.pdb" /SUBSYSTEM:WINDOWS /MACHINE:X86 winmm.lib fltkd.lib comctl32.lib wsock32.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 "..\lib\fltkimagesd.lib" "..\lib\fltkjpegd.lib" "..\lib\fltkpngd.lib" "..\lib\fltkzd.lib" ".\sudoku_\sudoku.obj" ".\sudoku_\sudoku.res" ".\sudoku_\sudokud.exe.embed.manifest.res" ] Creating command line "link.exe @"c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\sudoku_\RSP00011A25883088.rsp" /NOLOGO /ERRORREPORT:PROMPT" Creating temporary file "c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\sudoku_\RSP00011B25883088.rsp" with contents [ /out:".\sudoku_\sudokud.exe.embed.manifest" /notify_update /manifest ".\sudoku_\sudokud.exe.intermediate.manifest" ] Creating command line "mt.exe @"c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\sudoku_\RSP00011B25883088.rsp" /nologo" Creating temporary file "c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\sudoku_\BAT00011C25883088.bat" with contents [ @echo Manifest resource last updated at %TIME% on %DATE% > ".\sudoku_\mt.dep" ] Creating command line """c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\sudoku_\BAT00011C25883088.bat""" Creating temporary file "c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\sudoku_\TMP00011D25883088.tmp" with contents [ 1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\sudoku_\\sudokud.exe.embed.manifest" ] Creating command line "rc.exe /fo".\sudoku_\sudokud.exe.embed.manifest.res" "c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\sudoku_\TMP00011D25883088.tmp"" Creating temporary file "c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\sudoku_\RSP00011E25883088.rsp" with contents [ /OUT:"../test/sudokud.exe" /INCREMENTAL /LIBPATH:"..\lib" /MANIFEST /MANIFESTFILE:".\sudoku_\sudokud.exe.intermediate.manifest" /NODEFAULTLIB:"libcd" /DEBUG /PDB:".\sudoku_/sudokud.pdb" /SUBSYSTEM:WINDOWS /MACHINE:X86 winmm.lib fltkd.lib comctl32.lib wsock32.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 "..\lib\fltkimagesd.lib" "..\lib\fltkjpegd.lib" "..\lib\fltkpngd.lib" "..\lib\fltkzd.lib" ".\sudoku_\sudoku.obj" ".\sudoku_\sudoku.res" ".\sudoku_\sudokud.exe.embed.manifest.res" ] Creating command line "link.exe @"c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\sudoku_\RSP00011E25883088.rsp" /NOLOGO /ERRORREPORT:PROMPT" |
Output Window |
Compiling... sudoku.cxx c:\documents and settings\spencer\desktop\fltk-1.1.7\test\sudoku.cxx(910) : 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\spencer\desktop\fltk-1.1.7\test\sudoku.cxx(919) : 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\spencer\desktop\fltk-1.1.7\test\sudoku.cxx(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:\documents and settings\spencer\desktop\fltk-1.1.7\test\sudoku.cxx(934) : 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\spencer\desktop\fltk-1.1.7\test\sudoku.cxx(1151) : 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\spencer\desktop\fltk-1.1.7\test\sudoku.cxx(1154) : 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\spencer\desktop\fltk-1.1.7\test\sudoku.cxx(1157) : 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\spencer\desktop\fltk-1.1.7\test\sudoku.cxx(1161) : 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.' Compiling resources... Compiling manifest to resources... Linking... LINK : warning LNK4098: defaultlib 'LIBCMTD' conflicts with use of other libs; use /NODEFAULTLIB:library Embedding manifest... |
Results |
Build log was saved at "file://c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\sudoku_\BuildLog.htm" sudoku - 0 error(s), 9 warning(s) |