Build Log
  

Build started: Project: AutoMoveImp, Configuration: Release|Win32

Command Lines
  
Creating temporary file "e:\COMPILACOES-PW-2024\CLIENTE\Element\AutoPFImp\AutoMoveImp\Release\RSP000051696811436.rsp" with contents
[
/O2 /Ob1 /I "..\..\..\Angelica2\output\3rdSDK\Include" /I "..\..\..\Angelica2\output\a3dSDK\Include" /I "..\..\..\Angelica2\output\acSDK\Include" /I "..\..\..\Angelica2\output\afSDK\Include" /I "..\..\..\Angelica2\output\amSDK\Include" /I "..\..\..\Angelica2\output\apSDK\Include" /D "WIN32" /D "NDEBUG" /D "_LIB" /D "_VC80_UPGRADE=0x0600" /D "_MBCS" /GF /FD /EHsc /MD /Gy /Fp".\Release/AutoMoveImp.pch" /Fo".\Release/" /Fd".\Release/" /W3 /c /TP /wd4996 ".\CluCommon.cpp"

".\PfConstant.cpp"

".\PfClu.cpp"

".\OptimizePath.cpp"

".\MultiCluGraph.cpp"

".\MoveMap.cpp"

".\MoveAgent.cpp"

".\MAStar.cpp"

".\MapNode.cpp"

".\MapGraph.cpp"

".\LayerMap.cpp"

".\Island.cpp"

".\Graph.cpp"

".\GHeap.cpp"

".\GAStar.cpp"

".\ClusterAbstraction.cpp"

".\CluGraphConnector.cpp"

".\CluGraph.cpp"
]
Creating command line "cl.exe @"e:\COMPILACOES-PW-2024\CLIENTE\Element\AutoPFImp\AutoMoveImp\Release\RSP000051696811436.rsp" /nologo /errorReport:prompt"
Creating temporary file "e:\COMPILACOES-PW-2024\CLIENTE\Element\AutoPFImp\AutoMoveImp\Release\RSP000053696811436.rsp" with contents
[
/OUT:"../lib\AutoMoveImp.lib" ".\Release\CluCommon.obj"

".\Release\CluGraph.obj"

".\Release\CluGraphConnector.obj"

".\Release\ClusterAbstraction.obj"

".\Release\GAStar.obj"

".\Release\GHeap.obj"

".\Release\Graph.obj"

".\Release\Island.obj"

".\Release\LayerMap.obj"

".\Release\MapGraph.obj"

".\Release\MapNode.obj"

".\Release\MAStar.obj"

".\Release\MoveAgent.obj"

".\Release\MoveMap.obj"

".\Release\MultiCluGraph.obj"

".\Release\OptimizePath.obj"

".\Release\PfClu.obj"

".\Release\PfConstant.obj"
]
Creating command line "lib.exe @"e:\COMPILACOES-PW-2024\CLIENTE\Element\AutoPFImp\AutoMoveImp\Release\RSP000053696811436.rsp" /NOLOGO"
Creating temporary file "e:\COMPILACOES-PW-2024\CLIENTE\Element\AutoPFImp\AutoMoveImp\Release\BAT000054696811436.bat" with contents
[
@echo off

xcopy *.h ..\include\  /R/Y/Q

xcopy  bitimage.h  ..\..\Output\include\ /R/Y/Q

xcopy  blockimage.h  ..\..\Output\include\ /R/Y/Q

xcopy  PfConstant.h  ..\..\Output\include\ /R/Y/Q

xcopy  MoveAgent.h  ..\..\Output\include\ /R/Y/Q

xcopy  ..\lib\*.lib  ..\..\Output\lib\ /R/Y/Q



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 """e:\COMPILACOES-PW-2024\CLIENTE\Element\AutoPFImp\AutoMoveImp\Release\BAT000054696811436.bat"""
Output Window
  
Compiling...
CluCommon.cpp
e:\compilacoes-pw-2024\cliente\element\autopfimp\automoveimp\Graph.h(92) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
PfConstant.cpp
PfClu.cpp
e:\compilacoes-pw-2024\cliente\element\autopfimp\automoveimp\Graph.h(92) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\PfClu.cpp(222) : warning C4018: '<' : signed/unsigned mismatch
OptimizePath.cpp
MultiCluGraph.cpp
e:\compilacoes-pw-2024\cliente\element\autopfimp\automoveimp\Graph.h(92) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
MoveMap.cpp
e:\compilacoes-pw-2024\cliente\element\autopfimp\automoveimp\Graph.h(92) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\MoveMap.cpp(280) : warning C4244: 'argument' : conversion from 'const int' to 'const float', possible loss of data
.\MoveMap.cpp(280) : warning C4244: 'argument' : conversion from 'const int' to 'const float', possible loss of data
.\MoveMap.cpp(398) : warning C4018: '>=' : signed/unsigned mismatch
MoveAgent.cpp
.\MoveAgent.cpp(573) : warning C4244: 'argument' : conversion from 'int' to 'const float', possible loss of data
.\MoveAgent.cpp(573) : warning C4244: 'argument' : conversion from 'int' to 'const float', possible loss of data
.\MoveAgent.cpp(574) : warning C4244: 'argument' : conversion from 'int' to 'const float', possible loss of data
.\MoveAgent.cpp(574) : warning C4244: 'argument' : conversion from 'int' to 'const float', possible loss of data
MAStar.cpp
.\MAStar.cpp(114) : warning C4244: '=' : conversion from 'const double' to 'float', possible loss of data
MapNode.cpp
MapGraph.cpp
e:\compilacoes-pw-2024\cliente\element\autopfimp\automoveimp\Graph.h(92) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
LayerMap.cpp
e:\compilacoes-pw-2024\cliente\element\autopfimp\automoveimp\Graph.h(92) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
Island.cpp
e:\compilacoes-pw-2024\cliente\element\autopfimp\automoveimp\Graph.h(92) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
Graph.cpp
e:\compilacoes-pw-2024\cliente\element\autopfimp\automoveimp\Graph.h(92) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
GHeap.cpp
e:\compilacoes-pw-2024\cliente\element\autopfimp\automoveimp\Graph.h(92) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
GAStar.cpp
e:\compilacoes-pw-2024\cliente\element\autopfimp\automoveimp\Graph.h(92) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\GAStar.cpp(280) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
ClusterAbstraction.cpp
e:\compilacoes-pw-2024\cliente\element\autopfimp\automoveimp\Graph.h(92) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
CluGraphConnector.cpp
e:\compilacoes-pw-2024\cliente\element\autopfimp\automoveimp\Graph.h(92) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
CluGraph.cpp
e:\compilacoes-pw-2024\cliente\element\autopfimp\automoveimp\Graph.h(92) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
Generating Code...
Creating library...
Performing Post-Build Event...
22 arquivo(s) copiado(s)
1 arquivo(s) copiado(s)
1 arquivo(s) copiado(s)
1 arquivo(s) copiado(s)
1 arquivo(s) copiado(s)
2 arquivo(s) copiado(s)
Results
  
Build log was saved at "file://e:\COMPILACOES-PW-2024\CLIENTE\Element\AutoPFImp\AutoMoveImp\Release\BuildLog.htm"
AutoMoveImp - 0 error(s), 23 warning(s)