Build Log
  

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

Command Lines
  
Creating temporary file "c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\Debug\RSP00011F.rsp" with contents
[
/Od /I "libtiff_bin_354/libtiff/" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Gm /EHsc /RTC1 /MLd /Fo"Debug/" /Fd"Debug/vc70.pdb" /W3 /c /Wp64 /ZI /TC
".\be\be-991015\voronoiMain.c"
".\be\be-991015\voronoi.c"
".\be\be-991015\usage.c"
".\be\be-991015\sites.c"
".\be\be-991015\read_image.c"
".\be\be-991015\output.c"
".\be\be-991015\memory.c"
".\be\be-991015\label_func.c"
".\be\be-991015\img_to_site.c"
".\be\be-991015\heap.c"
".\be\be-991015\hash.c"
".\be\be-991015\geometry.c"
".\be\be-991015\erase.c"
".\be\be-991015\edgelist.c"
".\be\be-991015\dinfo.c"
".\be\be-991015\cline.c"
".\be\be-991015\bit_func.c"
]
Creating command line "cl.exe @c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\Debug\RSP00011F.rsp /nologo"
Creating temporary file "c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\Debug\RSP000120.rsp" with contents
[
/Od /I "libtiff_bin_354/libtiff/" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Gm /EHsc /RTC1 /MLd /Yc"stdafx.h" /Fp"Debug/voronoi.pch" /Fo"Debug/" /Fd"Debug/vc70.pdb" /W3 /c /Wp64 /ZI /TP
.\stdafx.cpp
]
Creating command line "cl.exe @c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\Debug\RSP000120.rsp /nologo"
Creating temporary file "c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\Debug\RSP000121.rsp" with contents
[
/OUT:"Debug/voronoi.lib" /NOLOGO
.\Debug\bit_func.obj
.\Debug\cline.obj
.\Debug\dinfo.obj
.\Debug\edgelist.obj
.\Debug\erase.obj
.\Debug\geometry.obj
.\Debug\hash.obj
.\Debug\heap.obj
.\Debug\img_to_site.obj
.\Debug\label_func.obj
.\Debug\memory.obj
.\Debug\output.obj
.\Debug\read_image.obj
.\Debug\sites.obj
.\Debug\stdafx.obj
.\Debug\usage.obj
.\Debug\voronoi.obj
.\Debug\voronoiMain.obj
]
Creating command line "lib.exe @c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\Debug\RSP000121.rsp"
Output Window
  
Compiling...
stdafx.cpp
Compiling...
voronoiMain.c
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\voronoiMain.c(168) : warning C4133: '=' : incompatible types - from 'int *' to 'labelStat *'
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\voronoiMain.c(182) : warning C4018: '<' : signed/unsigned mismatch
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\voronoiMain.c(266) : warning C4018: '<' : signed/unsigned mismatch
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\voronoiMain.c(106) : warning C4101: 'dist' : unreferenced local variable
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\voronoiMain.c(107) : warning C4101: 'j' : unreferenced local variable
voronoi.c
usage.c
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\usage.c(28) : warning C4013: 'exit' undefined; assuming extern returning int
sites.c
read_image.c
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\read_image.c(66) : warning C4267: '=' : conversion from 'size_t' to 'Coordinate', possible loss of data
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\read_image.c(67) : warning C4244: '=' : conversion from 'uint32' to 'Coordinate', possible loss of data
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\read_image.c(111) : warning C4013: 'open' undefined; assuming extern returning int
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\read_image.c(115) : warning C4013: 'lseek' undefined; assuming extern returning int
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\read_image.c(116) : warning C4013: 'read' undefined; assuming extern returning int
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\read_image.c(120) : warning C4013: 'close' undefined; assuming extern returning int
output.c
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\output.c(323) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\output.c(371) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
memory.c
label_func.c
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\label_func.c(34) : warning C4018: '<' : signed/unsigned mismatch
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\label_func.c(39) : warning C4018: '<' : signed/unsigned mismatch
img_to_site.c
heap.c
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\heap.c(51) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
hash.c
geometry.c
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\geometry.c(25) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\geometry.c(26) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\geometry.c(50) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\geometry.c(76) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\geometry.c(140) : warning C4554: '&' : check operator precedence for possible error; use parentheses to clarify precedence
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\geometry.c(140) : warning C4554: '&' : check operator precedence for possible error; use parentheses to clarify precedence
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\geometry.c(176) : warning C4133: 'function' : incompatible types - from 'Edge *' to 'Freenode *'
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\geometry.c(186) : warning C4244: 'return' : conversion from 'double' to 'float', possible loss of data
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\geometry.c(198) : warning C4133: 'function' : incompatible types - from 'Site *' to 'Freenode *'
erase.c
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(52) : warning C4018: '>=' : signed/unsigned mismatch
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(95) : warning C4018: '<' : signed/unsigned mismatch
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(107) : warning C4018: '<' : signed/unsigned mismatch
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(114) : warning C4018: '<' : signed/unsigned mismatch
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(119) : warning C4018: '<' : signed/unsigned mismatch
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(133) : warning C4018: '<' : signed/unsigned mismatch
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(142) : warning C4013: 'getValley' undefined; assuming extern returning int
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(154) : warning C4018: '<' : signed/unsigned mismatch
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(164) : warning C4018: '<' : signed/unsigned mismatch
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(176) : warning C4018: '<' : signed/unsigned mismatch
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(200) : warning C4018: '<' : signed/unsigned mismatch
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(208) : warning C4018: '<' : signed/unsigned mismatch
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(210) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(273) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(274) : warning C4244: '=' : conversion from 'unsigned int' to 'float', possible loss of data
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(339) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(261) : warning C4101: 'lambda' : unreferenced local variable
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(410) : warning C4018: '<' : signed/unsigned mismatch
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(632) : warning C4018: '>' : signed/unsigned mismatch
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(599) : warning C4101: 'index' : unreferenced local variable
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(792) : warning C4018: '<' : signed/unsigned mismatch
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(796) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(813) : warning C4018: '>' : signed/unsigned mismatch
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(781) : warning C4101: 'smAngHist' : unreferenced local variable
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\erase.c(779) : warning C4101: 'j' : unreferenced local variable
edgelist.c
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\edgelist.c(69) : warning C4133: 'function' : incompatible types - from 'Halfedge *' to 'Freenode *'
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\edgelist.c(79) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
dinfo.c
cline.c
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\cline.c(23) : warning C4013: 'strcmp' undefined; assuming extern returning int
c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\be\be-991015\cline.c(38) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
bit_func.c
Generating Code...
c:\lamp\zonesegmentation\voronoibased\src\utils\vornoiext\src\be\be-991015\erase.c(821) : warning C4716: 'findFreqAngle' : must return a value
Creating library...
Results
  
Build log was saved at "file://c:\lamp\ZoneSegmentation\VoronoiBased\src\utils\VornoiExt\src\Debug\BuildLog.htm"
voronoi - 0 error(s), 56 warning(s)