ビルド ログ |
|
コマンド ライン |
一時ファイル "d:\cygwin\home\os\kern\test\Debug\RSP0000011580528.rsp" を作成しています。内容 : [ /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /c /Wp64 /ZI /TC .\Iterator_test.c .\AggregateSingleList.c ] コマンド ライン "cl.exe @d:\cygwin\home\os\kern\test\Debug\RSP0000011580528.rsp /nologo /errorReport:prompt" を作成しています。 一時ファイル "d:\cygwin\home\os\kern\test\Debug\RSP0000021580528.rsp" を作成しています。内容 : [ /OUT:"D:\cygwin\home\os\kern\test\Debug\test.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\test.exe.intermediate.manifest" /DEBUG /PDB:"d:\cygwin\home\os\kern\test\Debug\test.pdb" /SUBSYSTEM:CONSOLE /MACHINE:X86 kernel32.lib ".\Debug\AggregateSingleList.obj" ".\Debug\Iterator_test.obj" ".\Debug\IteratorList.obj" ".\Debug\List.obj" ".\Debug\test.exe.embed.manifest.res" ] コマンド ライン "link.exe @d:\cygwin\home\os\kern\test\Debug\RSP0000021580528.rsp /NOLOGO /ERRORREPORT:PROMPT" を作成しています。 一時ファイル "d:\cygwin\home\os\kern\test\Debug\RSP0000031580528.rsp" を作成しています。内容 : [ /out:.\Debug\test.exe.embed.manifest /notify_update /manifest .\Debug\test.exe.intermediate.manifest ] コマンド ライン "mt.exe @d:\cygwin\home\os\kern\test\Debug\RSP0000031580528.rsp /nologo" を作成しています。 一時ファイル "d:\cygwin\home\os\kern\test\Debug\BAT0000041580528.bat" を作成しています。内容 : [ @echo マニフェスト リソースの最終更新日時: %TIME% (%DATE%) > .\Debug\mt.dep ] コマンド ライン "d:\cygwin\home\os\kern\test\Debug\BAT0000041580528.bat" を作成しています。 |
出力ウィンドウ |
コンパイルしています... AggregateSingleList.c Iterator_test.c d:\cygwin\home\os\kern\test\iterator_test.c(30) : warning C4313: 'printf' : 書式文字列内の '%x' が引数 2 ('const List *' 型) と競合しています。 d:\cygwin\home\os\kern\test\iterator_test.c(30) : warning C4313: 'printf' : 書式文字列内の '%x' が引数 3 ('List *const ' 型) と競合しています。 d:\cygwin\home\os\kern\test\iterator_test.c(30) : warning C4313: 'printf' : 書式文字列内の '%x' が引数 4 ('List *const ' 型) と競合しています。 d:\cygwin\home\os\kern\test\iterator_test.c(111) : warning C4996: 'scanf' が古い形式として宣言されました。 c:\program files\microsoft visual studio 8\vc\include\stdio.h(295) : 'scanf' の宣言を確認してください。 メッセージ: 'This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' コードを生成中... リンクしています... マニフェストを埋め込んでいます... |
結果 |
ビルドログは "file://d:\cygwin\home\os\kern\test\Debug\BuildLog.htm" に保存されました。 test - エラー 0、警告 4 |