Buildprotokoll
  

Erstellen wurde gestartet: Projekt: "libotr202", Konfiguration: "test|Win32"

Befehlszeilen
  
Die temporäre Datei "d:\Dokumente\Dateien von Andreas\Ablage\miranda_otr\test\otr.vs\libotr-2.0.2.vs\test\RSP00003747606036.rsp" wird erstellt. Inhalt:
[
/Od /I ".\custom" /I "..\inc.vs" /I "..\..\libotr-2.0.2\libotr\src" /I "D:\Dokumente\Dateien von Andreas\Ablage\miranda_otr\test\LIBGCRYPTDEV\inc" /D "WIN32" /D "_WIN32" /D "_DEBUG" /D "_LIB" /D "HAVE_CONFIG_H" /D "_VC80_UPGRADE=0x0600" /FD /EHsc /RTC1 /MDd /Fp".\..\bin.vs\libotr-2.0.2\debug\static\obj/libotr202.pch" /Fo".\..\bin.vs\libotr-2.0.2\debug\static\obj/" /Fd".\..\bin.vs\libotr-2.0.2\debug\static\obj/" /FR"test\\" /W3 /c /Zi /TP  /D "WIN32_LEAN_AND_MEAN"

"..\..\libotr-2.0.2\libotr\src\message.c"
]Erstellen der Befehlszeile "cl.exe @"d:\Dokumente\Dateien von Andreas\Ablage\miranda_otr\test\otr.vs\libotr-2.0.2.vs\test\RSP00003747606036.rsp" /nologo /errorReport:prompt"Die temporäre Datei "d:\Dokumente\Dateien von Andreas\Ablage\miranda_otr\test\otr.vs\libotr-2.0.2.vs\test\RSP00003847606036.rsp" wird erstellt. Inhalt:
[
/OUT:"..\bin.vs\libotr-2.0.2\debug\static\libotr.lib" "..\bin.vs\libotr-2.0.2\debug\static\obj\b64.obj"

"..\bin.vs\libotr-2.0.2\debug\static\obj\context.obj"

"..\bin.vs\libotr-2.0.2\debug\static\obj\dh.obj"

"..\bin.vs\libotr-2.0.2\debug\static\obj\mem.obj"

"..\bin.vs\libotr-2.0.2\debug\static\obj\message.obj"

"..\bin.vs\libotr-2.0.2\debug\static\obj\privkey.obj"

"..\bin.vs\libotr-2.0.2\debug\static\obj\proto.obj"

"..\bin.vs\libotr-2.0.2\debug\static\obj\tlv.obj"

"..\bin.vs\libotr-2.0.2\debug\static\obj\userstate.obj"
]Erstellen der Befehlszeile "lib.exe @"d:\Dokumente\Dateien von Andreas\Ablage\miranda_otr\test\otr.vs\libotr-2.0.2.vs\test\RSP00003847606036.rsp" /NOLOGO"Die temporäre Datei "d:\Dokumente\Dateien von Andreas\Ablage\miranda_otr\test\otr.vs\libotr-2.0.2.vs\test\RSP00003947606036.rsp" wird erstellt. Inhalt:
[
/o "..\bin.vs\libotr202\debug\obj\libotr202.bsc"

".\test\b64.sbr"

".\test\context.sbr"

".\test\dh.sbr"

".\test\mem.sbr"

".\test\message.sbr"

".\test\privkey.sbr"

".\test\proto.sbr"

".\test\tlv.sbr"

".\test\userstate.sbr"
]Erstellen der Befehlszeile "bscmake.exe @"d:\Dokumente\Dateien von Andreas\Ablage\miranda_otr\test\otr.vs\libotr-2.0.2.vs\test\RSP00003947606036.rsp" /nologo"
Ausgabefenster
  
Kompilieren...
message.c
..\..\libotr-2.0.2\libotr\src\message.c(135) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Programme\Microsoft Visual Studio 9.0\VC\include\stdio.h(366): Siehe Deklaration von 'sprintf'
..\..\libotr-2.0.2\libotr\src\message.c(151) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Programme\Microsoft Visual Studio 9.0\VC\include\string.h(74): Siehe Deklaration von 'strcpy'
..\..\libotr-2.0.2\libotr\src\message.c(175) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Programme\Microsoft Visual Studio 9.0\VC\include\string.h(74): Siehe Deklaration von 'strcpy'
..\..\libotr-2.0.2\libotr\src\message.c(176) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Programme\Microsoft Visual Studio 9.0\VC\include\string.h(74): Siehe Deklaration von 'strcpy'
..\..\libotr-2.0.2\libotr\src\message.c(179) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Programme\Microsoft Visual Studio 9.0\VC\include\string.h(74): Siehe Deklaration von 'strcpy'
..\..\libotr-2.0.2\libotr\src\message.c(183) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Programme\Microsoft Visual Studio 9.0\VC\include\string.h(74): Siehe Deklaration von 'strcpy'
..\..\libotr-2.0.2\libotr\src\message.c(204) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
        C:\Programme\Microsoft Visual Studio 9.0\VC\include\string.h(207): Siehe Deklaration von 'strdup'
..\..\libotr-2.0.2\libotr\src\message.c(222) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
        C:\Programme\Microsoft Visual Studio 9.0\VC\include\string.h(207): Siehe Deklaration von 'strdup'
..\..\libotr-2.0.2\libotr\src\message.c(232) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Programme\Microsoft Visual Studio 9.0\VC\include\stdio.h(366): Siehe Deklaration von 'sprintf'
..\..\libotr-2.0.2\libotr\src\message.c(279) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Programme\Microsoft Visual Studio 9.0\VC\include\stdio.h(366): Siehe Deklaration von 'sprintf'
..\..\libotr-2.0.2\libotr\src\message.c(571) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Programme\Microsoft Visual Studio 9.0\VC\include\string.h(74): Siehe Deklaration von 'strcpy'
..\..\libotr-2.0.2\libotr\src\message.c(946) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Programme\Microsoft Visual Studio 9.0\VC\include\stdio.h(366): Siehe Deklaration von 'sprintf'
..\..\libotr-2.0.2\libotr\src\message.c(974) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Programme\Microsoft Visual Studio 9.0\VC\include\stdio.h(366): Siehe Deklaration von 'sprintf'
..\..\libotr-2.0.2\libotr\src\message.c(1131) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Programme\Microsoft Visual Studio 9.0\VC\include\stdio.h(366): Siehe Deklaration von 'sprintf'
..\..\libotr-2.0.2\libotr\src\message.c(1166) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Programme\Microsoft Visual Studio 9.0\VC\include\stdio.h(366): Siehe Deklaration von 'sprintf'
..\..\libotr-2.0.2\libotr\src\message.c(1235) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
        C:\Programme\Microsoft Visual Studio 9.0\VC\include\string.h(207): Siehe Deklaration von 'strdup'
..\..\libotr-2.0.2\libotr\src\message.c(1303) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Programme\Microsoft Visual Studio 9.0\VC\include\stdio.h(366): Siehe Deklaration von 'sprintf'
..\..\libotr-2.0.2\libotr\src\message.c(1331) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Programme\Microsoft Visual Studio 9.0\VC\include\stdio.h(366): Siehe Deklaration von 'sprintf'
..\..\libotr-2.0.2\libotr\src\message.c(1384) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
        C:\Programme\Microsoft Visual Studio 9.0\VC\include\string.h(207): Siehe Deklaration von 'strdup'
..\..\libotr-2.0.2\libotr\src\message.c(1396) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
        C:\Programme\Microsoft Visual Studio 9.0\VC\include\string.h(207): Siehe Deklaration von 'strdup'
..\..\libotr-2.0.2\libotr\src\message.c(1413) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Programme\Microsoft Visual Studio 9.0\VC\include\string.h(74): Siehe Deklaration von 'strcpy'
Bibliothek wird erstellt...
proto.obj : warning LNK4006: _OFFER_NOT ist bereits in "userstate.obj" definiert; zweite Definition wird ignoriert.
proto.obj : warning LNK4006: _OFFER_SENT ist bereits in "userstate.obj" definiert; zweite Definition wird ignoriert.
proto.obj : warning LNK4006: _OFFER_REJECTED ist bereits in "userstate.obj" definiert; zweite Definition wird ignoriert.
proto.obj : warning LNK4006: _OFFER_ACCEPTED ist bereits in "userstate.obj" definiert; zweite Definition wird ignoriert.
privkey.obj : warning LNK4006: _OFFER_NOT ist bereits in "userstate.obj" definiert; zweite Definition wird ignoriert.
privkey.obj : warning LNK4006: _OFFER_SENT ist bereits in "userstate.obj" definiert; zweite Definition wird ignoriert.
privkey.obj : warning LNK4006: _OFFER_REJECTED ist bereits in "userstate.obj" definiert; zweite Definition wird ignoriert.
privkey.obj : warning LNK4006: _OFFER_ACCEPTED ist bereits in "userstate.obj" definiert; zweite Definition wird ignoriert.
message.obj : warning LNK4006: _OFFER_NOT ist bereits in "userstate.obj" definiert; zweite Definition wird ignoriert.
message.obj : warning LNK4006: _OFFER_SENT ist bereits in "userstate.obj" definiert; zweite Definition wird ignoriert.
message.obj : warning LNK4006: _OFFER_REJECTED ist bereits in "userstate.obj" definiert; zweite Definition wird ignoriert.
message.obj : warning LNK4006: _OFFER_ACCEPTED ist bereits in "userstate.obj" definiert; zweite Definition wird ignoriert.
context.obj : warning LNK4006: _OFFER_NOT ist bereits in "userstate.obj" definiert; zweite Definition wird ignoriert.
context.obj : warning LNK4006: _OFFER_SENT ist bereits in "userstate.obj" definiert; zweite Definition wird ignoriert.
context.obj : warning LNK4006: _OFFER_REJECTED ist bereits in "userstate.obj" definiert; zweite Definition wird ignoriert.
context.obj : warning LNK4006: _OFFER_ACCEPTED ist bereits in "userstate.obj" definiert; zweite Definition wird ignoriert.
Browseinformationsdatei wird erstellt...
Microsoft Browse Information Maintenance-Programm Version 9.00.30729
Copyright (C) Microsoft Corporation. All rights reserved.
Ergebnisse
  
Das Buildprotokoll wurde unter "file://d:\Dokumente\Dateien von Andreas\Ablage\miranda_otr\test\otr.vs\libotr-2.0.2.vs\test\BuildLog.htm" gespeichert.
libotr202 - 0 Fehler, 37 Warnung(en)