| | Creating temporary file "c:\Dev\c45generator\example\Dtree_tester___Win32_Debug\RSP00000123603176.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_VC80_UPGRADE=0x0710" /D "_MBCS" /FD /EHsc /RTC1 /MTd /Fp".\Dtree_tester___Win32_Debug/Dtree_tester.pch" /Fo".\Dtree_tester___Win32_Debug/" /Fd".\Dtree_tester___Win32_Debug/" /W3 /c /ZI /TP ".\DTrees Test\testC45.cpp"
".\DTrees Test\main.cpp"
]
Creating command line "cl.exe @c:\Dev\c45generator\example\Dtree_tester___Win32_Debug\RSP00000123603176.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\Dev\c45generator\example\Dtree_tester___Win32_Debug\RSP00000223603176.rsp" with contents
[
/OUT:".\Dtree_tester___Win32_Debug/Dtree_tester.exe" /INCREMENTAL:NO /MANIFEST /MANIFESTFILE:".\Dtree_tester___Win32_Debug\Dtree_tester.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:".\Dtree_tester___Win32_Debug/Dtree_tester.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE:NO /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
".\Dtree_tester___Win32_Debug\main.obj"
".\Dtree_tester___Win32_Debug\testC45.obj"
]
Creating command line "link.exe @c:\Dev\c45generator\example\Dtree_tester___Win32_Debug\RSP00000223603176.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\Dev\c45generator\example\Dtree_tester___Win32_Debug\RSP00000323603176.rsp" with contents
[
/outputresource:".\Dtree_tester___Win32_Debug\Dtree_tester.exe;#1" /manifest
.\Dtree_tester___Win32_Debug\Dtree_tester.exe.intermediate.manifest
]
Creating command line "mt.exe @c:\Dev\c45generator\example\Dtree_tester___Win32_Debug\RSP00000323603176.rsp /nologo"
Compiling...
testC45.cpp
c:\dev\c45generator\example\dtrees\treefileio.cpp(81) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_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\stdio.h(324) : see declaration of 'sscanf'
c:\dev\c45generator\example\dtrees\treefileio.cpp(72) : while compiling class template member function 'void DTree::TreeFileIO::ReadBranch(Node_Type &,const char *)'
with
[
Node_Type=DTree::TestC45::TestNode
]
c:\dev\c45generator\example\dtrees\treefileio.cpp(112) : while compiling class template member function 'void DTree::TreeFileIO::SaveTree(unsigned int,const Node_Type &,std::ostream &)'
with
[
Node_Type=DTree::TestC45::TestNode
]
c:\dev\c45generator\example\dtrees\treefileio.cpp(19) : while compiling class template member function 'DTree::TreeFileIO::TreeFileIO(Node_Type *&,std::istream &)'
with
[
Node_Type=DTree::TestC45::TestNode
]
c:\dev\c45generator\example\dtrees test\testc45.cpp(63) : see reference to class template instantiation 'DTree::TreeFileIO' being compiled
with
[
Node_Type=DTree::TestC45::TestNode
]
c:\dev\c45generator\example\dtrees\treefileio.cpp(102) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_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\stdio.h(324) : see declaration of 'sscanf'
c:\dev\c45generator\example\dtrees\treefileio.cpp(96) : while compiling class template member function 'void DTree::TreeFileIO::ReadLeaf(Node_Type &,const char *)'
with
[
Node_Type=DTree::TestC45::TestNode
]
main.cpp
c:\dev\c45generator\example\dtrees test\main.cpp(141) : warning C4996: 'getch': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getch. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\conio.h(145) : see declaration of 'getch'
c:\dev\c45generator\example\dtrees test\main.cpp(147) : warning C4996: 'gets': This function or variable may be unsafe. Consider using gets_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\stdio.h(279) : see declaration of 'gets'
c:\dev\c45generator\example\dtrees test\main.cpp(157) : warning C4996: 'gets': This function or variable may be unsafe. Consider using gets_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\stdio.h(279) : see declaration of 'gets'
c:\dev\c45generator\example\dtrees test\main.cpp(181) : warning C4996: 'getch': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getch. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\conio.h(145) : see declaration of 'getch'
c:\dev\c45generator\example\dtrees test\main.cpp(216) : warning C4996: 'getch': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getch. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\conio.h(145) : see declaration of 'getch'
c:\dev\c45generator\example\dtrees test\main.cpp(301) : warning C4244: 'argument' : conversion from 'time_t' to 'unsigned int', possible loss of data
Generating Code...
Linking...
main.obj : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
Embedding manifest...
Build log was saved at "file://c:\Dev\c45generator\example\Dtree_tester___Win32_Debug\BuildLog.htm"
Dtree_tester - 0 error(s), 9 warning(s)
The build has been canceled at the user's request
|