lamiastella

added #define NOMINMAX

May 15th, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 60.04 KB | None | 0 0
  1. 1>------ Build started: Project: OpenARK-SDK, Configuration: Release x64 ------
  2. 1> Calibration.cpp
  3. 1>..\Calibration.cpp(74): warning C4477: 'printf' : format string '%d' requires an argument of type 'int', but variadic argument 1 has type 'unsigned __int64'
  4. 1> ..\Calibration.cpp(74): note: consider using '%zd' in the format string
  5. 1>C:\Program Files\PCL 1.8.0\include\pcl-1.8\pcl/visualization/impl/point_cloud_color_handlers.hpp(549): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
  6. 1> C:\Program Files\PCL 1.8.0\include\pcl-1.8\pcl/visualization/impl/point_cloud_color_handlers.hpp(525): note: while compiling class template member function 'bool pcl::visualization::PointCloudColorHandlerLabelField<pcl::PointXYZL>::getColor(vtkSmartPointer<vtkDataArray> &) const'
  7. 1> C:\Program Files\PCL 1.8.0\include\pcl-1.8\pcl/visualization/pcl_visualizer.h(907): note: see reference to class template instantiation 'pcl::visualization::PointCloudColorHandlerLabelField<pcl::PointXYZL>' being compiled
  8. 1> DepthCamera.cpp
  9. 1> Hand.cpp
  10. 1>..\Hand.cpp(218): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
  11. 1>C:\Program Files\PCL 1.8.0\include\pcl-1.8\pcl/visualization/impl/point_cloud_color_handlers.hpp(549): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
  12. 1> C:\Program Files\PCL 1.8.0\include\pcl-1.8\pcl/visualization/impl/point_cloud_color_handlers.hpp(525): note: while compiling class template member function 'bool pcl::visualization::PointCloudColorHandlerLabelField<pcl::PointXYZL>::getColor(vtkSmartPointer<vtkDataArray> &) const'
  13. 1> C:\Program Files\PCL 1.8.0\include\pcl-1.8\pcl/visualization/pcl_visualizer.h(907): note: see reference to class template instantiation 'pcl::visualization::PointCloudColorHandlerLabelField<pcl::PointXYZL>' being compiled
  14. 1> main.cpp
  15. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\shared\ws2def.h(100): warning C4005: 'AF_IPX': macro redefinition
  16. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(452): note: see previous definition of 'AF_IPX'
  17. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\shared\ws2def.h(140): warning C4005: 'AF_MAX': macro redefinition
  18. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(471): note: see previous definition of 'AF_MAX'
  19. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\shared\ws2def.h(177): warning C4005: 'SO_DONTLINGER': macro redefinition
  20. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(394): note: see previous definition of 'SO_DONTLINGER'
  21. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\shared\ws2def.h(221): error C2011: 'sockaddr': 'struct' type redefinition
  22. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(1002): note: see declaration of 'sockaddr'
  23. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\shared\ws2def.h(421): error C2059: syntax error: 'constant'
  24. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\shared\ws2def.h(421): error C3805: 'constant': unexpected token, expected either '}' or a ','
  25. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\shared\ws2def.h(556): warning C4005: 'IN_CLASSA': macro redefinition
  26. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(279): note: see previous definition of 'IN_CLASSA'
  27. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\shared\ws2def.h(562): warning C4005: 'IN_CLASSB': macro redefinition
  28. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(285): note: see previous definition of 'IN_CLASSB'
  29. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\shared\ws2def.h(568): warning C4005: 'IN_CLASSC': macro redefinition
  30. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(291): note: see previous definition of 'IN_CLASSC'
  31. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\shared\ws2def.h(579): warning C4005: 'INADDR_ANY': macro redefinition
  32. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(296): note: see previous definition of 'INADDR_ANY'
  33. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\shared\ws2def.h(581): warning C4005: 'INADDR_BROADCAST': macro redefinition
  34. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(298): note: see previous definition of 'INADDR_BROADCAST'
  35. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\shared\ws2def.h(615): error C2011: 'sockaddr_in': 'struct' type redefinition
  36. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(1006): note: see declaration of 'sockaddr_in'
  37. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(136): error C2011: 'fd_set': 'struct' type redefinition
  38. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(1014): note: see declaration of 'fd_set'
  39. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(156): warning C4005: 'FD_CLR': macro redefinition
  40. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(89): note: see previous definition of 'FD_CLR'
  41. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(171): warning C4005: 'FD_SET': macro redefinition
  42. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(94): note: see previous definition of 'FD_SET'
  43. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(180): error C2011: 'timeval': 'struct' type redefinition
  44. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(1030): note: see declaration of 'timeval'
  45. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(236): error C2011: 'hostent': 'struct' type redefinition
  46. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(1018): note: see declaration of 'hostent'
  47. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(249): error C2011: 'netent': 'struct' type redefinition
  48. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(172): note: see declaration of 'netent'
  49. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(256): error C2011: 'servent': 'struct' type redefinition
  50. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(1022): note: see declaration of 'servent'
  51. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(268): error C2011: 'protoent': 'struct' type redefinition
  52. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(1026): note: see declaration of 'protoent'
  53. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(364): error C2011: 'WSAData': 'struct' type redefinition
  54. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(314): note: see declaration of 'WSAData'
  55. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(462): error C2011: 'sockproto': 'struct' type redefinition
  56. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(486): note: see declaration of 'sockproto'
  57. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(504): error C2011: 'linger': 'struct' type redefinition
  58. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(1010): note: see declaration of 'linger'
  59. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(517): warning C4005: 'SOMAXCONN': macro redefinition
  60. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(536): note: see previous definition of 'SOMAXCONN'
  61. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(551): warning C4005: 'FD_READ': macro redefinition
  62. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(554): note: see previous definition of 'FD_READ'
  63. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(554): warning C4005: 'FD_WRITE': macro redefinition
  64. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(555): note: see previous definition of 'FD_WRITE'
  65. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(557): warning C4005: 'FD_OOB': macro redefinition
  66. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(556): note: see previous definition of 'FD_OOB'
  67. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(560): warning C4005: 'FD_ACCEPT': macro redefinition
  68. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(557): note: see previous definition of 'FD_ACCEPT'
  69. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(563): warning C4005: 'FD_CONNECT': macro redefinition
  70. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(558): note: see previous definition of 'FD_CONNECT'
  71. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(566): warning C4005: 'FD_CLOSE': macro redefinition
  72. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(559): note: see previous definition of 'FD_CLOSE'
  73. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1646): error C2375: 'accept': redefinition; different linkage
  74. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(734): note: see declaration of 'accept'
  75. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1668): error C2375: 'bind': redefinition; different linkage
  76. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(739): note: see declaration of 'bind'
  77. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1689): error C2375: 'closesocket': redefinition; different linkage
  78. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(744): note: see declaration of 'closesocket'
  79. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1706): error C2375: 'connect': redefinition; different linkage
  80. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(746): note: see declaration of 'connect'
  81. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1727): error C2375: 'ioctlsocket': redefinition; different linkage
  82. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(751): note: see declaration of 'ioctlsocket'
  83. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1748): error C2375: 'getpeername': redefinition; different linkage
  84. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(756): note: see declaration of 'getpeername'
  85. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1769): error C2375: 'getsockname': redefinition; different linkage
  86. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(761): note: see declaration of 'getsockname'
  87. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1790): error C2375: 'getsockopt': redefinition; different linkage
  88. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(766): note: see declaration of 'getsockopt'
  89. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1815): error C2375: 'htonl': redefinition; different linkage
  90. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(773): note: see declaration of 'htonl'
  91. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1832): error C2375: 'htons': redefinition; different linkage
  92. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(775): note: see declaration of 'htons'
  93. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1850): error C2375: 'inet_addr': redefinition; different linkage
  94. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(777): note: see declaration of 'inet_addr'
  95. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868): error C2375: 'inet_ntoa': redefinition; different linkage
  96. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(779): note: see declaration of 'inet_ntoa'
  97. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1968): error C2375: 'listen': redefinition; different linkage
  98. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(781): note: see declaration of 'listen'
  99. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1987): error C2375: 'ntohl': redefinition; different linkage
  100. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(785): note: see declaration of 'ntohl'
  101. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(2004): error C2375: 'ntohs': redefinition; different linkage
  102. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(787): note: see declaration of 'ntohs'
  103. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(2021): error C2375: 'recv': redefinition; different linkage
  104. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(789): note: see declaration of 'recv'
  105. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(2044): error C2375: 'recvfrom': redefinition; different linkage
  106. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(795): note: see declaration of 'recvfrom'
  107. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(2071): error C2375: 'select': redefinition; different linkage
  108. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(803): note: see declaration of 'select'
  109. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(2096): error C2375: 'send': redefinition; different linkage
  110. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(810): note: see declaration of 'send'
  111. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(2119): error C2375: 'sendto': redefinition; different linkage
  112. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(816): note: see declaration of 'sendto'
  113. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(2146): error C2375: 'setsockopt': redefinition; different linkage
  114. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(824): note: see declaration of 'setsockopt'
  115. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(2171): error C2375: 'shutdown': redefinition; different linkage
  116. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(831): note: see declaration of 'shutdown'
  117. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(2191): error C2375: 'socket': redefinition; different linkage
  118. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(835): note: see declaration of 'socket'
  119. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(2216): error C2375: 'gethostbyaddr': redefinition; different linkage
  120. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(842): note: see declaration of 'gethostbyaddr'
  121. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(2238): error C2375: 'gethostbyname': redefinition; different linkage
  122. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(847): note: see declaration of 'gethostbyname'
  123. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(2255): error C2375: 'gethostname': redefinition; different linkage
  124. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(849): note: see declaration of 'gethostname'
  125. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(2295): error C2375: 'getservbyport': redefinition; different linkage
  126. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(853): note: see declaration of 'getservbyport'
  127. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(2314): error C2375: 'getservbyname': redefinition; different linkage
  128. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(857): note: see declaration of 'getservbyname'
  129. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(2333): error C2375: 'getprotobynumber': redefinition; different linkage
  130. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(861): note: see declaration of 'getprotobynumber'
  131. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(2350): error C2375: 'getprotobyname': redefinition; different linkage
  132. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(863): note: see declaration of 'getprotobyname'
  133. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(2370): error C2375: 'WSAStartup': redefinition; different linkage
  134. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(867): note: see declaration of 'WSAStartup'
  135. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(2390): error C2375: 'WSACleanup': redefinition; different linkage
  136. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(871): note: see declaration of 'WSACleanup'
  137. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(2407): error C2375: 'WSASetLastError': redefinition; different linkage
  138. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(873): note: see declaration of 'WSASetLastError'
  139. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(2424): error C2375: 'WSAGetLastError': redefinition; different linkage
  140. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(875): note: see declaration of 'WSAGetLastError'
  141. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(2445): error C2375: 'WSAIsBlocking': redefinition; different linkage
  142. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(877): note: see declaration of 'WSAIsBlocking'
  143. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(2463): error C2375: 'WSAUnhookBlockingHook': redefinition; different linkage
  144. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(879): note: see declaration of 'WSAUnhookBlockingHook'
  145. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(2481): error C2375: 'WSASetBlockingHook': redefinition; different linkage
  146. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(881): note: see declaration of 'WSASetBlockingHook'
  147. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(2499): error C2375: 'WSACancelBlockingCall': redefinition; different linkage
  148. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(883): note: see declaration of 'WSACancelBlockingCall'
  149. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(2517): error C2375: 'WSAAsyncGetServByName': redefinition; different linkage
  150. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(885): note: see declaration of 'WSAAsyncGetServByName'
  151. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(2545): error C2375: 'WSAAsyncGetServByPort': redefinition; different linkage
  152. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(893): note: see declaration of 'WSAAsyncGetServByPort'
  153. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(2573): error C2375: 'WSAAsyncGetProtoByName': redefinition; different linkage
  154. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(901): note: see declaration of 'WSAAsyncGetProtoByName'
  155. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(2599): error C2375: 'WSAAsyncGetProtoByNumber': redefinition; different linkage
  156. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(908): note: see declaration of 'WSAAsyncGetProtoByNumber'
  157. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(2625): error C2375: 'WSAAsyncGetHostByName': redefinition; different linkage
  158. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(915): note: see declaration of 'WSAAsyncGetHostByName'
  159. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(2651): error C2375: 'WSAAsyncGetHostByAddr': redefinition; different linkage
  160. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(922): note: see declaration of 'WSAAsyncGetHostByAddr'
  161. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(2681): error C2375: 'WSACancelAsyncRequest': redefinition; different linkage
  162. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(931): note: see declaration of 'WSACancelAsyncRequest'
  163. 1>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(2699): error C2375: 'WSAAsyncSelect': redefinition; different linkage
  164. 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock.h(933): note: see declaration of 'WSAAsyncSelect'
  165. 1>c:\openark\UDPSender.h(35): error C2079: 'UDPSender::si_other' uses undefined struct 'sockaddr_in'
  166. 1>c:\openark\UDPSender.h(39): error C2079: 'UDPSender::wsa' uses undefined struct 'WSAData'
  167. 1> Object3D.cpp
  168. 1>C:\Program Files\PCL 1.8.0\include\pcl-1.8\pcl/visualization/impl/point_cloud_color_handlers.hpp(549): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
  169. 1> C:\Program Files\PCL 1.8.0\include\pcl-1.8\pcl/visualization/impl/point_cloud_color_handlers.hpp(525): note: while compiling class template member function 'bool pcl::visualization::PointCloudColorHandlerLabelField<pcl::PointXYZL>::getColor(vtkSmartPointer<vtkDataArray> &) const'
  170. 1> C:\Program Files\PCL 1.8.0\include\pcl-1.8\pcl/visualization/pcl_visualizer.h(907): note: see reference to class template instantiation 'pcl::visualization::PointCloudColorHandlerLabelField<pcl::PointXYZL>' being compiled
  171. 1> Plane.cpp
  172. 1>..\Plane.cpp(225): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
  173. 1>..\Plane.cpp(237): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
  174. 1>..\Plane.cpp(238): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
  175. 1>..\Plane.cpp(239): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
  176. 1>..\Plane.cpp(240): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
  177. 1>C:\Program Files\PCL 1.8.0\include\pcl-1.8\pcl/visualization/impl/point_cloud_color_handlers.hpp(549): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
  178. 1> C:\Program Files\PCL 1.8.0\include\pcl-1.8\pcl/visualization/impl/point_cloud_color_handlers.hpp(525): note: while compiling class template member function 'bool pcl::visualization::PointCloudColorHandlerLabelField<pcl::PointXYZL>::getColor(vtkSmartPointer<vtkDataArray> &) const'
  179. 1> C:\Program Files\PCL 1.8.0\include\pcl-1.8\pcl/visualization/pcl_visualizer.h(907): note: see reference to class template instantiation 'pcl::visualization::PointCloudColorHandlerLabelField<pcl::PointXYZL>' being compiled
  180. 1>C:\Program Files\PCL 1.8.0\3rdParty\Boost\include\boost-1_61\boost/bind/bind.hpp(592): warning C4244: 'argument': conversion from 'double' to 'int', possible loss of data
  181. 1> C:\Program Files\PCL 1.8.0\3rdParty\Boost\include\boost-1_61\boost/bind/bind.hpp(1282): note: see reference to function template instantiation 'R boost::_bi::list6<boost::reference_wrapper<boost::shared_ptr<pcl::search::Search<pcl::PointXYZ>>>,boost::arg<1>,boost::arg<2>,boost::arg<3>,boost::arg<4>,boost::arg<5>>::operator ()<int,F,boost::_bi::rrlist5<A1,std::A2,A3,A4,A5>>(boost::_bi::type<int>,F &,A &,long)' being compiled
  182. 1> with
  183. 1> [
  184. 1> R=int,
  185. 1> F=boost::_mfi::cmf5<int,pcl::search::Search<pcl::PointXYZ>,const pcl::PointCloud<pcl::PointXYZ> &,int,int,std::vector<int,std::allocator<int>> &,std::vector<float,std::allocator<float>> &>,
  186. 1> A1=const pcl::PointCloud<pcl::PointXYZ> &,
  187. 1> A2=std::size_t,
  188. 1> A3=double,
  189. 1> A4=std::vector<int,std::allocator<int>> &,
  190. 1> A5=std::vector<float,std::allocator<float>> &,
  191. 1> A=boost::_bi::rrlist5<const pcl::PointCloud<pcl::PointXYZ> &,std::size_t,double,std::vector<int,std::allocator<int>> &,std::vector<float,std::allocator<float>> &>
  192. 1> ]
  193. 1> C:\Program Files\PCL 1.8.0\3rdParty\Boost\include\boost-1_61\boost/bind/bind.hpp(1282): note: see reference to function template instantiation 'R boost::_bi::list6<boost::reference_wrapper<boost::shared_ptr<pcl::search::Search<pcl::PointXYZ>>>,boost::arg<1>,boost::arg<2>,boost::arg<3>,boost::arg<4>,boost::arg<5>>::operator ()<int,F,boost::_bi::rrlist5<A1,std::A2,A3,A4,A5>>(boost::_bi::type<int>,F &,A &,long)' being compiled
  194. 1> with
  195. 1> [
  196. 1> R=int,
  197. 1> F=boost::_mfi::cmf5<int,pcl::search::Search<pcl::PointXYZ>,const pcl::PointCloud<pcl::PointXYZ> &,int,int,std::vector<int,std::allocator<int>> &,std::vector<float,std::allocator<float>> &>,
  198. 1> A1=const pcl::PointCloud<pcl::PointXYZ> &,
  199. 1> A2=std::size_t,
  200. 1> A3=double,
  201. 1> A4=std::vector<int,std::allocator<int>> &,
  202. 1> A5=std::vector<float,std::allocator<float>> &,
  203. 1> A=boost::_bi::rrlist5<const pcl::PointCloud<pcl::PointXYZ> &,std::size_t,double,std::vector<int,std::allocator<int>> &,std::vector<float,std::allocator<float>> &>
  204. 1> ]
  205. 1> C:\Program Files\PCL 1.8.0\3rdParty\Boost\include\boost-1_61\boost/function/function_template.hpp(138): note: see reference to function template instantiation 'int boost::_bi::bind_t<int,boost::_mfi::cmf5<int,pcl::search::Search<pcl::PointXYZ>,const pcl::PointCloud<pcl::PointXYZ> &,int,int,std::vector<int,std::allocator<_Ty>> &,std::vector<float,std::allocator<float>> &>,boost::_bi::list6<boost::reference_wrapper<boost::shared_ptr<pcl::search::Search<pcl::PointXYZ>>>,boost::arg<1>,boost::arg<2>,boost::arg<3>,boost::arg<4>,boost::arg<5>>>::operator ()<const pcl::PointCloud<pcl::PointXYZ>&,std::T,double,std::vector<_Ty,std::allocator<_Ty>>&,std::vector<float,std::allocator<float>>&>(A1,A2 &&,A3 &&,A4,A5)' being compiled
  206. 1> with
  207. 1> [
  208. 1> _Ty=int,
  209. 1> T=std::size_t,
  210. 1> A1=const pcl::PointCloud<pcl::PointXYZ> &,
  211. 1> A2=std::size_t,
  212. 1> A3=double,
  213. 1> A4=std::vector<int,std::allocator<int>> &,
  214. 1> A5=std::vector<float,std::allocator<float>> &
  215. 1> ]
  216. 1> C:\Program Files\PCL 1.8.0\3rdParty\Boost\include\boost-1_61\boost/function/function_template.hpp(138): note: see reference to function template instantiation 'int boost::_bi::bind_t<int,boost::_mfi::cmf5<int,pcl::search::Search<pcl::PointXYZ>,const pcl::PointCloud<pcl::PointXYZ> &,int,int,std::vector<int,std::allocator<_Ty>> &,std::vector<float,std::allocator<float>> &>,boost::_bi::list6<boost::reference_wrapper<boost::shared_ptr<pcl::search::Search<pcl::PointXYZ>>>,boost::arg<1>,boost::arg<2>,boost::arg<3>,boost::arg<4>,boost::arg<5>>>::operator ()<const pcl::PointCloud<pcl::PointXYZ>&,std::T,double,std::vector<_Ty,std::allocator<_Ty>>&,std::vector<float,std::allocator<float>>&>(A1,A2 &&,A3 &&,A4,A5)' being compiled
  217. 1> with
  218. 1> [
  219. 1> _Ty=int,
  220. 1> T=std::size_t,
  221. 1> A1=const pcl::PointCloud<pcl::PointXYZ> &,
  222. 1> A2=std::size_t,
  223. 1> A3=double,
  224. 1> A4=std::vector<int,std::allocator<int>> &,
  225. 1> A5=std::vector<float,std::allocator<float>> &
  226. 1> ]
  227. 1> C:\Program Files\PCL 1.8.0\3rdParty\Boost\include\boost-1_61\boost/function/function_template.hpp(132): note: while compiling class template member function 'int boost::detail::function::function_obj_invoker5<FunctionObj,R,T0,std::T1,T2,T3,T4>::invoke(boost::detail::function::function_buffer &,T0,std::T1,T2,T3,T4)'
  228. 1> with
  229. 1> [
  230. 1> FunctionObj=boost::_bi::bind_t<int,boost::_mfi::cmf5<int,pcl::search::Search<pcl::PointXYZ>,const pcl::PointCloud<pcl::PointXYZ> &,int,int,std::vector<int,std::allocator<int>> &,std::vector<float,std::allocator<float>> &>,boost::_bi::list6<boost::reference_wrapper<boost::shared_ptr<pcl::search::Search<pcl::PointXYZ>>>,boost::arg<1>,boost::arg<2>,boost::arg<3>,boost::arg<4>,boost::arg<5>>>,
  231. 1> R=int,
  232. 1> T0=const pcl::PointCloud<pcl::PointXYZ> &,
  233. 1> T1=std::size_t,
  234. 1> T2=double,
  235. 1> T3=std::vector<int,std::allocator<int>> &,
  236. 1> T4=std::vector<float,std::allocator<float>> &
  237. 1> ]
  238. 1> C:\Program Files\PCL 1.8.0\3rdParty\Boost\include\boost-1_61\boost/function/function_template.hpp(937): note: see reference to function template instantiation 'int boost::detail::function::function_obj_invoker5<FunctionObj,R,T0,std::T1,T2,T3,T4>::invoke(boost::detail::function::function_buffer &,T0,std::T1,T2,T3,T4)' being compiled
  239. 1> with
  240. 1> [
  241. 1> FunctionObj=boost::_bi::bind_t<int,boost::_mfi::cmf5<int,pcl::search::Search<pcl::PointXYZ>,const pcl::PointCloud<pcl::PointXYZ> &,int,int,std::vector<int,std::allocator<int>> &,std::vector<float,std::allocator<float>> &>,boost::_bi::list6<boost::reference_wrapper<boost::shared_ptr<pcl::search::Search<pcl::PointXYZ>>>,boost::arg<1>,boost::arg<2>,boost::arg<3>,boost::arg<4>,boost::arg<5>>>,
  242. 1> R=int,
  243. 1> T0=const pcl::PointCloud<pcl::PointXYZ> &,
  244. 1> T1=std::size_t,
  245. 1> T2=double,
  246. 1> T3=std::vector<int,std::allocator<int>> &,
  247. 1> T4=std::vector<float,std::allocator<float>> &
  248. 1> ]
  249. 1> C:\Program Files\PCL 1.8.0\3rdParty\Boost\include\boost-1_61\boost/function/function_template.hpp(937): note: see reference to class template instantiation 'boost::detail::function::function_obj_invoker5<FunctionObj,R,T0,std::T1,T2,T3,T4>' being compiled
  250. 1> with
  251. 1> [
  252. 1> FunctionObj=boost::_bi::bind_t<int,boost::_mfi::cmf5<int,pcl::search::Search<pcl::PointXYZ>,const pcl::PointCloud<pcl::PointXYZ> &,int,int,std::vector<int,std::allocator<int>> &,std::vector<float,std::allocator<float>> &>,boost::_bi::list6<boost::reference_wrapper<boost::shared_ptr<pcl::search::Search<pcl::PointXYZ>>>,boost::arg<1>,boost::arg<2>,boost::arg<3>,boost::arg<4>,boost::arg<5>>>,
  253. 1> R=int,
  254. 1> T0=const pcl::PointCloud<pcl::PointXYZ> &,
  255. 1> T1=std::size_t,
  256. 1> T2=double,
  257. 1> T3=std::vector<int,std::allocator<int>> &,
  258. 1> T4=std::vector<float,std::allocator<float>> &
  259. 1> ]
  260. 1> C:\Program Files\PCL 1.8.0\3rdParty\Boost\include\boost-1_61\boost/function/function_template.hpp(727): note: see reference to function template instantiation 'void boost::function5<R,T0,std::T1,T2,T3,T4>::assign_to<Functor>(Functor)' being compiled
  261. 1> with
  262. 1> [
  263. 1> R=int,
  264. 1> T0=const pcl::PointCloud<pcl::PointXYZ> &,
  265. 1> T1=std::size_t,
  266. 1> T2=double,
  267. 1> T3=std::vector<int,std::allocator<int>> &,
  268. 1> T4=std::vector<float,std::allocator<float>> &,
  269. 1> Functor=boost::_bi::bind_t<int,boost::_mfi::cmf5<int,pcl::search::Search<pcl::PointXYZ>,const pcl::PointCloud<pcl::PointXYZ> &,int,int,std::vector<int,std::allocator<int>> &,std::vector<float,std::allocator<float>> &>,boost::_bi::list6<boost::reference_wrapper<boost::shared_ptr<pcl::search::Search<pcl::PointXYZ>>>,boost::arg<1>,boost::arg<2>,boost::arg<3>,boost::arg<4>,boost::arg<5>>>
  270. 1> ]
  271. 1> C:\Program Files\PCL 1.8.0\3rdParty\Boost\include\boost-1_61\boost/function/function_template.hpp(727): note: see reference to function template instantiation 'void boost::function5<R,T0,std::T1,T2,T3,T4>::assign_to<Functor>(Functor)' being compiled
  272. 1> with
  273. 1> [
  274. 1> R=int,
  275. 1> T0=const pcl::PointCloud<pcl::PointXYZ> &,
  276. 1> T1=std::size_t,
  277. 1> T2=double,
  278. 1> T3=std::vector<int,std::allocator<int>> &,
  279. 1> T4=std::vector<float,std::allocator<float>> &,
  280. 1> Functor=boost::_bi::bind_t<int,boost::_mfi::cmf5<int,pcl::search::Search<pcl::PointXYZ>,const pcl::PointCloud<pcl::PointXYZ> &,int,int,std::vector<int,std::allocator<int>> &,std::vector<float,std::allocator<float>> &>,boost::_bi::list6<boost::reference_wrapper<boost::shared_ptr<pcl::search::Search<pcl::PointXYZ>>>,boost::arg<1>,boost::arg<2>,boost::arg<3>,boost::arg<4>,boost::arg<5>>>
  281. 1> ]
  282. 1> C:\Program Files\PCL 1.8.0\3rdParty\Boost\include\boost-1_61\boost/function/function_template.hpp(1074): note: see reference to function template instantiation 'boost::function5<R,T0,std::T1,T2,T3,T4>::function5<boost::_bi::bind_t<R,boost::_mfi::cmf5<R,pcl::search::Search<pcl::PointXYZ>,const pcl::PointCloud<pcl::PointXYZ> &,int,int,std::vector<int,std::allocator<_Ty>> &,std::vector<float,std::allocator<float>> &>,boost::_bi::list6<boost::reference_wrapper<boost::shared_ptr<pcl::search::Search<pcl::PointXYZ>>>,boost::arg<1>,boost::arg<2>,boost::arg<3>,boost::arg<4>,boost::arg<5>>>>(Functor,int)' being compiled
  283. 1> with
  284. 1> [
  285. 1> R=int,
  286. 1> T0=const pcl::PointCloud<pcl::PointXYZ> &,
  287. 1> T1=std::size_t,
  288. 1> T2=double,
  289. 1> T3=std::vector<int,std::allocator<int>> &,
  290. 1> T4=std::vector<float,std::allocator<float>> &,
  291. 1> _Ty=int,
  292. 1> Functor=boost::_bi::bind_t<int,boost::_mfi::cmf5<int,pcl::search::Search<pcl::PointXYZ>,const pcl::PointCloud<pcl::PointXYZ> &,int,int,std::vector<int,std::allocator<int>> &,std::vector<float,std::allocator<float>> &>,boost::_bi::list6<boost::reference_wrapper<boost::shared_ptr<pcl::search::Search<pcl::PointXYZ>>>,boost::arg<1>,boost::arg<2>,boost::arg<3>,boost::arg<4>,boost::arg<5>>>
  293. 1> ]
  294. 1> C:\Program Files\PCL 1.8.0\3rdParty\Boost\include\boost-1_61\boost/function/function_template.hpp(1073): note: see reference to function template instantiation 'boost::function5<R,T0,std::T1,T2,T3,T4>::function5<boost::_bi::bind_t<R,boost::_mfi::cmf5<R,pcl::search::Search<pcl::PointXYZ>,const pcl::PointCloud<pcl::PointXYZ> &,int,int,std::vector<int,std::allocator<_Ty>> &,std::vector<float,std::allocator<float>> &>,boost::_bi::list6<boost::reference_wrapper<boost::shared_ptr<pcl::search::Search<pcl::PointXYZ>>>,boost::arg<1>,boost::arg<2>,boost::arg<3>,boost::arg<4>,boost::arg<5>>>>(Functor,int)' being compiled
  295. 1> with
  296. 1> [
  297. 1> R=int,
  298. 1> T0=const pcl::PointCloud<pcl::PointXYZ> &,
  299. 1> T1=std::size_t,
  300. 1> T2=double,
  301. 1> T3=std::vector<int,std::allocator<int>> &,
  302. 1> T4=std::vector<float,std::allocator<float>> &,
  303. 1> _Ty=int,
  304. 1> Functor=boost::_bi::bind_t<int,boost::_mfi::cmf5<int,pcl::search::Search<pcl::PointXYZ>,const pcl::PointCloud<pcl::PointXYZ> &,int,int,std::vector<int,std::allocator<int>> &,std::vector<float,std::allocator<float>> &>,boost::_bi::list6<boost::reference_wrapper<boost::shared_ptr<pcl::search::Search<pcl::PointXYZ>>>,boost::arg<1>,boost::arg<2>,boost::arg<3>,boost::arg<4>,boost::arg<5>>>
  305. 1> ]
  306. 1> C:\Program Files\PCL 1.8.0\3rdParty\Boost\include\boost-1_61\boost/function/function_template.hpp(1126): note: see reference to function template instantiation 'boost::function<int (const pcl::PointCloud<pcl::PointXYZ> &,std::size_t,double,std::vector<int,std::allocator<_Ty>> &,std::vector<float,std::allocator<float>> &)>::function<boost::_bi::bind_t<int,boost::_mfi::cmf5<int,pcl::search::Search<pcl::PointXYZ>,const pcl::PointCloud<pcl::PointXYZ> &,int,int,std::vector<_Ty,std::allocator<_Ty>> &,std::vector<float,std::allocator<float>> &>,boost::_bi::list6<boost::reference_wrapper<boost::shared_ptr<pcl::search::Search<pcl::PointXYZ>>>,boost::arg<1>,boost::arg<2>,boost::arg<3>,boost::arg<4>,boost::arg<5>>>>(Functor,int)' being compiled
  307. 1> with
  308. 1> [
  309. 1> _Ty=int,
  310. 1> Functor=boost::_bi::bind_t<int,boost::_mfi::cmf5<int,pcl::search::Search<pcl::PointXYZ>,const pcl::PointCloud<pcl::PointXYZ> &,int,int,std::vector<int,std::allocator<int>> &,std::vector<float,std::allocator<float>> &>,boost::_bi::list6<boost::reference_wrapper<boost::shared_ptr<pcl::search::Search<pcl::PointXYZ>>>,boost::arg<1>,boost::arg<2>,boost::arg<3>,boost::arg<4>,boost::arg<5>>>
  311. 1> ]
  312. 1> C:\Program Files\PCL 1.8.0\3rdParty\Boost\include\boost-1_61\boost/function/function_template.hpp(1126): note: see reference to function template instantiation 'boost::function<int (const pcl::PointCloud<pcl::PointXYZ> &,std::size_t,double,std::vector<int,std::allocator<_Ty>> &,std::vector<float,std::allocator<float>> &)>::function<boost::_bi::bind_t<int,boost::_mfi::cmf5<int,pcl::search::Search<pcl::PointXYZ>,const pcl::PointCloud<pcl::PointXYZ> &,int,int,std::vector<_Ty,std::allocator<_Ty>> &,std::vector<float,std::allocator<float>> &>,boost::_bi::list6<boost::reference_wrapper<boost::shared_ptr<pcl::search::Search<pcl::PointXYZ>>>,boost::arg<1>,boost::arg<2>,boost::arg<3>,boost::arg<4>,boost::arg<5>>>>(Functor,int)' being compiled
  313. 1> with
  314. 1> [
  315. 1> _Ty=int,
  316. 1> Functor=boost::_bi::bind_t<int,boost::_mfi::cmf5<int,pcl::search::Search<pcl::PointXYZ>,const pcl::PointCloud<pcl::PointXYZ> &,int,int,std::vector<int,std::allocator<int>> &,std::vector<float,std::allocator<float>> &>,boost::_bi::list6<boost::reference_wrapper<boost::shared_ptr<pcl::search::Search<pcl::PointXYZ>>>,boost::arg<1>,boost::arg<2>,boost::arg<3>,boost::arg<4>,boost::arg<5>>>
  317. 1> ]
  318. 1> C:\Program Files\PCL 1.8.0\include\pcl-1.8\pcl/features/impl/feature.hpp(160): note: see reference to function template instantiation 'boost::function<int (const pcl::PointCloud<pcl::PointXYZ> &,std::size_t,double,std::vector<int,std::allocator<_Ty>> &,std::vector<float,std::allocator<float>> &)> &boost::function<int (const pcl::PointCloud<pcl::PointXYZ> &,std::size_t,double,std::vector<_Ty,std::allocator<_Ty>> &,std::vector<float,std::allocator<float>> &)>::operator =<boost::_bi::bind_t<int,boost::_mfi::cmf5<int,pcl::search::Search<pcl::PointXYZ>,const pcl::PointCloud<pcl::PointXYZ> &,int,int,std::vector<_Ty,std::allocator<_Ty>> &,std::vector<float,std::allocator<float>> &>,boost::_bi::list6<boost::reference_wrapper<boost::shared_ptr<pcl::search::Search<pcl::PointXYZ>>>,boost::arg<1>,boost::arg<2>,boost::arg<3>,boost::arg<4>,boost::arg<5>>>>(Functor)' being compiled
  319. 1> with
  320. 1> [
  321. 1> _Ty=int,
  322. 1> Functor=boost::_bi::bind_t<int,boost::_mfi::cmf5<int,pcl::search::Search<pcl::PointXYZ>,const pcl::PointCloud<pcl::PointXYZ> &,int,int,std::vector<int,std::allocator<int>> &,std::vector<float,std::allocator<float>> &>,boost::_bi::list6<boost::reference_wrapper<boost::shared_ptr<pcl::search::Search<pcl::PointXYZ>>>,boost::arg<1>,boost::arg<2>,boost::arg<3>,boost::arg<4>,boost::arg<5>>>
  323. 1> ]
  324. 1> C:\Program Files\PCL 1.8.0\include\pcl-1.8\pcl/features/impl/feature.hpp(160): note: see reference to function template instantiation 'boost::function<int (const pcl::PointCloud<pcl::PointXYZ> &,std::size_t,double,std::vector<int,std::allocator<_Ty>> &,std::vector<float,std::allocator<float>> &)> &boost::function<int (const pcl::PointCloud<pcl::PointXYZ> &,std::size_t,double,std::vector<_Ty,std::allocator<_Ty>> &,std::vector<float,std::allocator<float>> &)>::operator =<boost::_bi::bind_t<int,boost::_mfi::cmf5<int,pcl::search::Search<pcl::PointXYZ>,const pcl::PointCloud<pcl::PointXYZ> &,int,int,std::vector<_Ty,std::allocator<_Ty>> &,std::vector<float,std::allocator<float>> &>,boost::_bi::list6<boost::reference_wrapper<boost::shared_ptr<pcl::search::Search<pcl::PointXYZ>>>,boost::arg<1>,boost::arg<2>,boost::arg<3>,boost::arg<4>,boost::arg<5>>>>(Functor)' being compiled
  325. 1> with
  326. 1> [
  327. 1> _Ty=int,
  328. 1> Functor=boost::_bi::bind_t<int,boost::_mfi::cmf5<int,pcl::search::Search<pcl::PointXYZ>,const pcl::PointCloud<pcl::PointXYZ> &,int,int,std::vector<int,std::allocator<int>> &,std::vector<float,std::allocator<float>> &>,boost::_bi::list6<boost::reference_wrapper<boost::shared_ptr<pcl::search::Search<pcl::PointXYZ>>>,boost::arg<1>,boost::arg<2>,boost::arg<3>,boost::arg<4>,boost::arg<5>>>
  329. 1> ]
  330. 1> C:\Program Files\PCL 1.8.0\include\pcl-1.8\pcl/features/impl/feature.hpp(94): note: while compiling class template member function 'bool pcl::Feature<PointInT,PointOutT>::initCompute(void)'
  331. 1> with
  332. 1> [
  333. 1> PointInT=pcl::PointXYZ,
  334. 1> PointOutT=pcl::Normal
  335. 1> ]
  336. 1> C:\Program Files\PCL 1.8.0\include\pcl-1.8\pcl/features/impl/feature.hpp(191): note: see reference to function template instantiation 'bool pcl::Feature<PointInT,PointOutT>::initCompute(void)' being compiled
  337. 1> with
  338. 1> [
  339. 1> PointInT=pcl::PointXYZ,
  340. 1> PointOutT=pcl::Normal
  341. 1> ]
  342. 1> C:\Program Files\PCL 1.8.0\include\pcl-1.8\pcl/features/normal_3d.h(200): note: see reference to class template instantiation 'pcl::Feature<PointInT,PointOutT>' being compiled
  343. 1> with
  344. 1> [
  345. 1> PointInT=pcl::PointXYZ,
  346. 1> PointOutT=pcl::Normal
  347. 1> ]
  348. 1> C:\Program Files\PCL 1.8.0\include\pcl-1.8\pcl/features/normal_3d_omp.h(55): note: see reference to class template instantiation 'pcl::NormalEstimation<PointInT,PointOutT>' being compiled
  349. 1> with
  350. 1> [
  351. 1> PointInT=pcl::PointXYZ,
  352. 1> PointOutT=pcl::Normal
  353. 1> ]
  354. 1> ..\Plane.cpp(34): note: see reference to class template instantiation 'pcl::NormalEstimationOMP<pcl::PointXYZ,pcl::Normal>' being compiled
  355. 1>C:\Program Files\PCL 1.8.0\3rdParty\Boost\include\boost-1_61\boost/bind/bind.hpp(592): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
  356. 1>C:\Program Files\PCL 1.8.0\3rdParty\Boost\include\boost-1_61\boost/bind/bind.hpp(666): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
  357. 1> C:\Program Files\PCL 1.8.0\3rdParty\Boost\include\boost-1_61\boost/bind/bind.hpp(1282): note: see reference to function template instantiation 'R boost::_bi::list7<boost::reference_wrapper<boost::shared_ptr<pcl::search::Search<pcl::PointXYZ>>>,boost::arg<1>,boost::arg<2>,boost::arg<3>,boost::arg<4>,boost::arg<5>,boost::_bi::value<T>>::operator ()<int,F,boost::_bi::rrlist5<A1,std::A2,A3,A4,A5>>(boost::_bi::type<T>,F &,A &,long)' being compiled
  358. 1> with
  359. 1> [
  360. 1> R=int,
  361. 1> T=int,
  362. 1> F=boost::_mfi::cmf6<int,pcl::search::Search<pcl::PointXYZ>,const pcl::PointCloud<pcl::PointXYZ> &,int,double,std::vector<int,std::allocator<int>> &,std::vector<float,std::allocator<float>> &,unsigned int>,
  363. 1> A1=const pcl::PointCloud<pcl::PointXYZ> &,
  364. 1> A2=std::size_t,
  365. 1> A3=double,
  366. 1> A4=std::vector<int,std::allocator<int>> &,
  367. 1> A5=std::vector<float,std::allocator<float>> &,
  368. 1> A=boost::_bi::rrlist5<const pcl::PointCloud<pcl::PointXYZ> &,std::size_t,double,std::vector<int,std::allocator<int>> &,std::vector<float,std::allocator<float>> &>
  369. 1> ]
  370. 1> C:\Program Files\PCL 1.8.0\3rdParty\Boost\include\boost-1_61\boost/bind/bind.hpp(1282): note: see reference to function template instantiation 'R boost::_bi::list7<boost::reference_wrapper<boost::shared_ptr<pcl::search::Search<pcl::PointXYZ>>>,boost::arg<1>,boost::arg<2>,boost::arg<3>,boost::arg<4>,boost::arg<5>,boost::_bi::value<T>>::operator ()<int,F,boost::_bi::rrlist5<A1,std::A2,A3,A4,A5>>(boost::_bi::type<T>,F &,A &,long)' being compiled
  371. 1> with
  372. 1> [
  373. 1> R=int,
  374. 1> T=int,
  375. 1> F=boost::_mfi::cmf6<int,pcl::search::Search<pcl::PointXYZ>,const pcl::PointCloud<pcl::PointXYZ> &,int,double,std::vector<int,std::allocator<int>> &,std::vector<float,std::allocator<float>> &,unsigned int>,
  376. 1> A1=const pcl::PointCloud<pcl::PointXYZ> &,
  377. 1> A2=std::size_t,
  378. 1> A3=double,
  379. 1> A4=std::vector<int,std::allocator<int>> &,
  380. 1> A5=std::vector<float,std::allocator<float>> &,
  381. 1> A=boost::_bi::rrlist5<const pcl::PointCloud<pcl::PointXYZ> &,std::size_t,double,std::vector<int,std::allocator<int>> &,std::vector<float,std::allocator<float>> &>
  382. 1> ]
  383. 1> C:\Program Files\PCL 1.8.0\3rdParty\Boost\include\boost-1_61\boost/function/function_template.hpp(138): note: see reference to function template instantiation 'int boost::_bi::bind_t<int,boost::_mfi::cmf6<int,pcl::search::Search<pcl::PointXYZ>,const pcl::PointCloud<pcl::PointXYZ> &,int,double,std::vector<int,std::allocator<_Ty>> &,std::vector<float,std::allocator<float>> &,unsigned int>,boost::_bi::list7<boost::reference_wrapper<boost::shared_ptr<pcl::search::Search<pcl::PointXYZ>>>,boost::arg<1>,boost::arg<2>,boost::arg<3>,boost::arg<4>,boost::arg<5>,boost::_bi::value<T>>>::operator ()<const pcl::PointCloud<pcl::PointXYZ>&,unsigned __int64,double,std::vector<_Ty,std::allocator<_Ty>>&,std::vector<float,std::allocator<float>>&>(A1,A2 &&,A3 &&,A4,A5)' being compiled
  384. 1> with
  385. 1> [
  386. 1> _Ty=int,
  387. 1> T=int,
  388. 1> A1=const pcl::PointCloud<pcl::PointXYZ> &,
  389. 1> A2=std::size_t,
  390. 1> A3=double,
  391. 1> A4=std::vector<int,std::allocator<int>> &,
  392. 1> A5=std::vector<float,std::allocator<float>> &
  393. 1> ]
  394. 1> C:\Program Files\PCL 1.8.0\3rdParty\Boost\include\boost-1_61\boost/function/function_template.hpp(138): note: see reference to function template instantiation 'int boost::_bi::bind_t<int,boost::_mfi::cmf6<int,pcl::search::Search<pcl::PointXYZ>,const pcl::PointCloud<pcl::PointXYZ> &,int,double,std::vector<int,std::allocator<_Ty>> &,std::vector<float,std::allocator<float>> &,unsigned int>,boost::_bi::list7<boost::reference_wrapper<boost::shared_ptr<pcl::search::Search<pcl::PointXYZ>>>,boost::arg<1>,boost::arg<2>,boost::arg<3>,boost::arg<4>,boost::arg<5>,boost::_bi::value<T>>>::operator ()<const pcl::PointCloud<pcl::PointXYZ>&,unsigned __int64,double,std::vector<_Ty,std::allocator<_Ty>>&,std::vector<float,std::allocator<float>>&>(A1,A2 &&,A3 &&,A4,A5)' being compiled
  395. 1> with
  396. 1> [
  397. 1> _Ty=int,
  398. 1> T=int,
  399. 1> A1=const pcl::PointCloud<pcl::PointXYZ> &,
  400. 1> A2=std::size_t,
  401. 1> A3=double,
  402. 1> A4=std::vector<int,std::allocator<int>> &,
  403. 1> A5=std::vector<float,std::allocator<float>> &
  404. 1> ]
  405. 1> C:\Program Files\PCL 1.8.0\3rdParty\Boost\include\boost-1_61\boost/function/function_template.hpp(132): note: while compiling class template member function 'int boost::detail::function::function_obj_invoker5<FunctionObj,R,T0,std::T1,T2,T3,T4>::invoke(boost::detail::function::function_buffer &,T0,std::T1,T2,T3,T4)'
  406. 1> with
  407. 1> [
  408. 1> FunctionObj=boost::_bi::bind_t<int,boost::_mfi::cmf6<int,pcl::search::Search<pcl::PointXYZ>,const pcl::PointCloud<pcl::PointXYZ> &,int,double,std::vector<int,std::allocator<int>> &,std::vector<float,std::allocator<float>> &,unsigned int>,boost::_bi::list7<boost::reference_wrapper<boost::shared_ptr<pcl::search::Search<pcl::PointXYZ>>>,boost::arg<1>,boost::arg<2>,boost::arg<3>,boost::arg<4>,boost::arg<5>,boost::_bi::value<int>>>,
  409. 1> R=int,
  410. 1> T0=const pcl::PointCloud<pcl::PointXYZ> &,
  411. 1> T1=std::size_t,
  412. 1> T2=double,
  413. 1> T3=std::vector<int,std::allocator<int>> &,
  414. 1> T4=std::vector<float,std::allocator<float>> &
  415. 1> ]
  416. 1> C:\Program Files\PCL 1.8.0\3rdParty\Boost\include\boost-1_61\boost/function/function_template.hpp(937): note: see reference to function template instantiation 'int boost::detail::function::function_obj_invoker5<FunctionObj,R,T0,std::T1,T2,T3,T4>::invoke(boost::detail::function::function_buffer &,T0,std::T1,T2,T3,T4)' being compiled
  417. 1> with
  418. 1> [
  419. 1> FunctionObj=boost::_bi::bind_t<int,boost::_mfi::cmf6<int,pcl::search::Search<pcl::PointXYZ>,const pcl::PointCloud<pcl::PointXYZ> &,int,double,std::vector<int,std::allocator<int>> &,std::vector<float,std::allocator<float>> &,unsigned int>,boost::_bi::list7<boost::reference_wrapper<boost::shared_ptr<pcl::search::Search<pcl::PointXYZ>>>,boost::arg<1>,boost::arg<2>,boost::arg<3>,boost::arg<4>,boost::arg<5>,boost::_bi::value<int>>>,
  420. 1> R=int,
  421. 1> T0=const pcl::PointCloud<pcl::PointXYZ> &,
  422. 1> T1=std::size_t,
  423. 1> T2=double,
  424. 1> T3=std::vector<int,std::allocator<int>> &,
  425. 1> T4=std::vector<float,std::allocator<float>> &
  426. 1> ]
  427. 1> C:\Program Files\PCL 1.8.0\3rdParty\Boost\include\boost-1_61\boost/function/function_template.hpp(937): note: see reference to class template instantiation 'boost::detail::function::function_obj_invoker5<FunctionObj,R,T0,std::T1,T2,T3,T4>' being compiled
  428. 1> with
  429. 1> [
  430. 1> FunctionObj=boost::_bi::bind_t<int,boost::_mfi::cmf6<int,pcl::search::Search<pcl::PointXYZ>,const pcl::PointCloud<pcl::PointXYZ> &,int,double,std::vector<int,std::allocator<int>> &,std::vector<float,std::allocator<float>> &,unsigned int>,boost::_bi::list7<boost::reference_wrapper<boost::shared_ptr<pcl::search::Search<pcl::PointXYZ>>>,boost::arg<1>,boost::arg<2>,boost::arg<3>,boost::arg<4>,boost::arg<5>,boost::_bi::value<int>>>,
  431. 1> R=int,
  432. 1> T0=const pcl::PointCloud<pcl::PointXYZ> &,
  433. 1> T1=std::size_t,
  434. 1> T2=double,
  435. 1> T3=std::vector<int,std::allocator<int>> &,
  436. 1> T4=std::vector<float,std::allocator<float>> &
  437. 1> ]
  438. 1> C:\Program Files\PCL 1.8.0\3rdParty\Boost\include\boost-1_61\boost/function/function_template.hpp(727): note: see reference to function template instantiation 'void boost::function5<R,T0,std::T1,T2,T3,T4>::assign_to<Functor>(Functor)' being compiled
  439. 1> with
  440. 1> [
  441. 1> R=int,
  442. 1> T0=const pcl::PointCloud<pcl::PointXYZ> &,
  443. 1> T1=std::size_t,
  444. 1> T2=double,
  445. 1> T3=std::vector<int,std::allocator<int>> &,
  446. 1> T4=std::vector<float,std::allocator<float>> &,
  447. 1> Functor=boost::_bi::bind_t<int,boost::_mfi::cmf6<int,pcl::search::Search<pcl::PointXYZ>,const pcl::PointCloud<pcl::PointXYZ> &,int,double,std::vector<int,std::allocator<int>> &,std::vector<float,std::allocator<float>> &,unsigned int>,boost::_bi::list7<boost::reference_wrapper<boost::shared_ptr<pcl::search::Search<pcl::PointXYZ>>>,boost::arg<1>,boost::arg<2>,boost::arg<3>,boost::arg<4>,boost::arg<5>,boost::_bi::value<int>>>
  448. 1> ]
  449. 1> C:\Program Files\PCL 1.8.0\3rdParty\Boost\include\boost-1_61\boost/function/function_template.hpp(727): note: see reference to function template instantiation 'void boost::function5<R,T0,std::T1,T2,T3,T4>::assign_to<Functor>(Functor)' being compiled
  450. 1> with
  451. 1> [
  452. 1> R=int,
  453. 1> T0=const pcl::PointCloud<pcl::PointXYZ> &,
  454. 1> T1=std::size_t,
  455. 1> T2=double,
  456. 1> T3=std::vector<int,std::allocator<int>> &,
  457. 1> T4=std::vector<float,std::allocator<float>> &,
  458. 1> Functor=boost::_bi::bind_t<int,boost::_mfi::cmf6<int,pcl::search::Search<pcl::PointXYZ>,const pcl::PointCloud<pcl::PointXYZ> &,int,double,std::vector<int,std::allocator<int>> &,std::vector<float,std::allocator<float>> &,unsigned int>,boost::_bi::list7<boost::reference_wrapper<boost::shared_ptr<pcl::search::Search<pcl::PointXYZ>>>,boost::arg<1>,boost::arg<2>,boost::arg<3>,boost::arg<4>,boost::arg<5>,boost::_bi::value<int>>>
  459. 1> ]
  460. 1> C:\Program Files\PCL 1.8.0\3rdParty\Boost\include\boost-1_61\boost/function/function_template.hpp(1074): note: see reference to function template instantiation 'boost::function5<R,T0,std::T1,T2,T3,T4>::function5<boost::_bi::bind_t<R,boost::_mfi::cmf6<R,pcl::search::Search<pcl::PointXYZ>,const pcl::PointCloud<pcl::PointXYZ> &,int,double,std::vector<int,std::allocator<_Ty>> &,std::vector<float,std::allocator<float>> &,unsigned int>,boost::_bi::list7<boost::reference_wrapper<boost::shared_ptr<pcl::search::Search<pcl::PointXYZ>>>,boost::arg<1>,boost::arg<2>,boost::arg<3>,boost::arg<4>,boost::arg<5>,boost::_bi::value<T>>>>(Functor,int)' being compiled
  461. 1> with
  462. 1> [
  463. 1> R=int,
  464. 1> T0=const pcl::PointCloud<pcl::PointXYZ> &,
  465. 1> T1=std::size_t,
  466. 1> T2=double,
  467. 1> T3=std::vector<int,std::allocator<int>> &,
  468. 1> T4=std::vector<float,std::allocator<float>> &,
  469. 1> _Ty=int,
  470. 1> T=int,
  471. 1> Functor=boost::_bi::bind_t<int,boost::_mfi::cmf6<int,pcl::search::Search<pcl::PointXYZ>,const pcl::PointCloud<pcl::PointXYZ> &,int,double,std::vector<int,std::allocator<int>> &,std::vector<float,std::allocator<float>> &,unsigned int>,boost::_bi::list7<boost::reference_wrapper<boost::shared_ptr<pcl::search::Search<pcl::PointXYZ>>>,boost::arg<1>,boost::arg<2>,boost::arg<3>,boost::arg<4>,boost::arg<5>,boost::_bi::value<int>>>
  472. 1> ]
  473. 1> C:\Program Files\PCL 1.8.0\3rdParty\Boost\include\boost-1_61\boost/function/function_template.hpp(1073): note: see reference to function template instantiation 'boost::function5<R,T0,std::T1,T2,T3,T4>::function5<boost::_bi::bind_t<R,boost::_mfi::cmf6<R,pcl::search::Search<pcl::PointXYZ>,const pcl::PointCloud<pcl::PointXYZ> &,int,double,std::vector<int,std::allocator<_Ty>> &,std::vector<float,std::allocator<float>> &,unsigned int>,boost::_bi::list7<boost::reference_wrapper<boost::shared_ptr<pcl::search::Search<pcl::PointXYZ>>>,boost::arg<1>,boost::arg<2>,boost::arg<3>,boost::arg<4>,boost::arg<5>,boost::_bi::value<T>>>>(Functor,int)' being compiled
  474. 1> with
  475. 1> [
  476. 1> R=int,
  477. 1> T0=const pcl::PointCloud<pcl::PointXYZ> &,
  478. 1> T1=std::size_t,
  479. 1> T2=double,
  480. 1> T3=std::vector<int,std::allocator<int>> &,
  481. 1> T4=std::vector<float,std::allocator<float>> &,
  482. 1> _Ty=int,
  483. 1> T=int,
  484. 1> Functor=boost::_bi::bind_t<int,boost::_mfi::cmf6<int,pcl::search::Search<pcl::PointXYZ>,const pcl::PointCloud<pcl::PointXYZ> &,int,double,std::vector<int,std::allocator<int>> &,std::vector<float,std::allocator<float>> &,unsigned int>,boost::_bi::list7<boost::reference_wrapper<boost::shared_ptr<pcl::search::Search<pcl::PointXYZ>>>,boost::arg<1>,boost::arg<2>,boost::arg<3>,boost::arg<4>,boost::arg<5>,boost::_bi::value<int>>>
  485. 1> ]
  486. 1> C:\Program Files\PCL 1.8.0\3rdParty\Boost\include\boost-1_61\boost/function/function_template.hpp(1126): note: see reference to function template instantiation 'boost::function<int (const pcl::PointCloud<pcl::PointXYZ> &,std::size_t,double,std::vector<int,std::allocator<_Ty>> &,std::vector<float,std::allocator<float>> &)>::function<boost::_bi::bind_t<int,boost::_mfi::cmf6<int,pcl::search::Search<pcl::PointXYZ>,const pcl::PointCloud<pcl::PointXYZ> &,int,double,std::vector<_Ty,std::allocator<_Ty>> &,std::vector<float,std::allocator<float>> &,unsigned int>,boost::_bi::list7<boost::reference_wrapper<boost::shared_ptr<pcl::search::Search<pcl::PointXYZ>>>,boost::arg<1>,boost::arg<2>,boost::arg<3>,boost::arg<4>,boost::arg<5>,boost::_bi::value<T>>>>(Functor,int)' being compiled
  487. 1> with
  488. 1> [
  489. 1> _Ty=int,
  490. 1> T=int,
  491. 1> Functor=boost::_bi::bind_t<int,boost::_mfi::cmf6<int,pcl::search::Search<pcl::PointXYZ>,const pcl::PointCloud<pcl::PointXYZ> &,int,double,std::vector<int,std::allocator<int>> &,std::vector<float,std::allocator<float>> &,unsigned int>,boost::_bi::list7<boost::reference_wrapper<boost::shared_ptr<pcl::search::Search<pcl::PointXYZ>>>,boost::arg<1>,boost::arg<2>,boost::arg<3>,boost::arg<4>,boost::arg<5>,boost::_bi::value<int>>>
  492. 1> ]
  493. 1> C:\Program Files\PCL 1.8.0\3rdParty\Boost\include\boost-1_61\boost/function/function_template.hpp(1126): note: see reference to function template instantiation 'boost::function<int (const pcl::PointCloud<pcl::PointXYZ> &,std::size_t,double,std::vector<int,std::allocator<_Ty>> &,std::vector<float,std::allocator<float>> &)>::function<boost::_bi::bind_t<int,boost::_mfi::cmf6<int,pcl::search::Search<pcl::PointXYZ>,const pcl::PointCloud<pcl::PointXYZ> &,int,double,std::vector<_Ty,std::allocator<_Ty>> &,std::vector<float,std::allocator<float>> &,unsigned int>,boost::_bi::list7<boost::reference_wrapper<boost::shared_ptr<pcl::search::Search<pcl::PointXYZ>>>,boost::arg<1>,boost::arg<2>,boost::arg<3>,boost::arg<4>,boost::arg<5>,boost::_bi::value<T>>>>(Functor,int)' being compiled
  494. 1> with
  495. 1> [
  496. 1> _Ty=int,
  497. 1> T=int,
  498. 1> Functor=boost::_bi::bind_t<int,boost::_mfi::cmf6<int,pcl::search::Search<pcl::PointXYZ>,const pcl::PointCloud<pcl::PointXYZ> &,int,double,std::vector<int,std::allocator<int>> &,std::vector<float,std::allocator<float>> &,unsigned int>,boost::_bi::list7<boost::reference_wrapper<boost::shared_ptr<pcl::search::Search<pcl::PointXYZ>>>,boost::arg<1>,boost::arg<2>,boost::arg<3>,boost::arg<4>,boost::arg<5>,boost::_bi::value<int>>>
  499. 1> ]
  500. 1> C:\Program Files\PCL 1.8.0\include\pcl-1.8\pcl/features/impl/feature.hpp(149): note: see reference to function template instantiation 'boost::function<int (const pcl::PointCloud<pcl::PointXYZ> &,std::size_t,double,std::vector<int,std::allocator<_Ty>> &,std::vector<float,std::allocator<float>> &)> &boost::function<int (const pcl::PointCloud<pcl::PointXYZ> &,std::size_t,double,std::vector<_Ty,std::allocator<_Ty>> &,std::vector<float,std::allocator<float>> &)>::operator =<boost::_bi::bind_t<int,boost::_mfi::cmf6<int,pcl::search::Search<pcl::PointXYZ>,const pcl::PointCloud<pcl::PointXYZ> &,int,double,std::vector<_Ty,std::allocator<_Ty>> &,std::vector<float,std::allocator<float>> &,unsigned int>,boost::_bi::list7<boost::reference_wrapper<boost::shared_ptr<pcl::search::Search<pcl::PointXYZ>>>,boost::arg<1>,boost::arg<2>,boost::arg<3>,boost::arg<4>,boost::arg<5>,boost::_bi::value<T>>>>(Functor)' being compiled
  501. 1> with
  502. 1> [
  503. 1> _Ty=int,
  504. 1> T=int,
  505. 1> Functor=boost::_bi::bind_t<int,boost::_mfi::cmf6<int,pcl::search::Search<pcl::PointXYZ>,const pcl::PointCloud<pcl::PointXYZ> &,int,double,std::vector<int,std::allocator<int>> &,std::vector<float,std::allocator<float>> &,unsigned int>,boost::_bi::list7<boost::reference_wrapper<boost::shared_ptr<pcl::search::Search<pcl::PointXYZ>>>,boost::arg<1>,boost::arg<2>,boost::arg<3>,boost::arg<4>,boost::arg<5>,boost::_bi::value<int>>>
  506. 1> ]
  507. 1> C:\Program Files\PCL 1.8.0\include\pcl-1.8\pcl/features/impl/feature.hpp(149): note: see reference to function template instantiation 'boost::function<int (const pcl::PointCloud<pcl::PointXYZ> &,std::size_t,double,std::vector<int,std::allocator<_Ty>> &,std::vector<float,std::allocator<float>> &)> &boost::function<int (const pcl::PointCloud<pcl::PointXYZ> &,std::size_t,double,std::vector<_Ty,std::allocator<_Ty>> &,std::vector<float,std::allocator<float>> &)>::operator =<boost::_bi::bind_t<int,boost::_mfi::cmf6<int,pcl::search::Search<pcl::PointXYZ>,const pcl::PointCloud<pcl::PointXYZ> &,int,double,std::vector<_Ty,std::allocator<_Ty>> &,std::vector<float,std::allocator<float>> &,unsigned int>,boost::_bi::list7<boost::reference_wrapper<boost::shared_ptr<pcl::search::Search<pcl::PointXYZ>>>,boost::arg<1>,boost::arg<2>,boost::arg<3>,boost::arg<4>,boost::arg<5>,boost::_bi::value<T>>>>(Functor)' being compiled
  508. 1> with
  509. 1> [
  510. 1> _Ty=int,
  511. 1> T=int,
  512. 1> Functor=boost::_bi::bind_t<int,boost::_mfi::cmf6<int,pcl::search::Search<pcl::PointXYZ>,const pcl::PointCloud<pcl::PointXYZ> &,int,double,std::vector<int,std::allocator<int>> &,std::vector<float,std::allocator<float>> &,unsigned int>,boost::_bi::list7<boost::reference_wrapper<boost::shared_ptr<pcl::search::Search<pcl::PointXYZ>>>,boost::arg<1>,boost::arg<2>,boost::arg<3>,boost::arg<4>,boost::arg<5>,boost::_bi::value<int>>>
  513. 1> ]
  514. 1> PMDCamera.cpp
  515. 1> RGBCamera.cpp
  516. 1> SR300Camera.cpp
  517. 1>..\SR300Camera.cpp(33): warning C4101: 'res': unreferenced local variable
  518. 1> StreamingAverager.cpp
  519. 1> UDPSender.cpp
  520. 1>..\UDPSender.cpp(16): warning C4244: '=': conversion from 'SOCKET' to 'int', possible loss of data
  521. 1>..\UDPSender.cpp(32): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
  522. 1> Util.cpp
  523. 1>..\Util.cpp(36): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
  524. 1>..\Util.cpp(43): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
  525. 1>..\Util.cpp(128): warning C4244: 'argument': conversion from 'double' to 'int', possible loss of data
  526. 1> Visualizer.cpp
  527. 1>C:\Program Files\PCL 1.8.0\include\pcl-1.8\pcl/visualization/impl/point_cloud_color_handlers.hpp(549): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
  528. 1> C:\Program Files\PCL 1.8.0\include\pcl-1.8\pcl/visualization/impl/point_cloud_color_handlers.hpp(525): note: while compiling class template member function 'bool pcl::visualization::PointCloudColorHandlerLabelField<pcl::PointXYZL>::getColor(vtkSmartPointer<vtkDataArray> &) const'
  529. 1> C:\Program Files\PCL 1.8.0\include\pcl-1.8\pcl/visualization/pcl_visualizer.h(907): note: see reference to class template instantiation 'pcl::visualization::PointCloudColorHandlerLabelField<pcl::PointXYZL>' being compiled
  530. 1> Webcam.cpp
  531. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Add Comment
Please, Sign In to add comment