Build Log
  

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

Command Lines
  
Creating temporary file "f:\Master\starcraftai-2011\AgentArchitecture\ReplayTracer\Debug\RSP00005715483056.rsp" with contents
[
/Od /I "f:\Master\BWSAL_0.9.12\include" /I "f:\Master\boost_1_49_0\\" /I "F:\Master\starcraftai-2011\AgentArchitecture\\Common\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "EXAMPLEAIMODULE_EXPORTS" /D "_WINDLL" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TP ".\Source\Dll.cpp"

".\Source\BasicAIModule.cpp"
]
Creating command line "cl.exe @"f:\Master\starcraftai-2011\AgentArchitecture\ReplayTracer\Debug\RSP00005715483056.rsp" /nologo /errorReport:prompt"
Creating temporary file "f:\Master\starcraftai-2011\AgentArchitecture\ReplayTracer\Debug\RSP00005815483056.rsp" with contents
[
/OUT:"F:\Master\starcraftai-2011\AgentArchitecture\Debug\ReplayTracerd.dll" /INCREMENTAL /LIBPATH:"f:\Master\boost_1_49_0\\stage\lib" /LIBPATH:"f:\Master\BWSAL_0.9.12\lib" /DLL /MANIFEST /MANIFESTFILE:"Debug\ReplayTracerd.dll.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"f:\Master\starcraftai-2011\AgentArchitecture\Debug\ReplayTracerd.pdb" /SUBSYSTEM:WINDOWS /DYNAMICBASE /NXCOMPAT /MACHINE:X86 BWAPId.lib BWTAd.lib tinyxmld.lib CGAL-vc90-mt-gd.lib libboost_thread-vc90-mt-gd-1_40.lib gmp-vc90-mt-gd.lib mpfr-vc90-mt-gd.lib 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\BasicAIModule.obj"

".\Debug\Dll.obj"

".\Debug\log.obj"

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

".\Debug\ReplayTracerd.dll.intermediate.manifest"
]
Creating command line "mt.exe @"f:\Master\starcraftai-2011\AgentArchitecture\ReplayTracer\Debug\RSP00005915483056.rsp" /nologo"
Creating temporary file "f:\Master\starcraftai-2011\AgentArchitecture\ReplayTracer\Debug\BAT00005A15483056.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\Debug\mt.dep"
]
Creating command line """f:\Master\starcraftai-2011\AgentArchitecture\ReplayTracer\Debug\BAT00005A15483056.bat"""
Creating temporary file "f:\Master\starcraftai-2011\AgentArchitecture\ReplayTracer\Debug\BAT00005B15483056.bat" with contents
[
@echo off

copy /Y f:\Master\starcraftai-2011\AgentArchitecture\Debug\ReplayTracerd.dll  f:\Master\Starcraft\bwapi-data\AI\ReplayTracerModuled.dll

copy /Y "f:\Master\Starcraft\bwapi-data\replays.ini" "f:\Master\Starcraft\bwapi-data\bwapi.ini"



if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: A tool returned an error code from "Performing Post-Build Event..."

exit 1

:VCEnd
]
Creating command line """f:\Master\starcraftai-2011\AgentArchitecture\ReplayTracer\Debug\BAT00005B15483056.bat"""
Output Window
  
Compiling...
BasicAIModule.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=std::vector
        ]
        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=std::vector
        ]
        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=std::vector
        ]
        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=std::vector
        ]
        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=std::vector
        ]
        f:\master\starcraftai-2011\agentarchitecture\replaytracer\source\basicaimodule.cpp(27) : see reference to function template instantiation 'Archive &boost::archive::detail::interface_oarchive::operator <<>(T &)' being compiled
        with
        [
            Archive=boost::archive::text_oarchive,
            _Ty=std::string,
            T=std::vector
        ]
Generating Code...
Compiling...
Dll.cpp
Generating Code...
Linking...
   Creating library F:\Master\starcraftai-2011\AgentArchitecture\Debug\ReplayTracerd.lib and object F:\Master\starcraftai-2011\AgentArchitecture\Debug\ReplayTracerd.exp
Embedding manifest...
Performing Post-Build Event...
        1 file(s) copied.
        1 file(s) copied.
Results
  
Build log was saved at "file://f:\Master\starcraftai-2011\AgentArchitecture\ReplayTracer\Debug\BuildLog.htm"
ReplayTracer - 0 error(s), 1 warning(s)