Build Log
  

Build started: Project: TraceAnalyzer, Configuration: Debug|Win32

Command Lines
  
Creating temporary file "f:\Master\starcraftai-2011\AgentArchitecture\TraceAnalyzer\Debug\RSP00005315482940.rsp" with contents
[
/Od /I "F:\Master\starcraftai-2011\AgentArchitecture\/common/include" /I "f:\Master\boost_1_49_0\\" /I "f:\Master\BWSAL_0.9.12\include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TP "..\Common\src\util.cpp"

".\main.cpp"
]
Creating command line "cl.exe @"f:\Master\starcraftai-2011\AgentArchitecture\TraceAnalyzer\Debug\RSP00005315482940.rsp" /nologo /errorReport:prompt"
Creating temporary file "f:\Master\starcraftai-2011\AgentArchitecture\TraceAnalyzer\Debug\RSP00005415482940.rsp" with contents
[
/OUT:"F:\Master\starcraftai-2011\AgentArchitecture\Debug\TraceAnalyzer.exe" /INCREMENTAL /LIBPATH:"f:\Master\boost_1_49_0\\stage\lib" /LIBPATH:"f:\Master\BWSAL_0.9.12\lib" /MANIFEST /MANIFESTFILE:"Debug\TraceAnalyzer.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"f:\Master\starcraftai-2011\AgentArchitecture\Debug\TraceAnalyzer.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE /NXCOMPAT /MACHINE:X86 libboost_serialization-vc90-mt-gd-1_49.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

".\Debug\main.obj"

".\Debug\util.obj"

".\Debug\TraceAnalyzer.exe.embed.manifest.res"
]
Creating command line "link.exe @"f:\Master\starcraftai-2011\AgentArchitecture\TraceAnalyzer\Debug\RSP00005415482940.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "f:\Master\starcraftai-2011\AgentArchitecture\TraceAnalyzer\Debug\RSP00005515482940.rsp" with contents
[
/out:".\Debug\TraceAnalyzer.exe.embed.manifest" /notify_update /manifest

".\Debug\TraceAnalyzer.exe.intermediate.manifest"
]
Creating command line "mt.exe @"f:\Master\starcraftai-2011\AgentArchitecture\TraceAnalyzer\Debug\RSP00005515482940.rsp" /nologo"
Creating temporary file "f:\Master\starcraftai-2011\AgentArchitecture\TraceAnalyzer\Debug\BAT00005615482940.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\Debug\mt.dep"
]
Creating command line """f:\Master\starcraftai-2011\AgentArchitecture\TraceAnalyzer\Debug\BAT00005615482940.bat"""
Output Window
  
Compiling...
main.cpp
f:\master\boost_1_49_0\boost\mpl\print.hpp(51) : warning C4308: negative integral constant converted to unsigned type
        f:\master\boost_1_49_0\boost\serialization\static_warning.hpp(92) : see reference to class template instantiation 'boost::mpl::print' being compiled
        with
        [
            T=boost::serialization::BOOST_SERIALIZATION_STATIC_WARNING_LINE<98>
        ]
        f:\master\boost_1_49_0\boost\archive\detail\check.hpp(98) : see reference to class template instantiation 'boost::serialization::static_warning_test' being compiled
        with
        [
            B=false,
            L=98
        ]
        f:\master\boost_1_49_0\boost\archive\detail\oserializer.hpp(313) : see reference to function template instantiation 'void boost::archive::detail::check_object_tracking(void)' being compiled
        with
        [
            T=scai::Database
        ]
        f:\master\boost_1_49_0\boost\archive\detail\oserializer.hpp(525) : see reference to function template instantiation 'void boost::archive::detail::save_non_pointer_type::invoke(Archive &,T &)' being compiled
        with
        [
            Archive=boost::archive::text_oarchive,
            T=scai::Database
        ]
        f:\master\boost_1_49_0\boost\archive\detail\common_oarchive.hpp(69) : see reference to function template instantiation 'void boost::archive::save(Archive &,T &)' being compiled
        with
        [
            Archive=boost::archive::text_oarchive,
            T=scai::Database
        ]
        f:\master\boost_1_49_0\boost\archive\basic_text_oarchive.hpp(80) : see reference to function template instantiation 'void boost::archive::detail::common_oarchive::save_override(T &,int)' being compiled
        with
        [
            Archive=boost::archive::text_oarchive,
            T=scai::Database
        ]
        f:\master\boost_1_49_0\boost\archive\detail\interface_oarchive.hpp(63) : see reference to function template instantiation 'void boost::archive::basic_text_oarchive::save_override(T &,int)' being compiled
        with
        [
            Archive=boost::archive::text_oarchive,
            T=scai::Database
        ]
        f:\master\starcraftai-2011\agentarchitecture\common\include\database.h(89) : see reference to function template instantiation 'Archive &boost::archive::detail::interface_oarchive::operator <<(T &)' being compiled
        with
        [
            Archive=boost::archive::text_oarchive,
            T=scai::Database
        ]
f:\master\boost_1_49_0\boost\archive\basic_binary_iprimitive.hpp(162) : warning C4996: 'std::basic_streambuf<_Elem,_Traits>::sgetn': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        with
        [
            _Elem=char,
            _Traits=std::char_traits
        ]
        c:\program files\microsoft visual studio 9.0\vc\include\streambuf(121) : see declaration of 'std::basic_streambuf<_Elem,_Traits>::sgetn'
        with
        [
            _Elem=char,
            _Traits=std::char_traits
        ]
        f:\master\boost_1_49_0\boost\archive\basic_binary_iprimitive.hpp(152) : while compiling class template member function 'void boost::archive::basic_binary_iprimitive::load_binary(void *,size_t)'
        with
        [
            Archive=boost::archive::naked_binary_iarchive,
            Elem=char,
            Tr=std::char_traits
        ]
        f:\master\boost_1_49_0\boost\archive\detail\iserializer.hpp(362) : see reference to function template instantiation 'void boost::archive::load_access::load_primitive(Archive &,T &)' being compiled
        with
        [
            Archive=boost::archive::naked_binary_iarchive,
            T=boost::archive::object_id_type
        ]
        f:\master\boost_1_49_0\boost\archive\detail\iserializer.hpp(439) : see reference to function template instantiation 'void boost::archive::detail::load_non_pointer_type::load_primitive::invoke(Archive &,T &)' being compiled
        with
        [
            Archive=boost::archive::naked_binary_iarchive,
            T=boost::archive::object_id_type
        ]
        f:\master\boost_1_49_0\boost\archive\detail\iserializer.hpp(592) : see reference to function template instantiation 'void boost::archive::detail::load_non_pointer_type::invoke(Archive &,T &)' being compiled
        with
        [
            Archive=boost::archive::naked_binary_iarchive,
            T=boost::archive::object_id_type
        ]
        f:\master\boost_1_49_0\boost\archive\detail\common_iarchive.hpp(66) : see reference to function template instantiation 'void boost::archive::load(Archive &,T &)' being compiled
        with
        [
            Archive=boost::archive::naked_binary_iarchive,
            T=boost::archive::object_id_type
        ]
        f:\master\boost_1_49_0\boost\archive\basic_binary_iarchive.hpp(70) : see reference to function template instantiation 'void boost::archive::detail::common_iarchive::load_override(T &,int)' being compiled
        with
        [
            Archive=boost::archive::naked_binary_iarchive,
            T=boost::archive::object_id_type
        ]
        f:\master\boost_1_49_0\boost\archive\binary_iarchive_impl.hpp(50) : see reference to function template instantiation 'void boost::archive::basic_binary_iarchive::load_override(T &,int)' being compiled
        with
        [
            Archive=boost::archive::naked_binary_iarchive,
            T=boost::archive::object_id_type
        ]
        f:\master\boost_1_49_0\boost\archive\detail\interface_iarchive.hpp(60) : see reference to function template instantiation 'void boost::archive::binary_iarchive_impl::load_override(T &,int)' being compiled
        with
        [
            Archive=boost::archive::naked_binary_iarchive,
            Elem=char,
            Tr=std::char_traits,
            T=boost::archive::object_id_type
        ]
        f:\master\boost_1_49_0\boost\archive\detail\common_iarchive.hpp(48) : see reference to function template instantiation 'Archive &boost::archive::detail::interface_iarchive::operator >>(T &)' being compiled
        with
        [
            Archive=boost::archive::naked_binary_iarchive,
            T=boost::archive::object_id_type
        ]
        f:\master\boost_1_49_0\boost\archive\detail\common_iarchive.hpp(47) : while compiling class template member function 'void boost::archive::detail::common_iarchive::vload(boost::archive::object_id_type &)'
        with
        [
            Archive=boost::archive::naked_binary_iarchive
        ]
        f:\master\boost_1_49_0\boost\archive\basic_binary_iarchive.hpp(52) : see reference to class template instantiation 'boost::archive::detail::common_iarchive' being compiled
        with
        [
            Archive=boost::archive::naked_binary_iarchive
        ]
        f:\master\boost_1_49_0\boost\archive\binary_iarchive_impl.hpp(36) : see reference to class template instantiation 'boost::archive::basic_binary_iarchive' being compiled
        with
        [
            Archive=boost::archive::naked_binary_iarchive
        ]
        f:\master\boost_1_49_0\boost\archive\binary_iarchive.hpp(42) : see reference to class template instantiation 'boost::archive::binary_iarchive_impl' being compiled
        with
        [
            Archive=boost::archive::naked_binary_iarchive,
            Elem=char,
            Tr=std::char_traits
        ]
f:\master\boost_1_49_0\boost\archive\basic_binary_iprimitive.hpp(176) : warning C4996: 'std::basic_streambuf<_Elem,_Traits>::sgetn': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        with
        [
            _Elem=char,
            _Traits=std::char_traits
        ]
        c:\program files\microsoft visual studio 9.0\vc\include\streambuf(121) : see declaration of 'std::basic_streambuf<_Elem,_Traits>::sgetn'
        with
        [
            _Elem=char,
            _Traits=std::char_traits
        ]
f:\master\boost_1_49_0\boost\archive\basic_binary_iprimitive.hpp(162) : warning C4996: 'std::basic_streambuf<_Elem,_Traits>::sgetn': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        with
        [
            _Elem=char,
            _Traits=std::char_traits
        ]
        c:\program files\microsoft visual studio 9.0\vc\include\streambuf(121) : see declaration of 'std::basic_streambuf<_Elem,_Traits>::sgetn'
        with
        [
            _Elem=char,
            _Traits=std::char_traits
        ]
        f:\master\boost_1_49_0\boost\archive\basic_binary_iprimitive.hpp(152) : while compiling class template member function 'void boost::archive::basic_binary_iprimitive::load_binary(void *,size_t)'
        with
        [
            Archive=boost::archive::binary_iarchive,
            Elem=char,
            Tr=std::char_traits
        ]
        f:\master\boost_1_49_0\boost\archive\detail\iserializer.hpp(362) : see reference to function template instantiation 'void boost::archive::load_access::load_primitive(Archive &,T &)' being compiled
        with
        [
            Archive=boost::archive::binary_iarchive,
            T=boost::archive::object_id_type
        ]
        f:\master\boost_1_49_0\boost\archive\detail\iserializer.hpp(439) : see reference to function template instantiation 'void boost::archive::detail::load_non_pointer_type::load_primitive::invoke(Archive &,T &)' being compiled
        with
        [
            Archive=boost::archive::binary_iarchive,
            T=boost::archive::object_id_type
        ]
        f:\master\boost_1_49_0\boost\archive\detail\iserializer.hpp(592) : see reference to function template instantiation 'void boost::archive::detail::load_non_pointer_type::invoke(Archive &,T &)' being compiled
        with
        [
            Archive=boost::archive::binary_iarchive,
            T=boost::archive::object_id_type
        ]
        f:\master\boost_1_49_0\boost\archive\detail\common_iarchive.hpp(66) : see reference to function template instantiation 'void boost::archive::load(Archive &,T &)' being compiled
        with
        [
            Archive=boost::archive::binary_iarchive,
            T=boost::archive::object_id_type
        ]
        f:\master\boost_1_49_0\boost\archive\basic_binary_iarchive.hpp(70) : see reference to function template instantiation 'void boost::archive::detail::common_iarchive::load_override(T &,int)' being compiled
        with
        [
            Archive=boost::archive::binary_iarchive,
            T=boost::archive::object_id_type
        ]
        f:\master\boost_1_49_0\boost\archive\binary_iarchive_impl.hpp(50) : see reference to function template instantiation 'void boost::archive::basic_binary_iarchive::load_override(T &,int)' being compiled
        with
        [
            Archive=boost::archive::binary_iarchive,
            T=boost::archive::object_id_type
        ]
        f:\master\boost_1_49_0\boost\archive\detail\interface_iarchive.hpp(60) : see reference to function template instantiation 'void boost::archive::binary_iarchive_impl::load_override(T &,int)' being compiled
        with
        [
            Archive=boost::archive::binary_iarchive,
            Elem=char,
            Tr=std::char_traits,
            T=boost::archive::object_id_type
        ]
        f:\master\boost_1_49_0\boost\archive\detail\common_iarchive.hpp(48) : see reference to function template instantiation 'Archive &boost::archive::detail::interface_iarchive::operator >>(T &)' being compiled
        with
        [
            Archive=boost::archive::binary_iarchive,
            T=boost::archive::object_id_type
        ]
        f:\master\boost_1_49_0\boost\archive\detail\common_iarchive.hpp(47) : while compiling class template member function 'void boost::archive::detail::common_iarchive::vload(boost::archive::object_id_type &)'
        with
        [
            Archive=boost::archive::binary_iarchive
        ]
        f:\master\boost_1_49_0\boost\archive\basic_binary_iarchive.hpp(52) : see reference to class template instantiation 'boost::archive::detail::common_iarchive' being compiled
        with
        [
            Archive=boost::archive::binary_iarchive
        ]
        f:\master\boost_1_49_0\boost\archive\binary_iarchive_impl.hpp(36) : see reference to class template instantiation 'boost::archive::basic_binary_iarchive' being compiled
        with
        [
            Archive=boost::archive::binary_iarchive
        ]
        f:\master\boost_1_49_0\boost\archive\binary_iarchive.hpp(76) : see reference to class template instantiation 'boost::archive::binary_iarchive_impl' being compiled
        with
        [
            Archive=boost::archive::binary_iarchive,
            Elem=char,
            Tr=std::char_traits
        ]
f:\master\boost_1_49_0\boost\archive\basic_binary_iprimitive.hpp(176) : warning C4996: 'std::basic_streambuf<_Elem,_Traits>::sgetn': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        with
        [
            _Elem=char,
            _Traits=std::char_traits
        ]
        c:\program files\microsoft visual studio 9.0\vc\include\streambuf(121) : see declaration of 'std::basic_streambuf<_Elem,_Traits>::sgetn'
        with
        [
            _Elem=char,
            _Traits=std::char_traits
        ]
util.cpp
Generating Code...
Linking...
   Creating library F:\Master\starcraftai-2011\AgentArchitecture\Debug\TraceAnalyzer.lib and object F:\Master\starcraftai-2011\AgentArchitecture\Debug\TraceAnalyzer.exp
Embedding manifest...
Results
  
Build log was saved at "file://f:\Master\starcraftai-2011\AgentArchitecture\TraceAnalyzer\Debug\BuildLog.htm"
TraceAnalyzer - 0 error(s), 5 warning(s)