Build Log
  

------- Build started: Project: DistanceTransform, Configuration: Debug|Win32 -------

Command Lines
  
Creating temporary file "c:\lamp\ZoneSegmentation\src\utils\DistanceTransform\Debug\RSP000001.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Gm /EHsc /RTC1 /MLd /Yu"stdafx.h" /Fp"Debug/DistanceTransform.pch" /Fo"Debug/" /Fd"Debug/vc70.pdb" /W3 /c /Wp64 /ZI /TP
.\DistanceTransform.cpp
]
Creating command line "cl.exe @c:\lamp\ZoneSegmentation\src\utils\DistanceTransform\Debug\RSP000001.rsp /nologo"
Creating temporary file "c:\lamp\ZoneSegmentation\src\utils\DistanceTransform\Debug\RSP000002.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Gm /EHsc /RTC1 /MLd /Yc"stdafx.h" /Fp"Debug/DistanceTransform.pch" /Fo"Debug/" /Fd"Debug/vc70.pdb" /W3 /c /Wp64 /ZI /TP
.\stdafx.cpp
]
Creating command line "cl.exe @c:\lamp\ZoneSegmentation\src\utils\DistanceTransform\Debug\RSP000002.rsp /nologo"
Output Window
  
Compiling...
stdafx.cpp
Compiling...
DistanceTransform.cpp
c:\lamp\ZoneSegmentation\src\utils\DistanceTransform\DistanceTransform.cpp(40) : error C2065: 'image' : undeclared identifier
c:\lamp\ZoneSegmentation\src\utils\DistanceTransform\DistanceTransform.cpp(40) : error C2065: 'uchar' : undeclared identifier
c:\lamp\ZoneSegmentation\src\utils\DistanceTransform\DistanceTransform.cpp(40) : error C2065: 'input' : undeclared identifier
c:\lamp\ZoneSegmentation\src\utils\DistanceTransform\DistanceTransform.cpp(40) : error C3861: 'loadPBM': identifier not found, even with argument-dependent lookup
c:\lamp\ZoneSegmentation\src\utils\DistanceTransform\DistanceTransform.cpp(43) : error C2062: type 'float' unexpected
c:\lamp\ZoneSegmentation\src\utils\DistanceTransform\DistanceTransform.cpp(43) : error C3861: 'image': identifier not found, even with argument-dependent lookup
c:\lamp\ZoneSegmentation\src\utils\DistanceTransform\DistanceTransform.cpp(46) : error C2065: 'out' : undeclared identifier
c:\lamp\ZoneSegmentation\src\utils\DistanceTransform\DistanceTransform.cpp(46) : error C2227: left of '->height' must point to class/struct/union
        type is ''unknown-type''
c:\lamp\ZoneSegmentation\src\utils\DistanceTransform\DistanceTransform.cpp(47) : error C2227: left of '->width' must point to class/struct/union
        type is ''unknown-type''
c:\lamp\ZoneSegmentation\src\utils\DistanceTransform\DistanceTransform.cpp(47) : error C3861: 'out': identifier not found, even with argument-dependent lookup
c:\lamp\ZoneSegmentation\src\utils\DistanceTransform\DistanceTransform.cpp(48) : error C3861: 'imRef': identifier not found, even with argument-dependent lookup
c:\lamp\ZoneSegmentation\src\utils\DistanceTransform\DistanceTransform.cpp(48) : error C3861: 'out': identifier not found, even with argument-dependent lookup
c:\lamp\ZoneSegmentation\src\utils\DistanceTransform\DistanceTransform.cpp(48) : error C3861: 'sqrt': identifier not found, even with argument-dependent lookup
c:\lamp\ZoneSegmentation\src\utils\DistanceTransform\DistanceTransform.cpp(48) : error C3861: 'imRef': identifier not found, even with argument-dependent lookup
c:\lamp\ZoneSegmentation\src\utils\DistanceTransform\DistanceTransform.cpp(48) : error C3861: 'out': identifier not found, even with argument-dependent lookup
c:\lamp\ZoneSegmentation\src\utils\DistanceTransform\DistanceTransform.cpp(53) : error C2065: 'gray' : undeclared identifier
c:\lamp\ZoneSegmentation\src\utils\DistanceTransform\DistanceTransform.cpp(53) : error C3861: 'image': identifier not found, even with argument-dependent lookup
c:\lamp\ZoneSegmentation\src\utils\DistanceTransform\DistanceTransform.cpp(53) : error C3861: 'uchar': identifier not found, even with argument-dependent lookup
c:\lamp\ZoneSegmentation\src\utils\DistanceTransform\DistanceTransform.cpp(53) : error C3861: 'imageFLOATtoUCHAR': identifier not found, even with argument-dependent lookup
c:\lamp\ZoneSegmentation\src\utils\DistanceTransform\DistanceTransform.cpp(53) : error C3861: 'out': identifier not found, even with argument-dependent lookup
c:\lamp\ZoneSegmentation\src\utils\DistanceTransform\DistanceTransform.cpp(56) : error C3861: 'savePGM': identifier not found, even with argument-dependent lookup
c:\lamp\ZoneSegmentation\src\utils\DistanceTransform\DistanceTransform.cpp(56) : error C3861: 'gray': identifier not found, even with argument-dependent lookup
c:\lamp\ZoneSegmentation\src\utils\DistanceTransform\DistanceTransform.cpp(58) : error C2541: 'delete' : cannot delete objects that are not pointers
c:\lamp\ZoneSegmentation\src\utils\DistanceTransform\DistanceTransform.cpp(58) : error C3861: 'input': identifier not found, even with argument-dependent lookup
c:\lamp\ZoneSegmentation\src\utils\DistanceTransform\DistanceTransform.cpp(59) : error C2541: 'delete' : cannot delete objects that are not pointers
c:\lamp\ZoneSegmentation\src\utils\DistanceTransform\DistanceTransform.cpp(59) : error C3861: 'out': identifier not found, even with argument-dependent lookup
c:\lamp\ZoneSegmentation\src\utils\DistanceTransform\DistanceTransform.cpp(60) : error C2541: 'delete' : cannot delete objects that are not pointers
c:\lamp\ZoneSegmentation\src\utils\DistanceTransform\DistanceTransform.cpp(60) : error C3861: 'gray': identifier not found, even with argument-dependent lookup
Results
  
Build log was saved at "file://c:\lamp\ZoneSegmentation\src\utils\DistanceTransform\Debug\BuildLog.htm"
DistanceTransform - 28 error(s), 0 warning(s)