Advertisement
dmedine

Untitled

Nov 15th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 65.35 KB | None | 0 0
  1. C:\Users\David.Medine\clean_lsl\lsl-2\build>cmake ../ -DCMAKE_PREFIX_PATH=C:\Qt-VS2012_x64\Qt5.2.1\5.2.1\msvc2012_64 -DQt5_DIR=C:\Qt-VS2012_x64\Qt5.2.1\5.2.1\msvc2012_64 -DBOOST_ROOT=C:\local\boost_1_65_1 -DBOOST_LIBRARYDIR=C:\local\boost_1_65_1\lib64-msvc-11.0 -DBOOST_INCLUDEDIR=C:\local\boost_1_65_1\boost -DLSL_INSTALL_ROOT=C:\Users\David.Medine\clean_lsl\labstreaminglayer\build\install\lsl_Release\LSL -DLSLAPPS_LabRecorder=ON -G "Visual Studio 11 2012 Win64"
  2. -- The C compiler identification is MSVC 17.0.61030.0
  3. -- The CXX compiler identification is MSVC 17.0.61030.0
  4. -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 11.0/VC/bin/x86_amd64/cl.exe
  5. -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 11.0/VC/bin/x86_amd64/cl.exe -- works
  6. -- Detecting C compiler ABI info
  7. -- Checking if C linker supports --verbose
  8. -- Checking if C linker supports --verbose - yes
  9. -- Detecting C compiler ABI info - done
  10. -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 11.0/VC/bin/x86_amd64/cl.exe
  11. -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 11.0/VC/bin/x86_amd64/cl.exe -- works
  12. -- Detecting CXX compiler ABI info
  13. -- Checking if CXX linker supports --verbose
  14. -- Checking if CXX linker supports --verbose - yes
  15. -- Detecting CXX compiler ABI info - done
  16. -- Detecting CXX compile features
  17. -- Detecting CXX compile features - done
  18. CMake Warning at CMakeLists.txt:10 (message):
  19. CMAKE_INSTALL_PREFIX default initialized to
  20. C:/Users/David.Medine/clean_lsl/lsl-2/build/install/lsl_Release
  21.  
  22.  
  23. -- Linking LSL against: lslboost
  24. -- Found Boost libraries:
  25. -- Performing Test COMPILER_HAS_DEPRECATED_ATTR
  26. -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Failed
  27. -- Performing Test COMPILER_HAS_DEPRECATED
  28. -- Performing Test COMPILER_HAS_DEPRECATED - Success
  29. -- Found target lsl in current build tree
  30. -- Found target lsl in current build tree
  31. CMake Warning at C:/Anaconda3/Library/share/cmake-3.6/Modules/FindBoost.cmake:743 (message):
  32. Imported targets not available for Boost version 106501
  33. Call Stack (most recent call first):
  34. C:/Anaconda3/Library/share/cmake-3.6/Modules/FindBoost.cmake:842 (_Boost_COMPONENT_DEPENDENCIES)
  35. C:/Anaconda3/Library/share/cmake-3.6/Modules/FindBoost.cmake:1395 (_Boost_MISSING_DEPENDENCIES)
  36. Apps/LabRecorder/CMakeLists.txt:62 (find_package)
  37.  
  38.  
  39. CMake Warning at C:/Anaconda3/Library/share/cmake-3.6/Modules/FindBoost.cmake:743 (message):
  40. Imported targets not available for Boost version 106501
  41. Call Stack (most recent call first):
  42. C:/Anaconda3/Library/share/cmake-3.6/Modules/FindBoost.cmake:842 (_Boost_COMPONENT_DEPENDENCIES)
  43. C:/Anaconda3/Library/share/cmake-3.6/Modules/FindBoost.cmake:1395 (_Boost_MISSING_DEPENDENCIES)
  44. Apps/LabRecorder/CMakeLists.txt:62 (find_package)
  45.  
  46.  
  47. CMake Warning at C:/Anaconda3/Library/share/cmake-3.6/Modules/FindBoost.cmake:743 (message):
  48. Imported targets not available for Boost version 106501
  49. Call Stack (most recent call first):
  50. C:/Anaconda3/Library/share/cmake-3.6/Modules/FindBoost.cmake:842 (_Boost_COMPONENT_DEPENDENCIES)
  51. C:/Anaconda3/Library/share/cmake-3.6/Modules/FindBoost.cmake:1395 (_Boost_MISSING_DEPENDENCIES)
  52. Apps/LabRecorder/CMakeLists.txt:62 (find_package)
  53.  
  54.  
  55. CMake Warning at C:/Anaconda3/Library/share/cmake-3.6/Modules/FindBoost.cmake:743 (message):
  56. Imported targets not available for Boost version 106501
  57. Call Stack (most recent call first):
  58. C:/Anaconda3/Library/share/cmake-3.6/Modules/FindBoost.cmake:842 (_Boost_COMPONENT_DEPENDENCIES)
  59. C:/Anaconda3/Library/share/cmake-3.6/Modules/FindBoost.cmake:1395 (_Boost_MISSING_DEPENDENCIES)
  60. Apps/LabRecorder/CMakeLists.txt:62 (find_package)
  61.  
  62.  
  63. -- Looking for pthread.h
  64. -- Looking for pthread.h - not found
  65. -- Found Threads: TRUE
  66. CMake Warning at C:/Anaconda3/Library/share/cmake-3.6/Modules/FindBoost.cmake:1459 (message):
  67. No header defined for zlib; skipping header check
  68. Call Stack (most recent call first):
  69. Apps/LabRecorder/CMakeLists.txt:62 (find_package)
  70.  
  71.  
  72. -- Boost version: 1.65.1
  73. -- Found the following Boost libraries:
  74. -- filesystem
  75. -- iostreams
  76. -- thread
  77. -- zlib
  78. -- Configuring done
  79. CMake Error at Apps/LabRecorder/CMakeLists.txt:50 (add_executable):
  80. Target "LabRecorder" links to target "Boost::filesystem" but the target was
  81. not found. Perhaps a find_package() call is missing for an IMPORTED
  82. target, or an ALIAS target is missing?
  83.  
  84.  
  85. CMake Error at Apps/LabRecorder/CMakeLists.txt:50 (add_executable):
  86. Target "LabRecorder" links to target "Boost::iostreams" but the target was
  87. not found. Perhaps a find_package() call is missing for an IMPORTED
  88. target, or an ALIAS target is missing?
  89.  
  90.  
  91. CMake Error at Apps/LabRecorder/CMakeLists.txt:50 (add_executable):
  92. Target "LabRecorder" links to target "Boost::thread" but the target was not
  93. found. Perhaps a find_package() call is missing for an IMPORTED target, or
  94. an ALIAS target is missing?
  95.  
  96.  
  97. CMake Error at Apps/LabRecorder/CMakeLists.txt:50 (add_executable):
  98. Target "LabRecorder" links to target "Boost::zlib" but the target was not
  99. found. Perhaps a find_package() call is missing for an IMPORTED target, or
  100. an ALIAS target is missing?
  101.  
  102.  
  103. CMake Error at Apps/LabRecorder/CMakeLists.txt:50 (add_executable):
  104. Target "LabRecorder" links to target "Boost::filesystem" but the target was
  105. not found. Perhaps a find_package() call is missing for an IMPORTED
  106. target, or an ALIAS target is missing?
  107.  
  108.  
  109. CMake Error at Apps/LabRecorder/CMakeLists.txt:50 (add_executable):
  110. Target "LabRecorder" links to target "Boost::iostreams" but the target was
  111. not found. Perhaps a find_package() call is missing for an IMPORTED
  112. target, or an ALIAS target is missing?
  113.  
  114.  
  115. CMake Error at Apps/LabRecorder/CMakeLists.txt:50 (add_executable):
  116. Target "LabRecorder" links to target "Boost::thread" but the target was not
  117. found. Perhaps a find_package() call is missing for an IMPORTED target, or
  118. an ALIAS target is missing?
  119.  
  120.  
  121. CMake Error at Apps/LabRecorder/CMakeLists.txt:50 (add_executable):
  122. Target "LabRecorder" links to target "Boost::zlib" but the target was not
  123. found. Perhaps a find_package() call is missing for an IMPORTED target, or
  124. an ALIAS target is missing?
  125.  
  126.  
  127. CMake Error at Apps/LabRecorder/CMakeLists.txt:50 (add_executable):
  128. Target "LabRecorder" links to target "Boost::filesystem" but the target was
  129. not found. Perhaps a find_package() call is missing for an IMPORTED
  130. target, or an ALIAS target is missing?
  131.  
  132.  
  133. CMake Error at Apps/LabRecorder/CMakeLists.txt:50 (add_executable):
  134. Target "LabRecorder" links to target "Boost::iostreams" but the target was
  135. not found. Perhaps a find_package() call is missing for an IMPORTED
  136. target, or an ALIAS target is missing?
  137.  
  138.  
  139. CMake Error at Apps/LabRecorder/CMakeLists.txt:50 (add_executable):
  140. Target "LabRecorder" links to target "Boost::thread" but the target was not
  141. found. Perhaps a find_package() call is missing for an IMPORTED target, or
  142. an ALIAS target is missing?
  143.  
  144.  
  145. CMake Error at Apps/LabRecorder/CMakeLists.txt:50 (add_executable):
  146. Target "LabRecorder" links to target "Boost::zlib" but the target was not
  147. found. Perhaps a find_package() call is missing for an IMPORTED target, or
  148. an ALIAS target is missing?
  149.  
  150.  
  151. -- Generating done
  152. -- Build files have been written to: C:/Users/David.Medine/clean_lsl/lsl-2/build
  153.  
  154. C:\Users\David.Medine\clean_lsl\lsl-2\build>cmake --build . --config Release --target install
  155. Microsoft (R) Build Engine version 4.7.2046.0
  156. [Microsoft .NET Framework, version 4.0.30319.42000]
  157. Copyright (C) Microsoft Corporation. All rights reserved.
  158.  
  159. Build started 14.11.2017 14:24:18.
  160. Project "C:\Users\David.Medine\clean_lsl\lsl-2\build\install.vcxproj" on node 1 (default targets).
  161. Project "C:\Users\David.Medine\clean_lsl\lsl-2\build\install.vcxproj" (1) is building "C:\Users\David.Medine\clean_lsl\
  162. lsl-2\build\ZERO_CHECK.vcxproj" (2) on node 1 (default targets).
  163. PrepareForBuild:
  164. Creating directory "x64\Release\ZERO_CHECK\".
  165. InitializeBuildStatus:
  166. Creating "x64\Release\ZERO_CHECK\ZERO_CHECK.unsuccessfulbuild" because "AlwaysCreate" was specified.
  167. CustomBuild:
  168. Checking Build System
  169. CMake does not need to re-run because C:/Users/David.Medine/clean_lsl/lsl-2/build/CMakeFiles/generate.stamp is up-to-
  170. date.
  171. CMake does not need to re-run because C:/Users/David.Medine/clean_lsl/lsl-2/build/LSL/liblsl/CMakeFiles/generate.stam
  172. p is up-to-date.
  173. CMake does not need to re-run because C:/Users/David.Medine/clean_lsl/lsl-2/build/LSL/liblsl/external/CMakeFiles/gene
  174. rate.stamp is up-to-date.
  175. CMake does not need to re-run because C:/Users/David.Medine/clean_lsl/lsl-2/build/Apps/CMakeFiles/generate.stamp is u
  176. p-to-date.
  177. CMake does not need to re-run because C:/Users/David.Medine/clean_lsl/lsl-2/build/Apps/LabRecorder/CMakeFiles/generat
  178. e.stamp is up-to-date.
  179. FinalizeBuildStatus:
  180. Deleting file "x64\Release\ZERO_CHECK\ZERO_CHECK.unsuccessfulbuild".
  181. Touching "x64\Release\ZERO_CHECK\ZERO_CHECK.lastbuildstate".
  182. Done Building Project "C:\Users\David.Medine\clean_lsl\lsl-2\build\ZERO_CHECK.vcxproj" (default targets).
  183.  
  184. Project "C:\Users\David.Medine\clean_lsl\lsl-2\build\install.vcxproj" (1) is building "C:\Users\David.Medine\clean_lsl\
  185. lsl-2\build\ALL_BUILD.vcxproj" (3) on node 1 (default targets).
  186. Project "C:\Users\David.Medine\clean_lsl\lsl-2\build\ALL_BUILD.vcxproj" (3) is building "C:\Users\David.Medine\clean_ls
  187. l\lsl-2\build\Apps\LabRecorder\LabRecorder.vcxproj" (4) on node 1 (default targets).
  188. Project "C:\Users\David.Medine\clean_lsl\lsl-2\build\Apps\LabRecorder\LabRecorder.vcxproj" (4) is building "C:\Users\Da
  189. vid.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj" (5) on node 1 (default targets).
  190. Project "C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj" (5) is building "C:\Users\David.Medine\cle
  191. an_lsl\lsl-2\build\LSL\liblsl\external\lslboost.vcxproj" (6) on node 1 (default targets).
  192. PrepareForBuild:
  193. Creating directory "lslboost.dir\Release\".
  194. Creating directory "C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\external\Release\".
  195. InitializeBuildStatus:
  196. Creating "lslboost.dir\Release\lslboost.unsuccessfulbuild" because "AlwaysCreate" was specified.
  197. CustomBuild:
  198. Building Custom Rule C:/Users/David.Medine/clean_lsl/lsl-2/LSL/liblsl/external/CMakeLists.txt
  199. CMake does not need to re-run because C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\external\CMakeFiles\gene
  200. rate.stamp is up-to-date.
  201. MakeDirsForCl:
  202. Creating directory "C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\external\lslboost.dir\Release\src\filesyst
  203. em\src".
  204. Creating directory "C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\external\lslboost.dir\Release\src\serializ
  205. ation\src".
  206. ClCompile:
  207. C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\x86_amd64\CL.exe /c /I"C:\Users\David.Medine\clean_lsl\lsl
  208. -2\LSL\liblsl\external" /nologo /W3 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D BOOST_ALL_NO_LIB=1 /D BOOST_THREA
  209. D_BUILD_LIB=1 /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /EHsc /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"
  210. lslboost.dir\Release\\" /Fd"lslboost.dir\Release\vc110.pdb" /Gd /TP /errorReport:queue "C:\Users\David.Medine\clean_l
  211. sl\lsl-2\LSL\liblsl\external\src\chrono\src\chrono.cpp" "C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\external\sr
  212. c\filesystem\src\codecvt_error_category.cpp" "C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\external\src\filesyste
  213. m\src\operations.cpp" "C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\external\src\filesystem\src\path.cpp" "C:\Use
  214. rs\David.Medine\clean_lsl\lsl-2\LSL\liblsl\external\src\filesystem\src\path_traits.cpp" "C:\Users\David.Medine\clean_
  215. lsl\lsl-2\LSL\liblsl\external\src\filesystem\src\portability.cpp" "C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\e
  216. xternal\src\filesystem\src\unique_path.cpp" "C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\external\src\filesystem
  217. \src\windows_file_codecvt.cpp" "C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\external\src\serialization\src\archi
  218. ve_exception.cpp" "C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\external\src\serialization\src\basic_archive.cpp"
  219. "C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\external\src\serialization\src\basic_iarchive.cpp" "C:\Users\David
  220. .Medine\clean_lsl\lsl-2\LSL\liblsl\external\src\serialization\src\basic_iserializer.cpp" "C:\Users\David.Medine\clean
  221. _lsl\lsl-2\LSL\liblsl\external\src\serialization\src\basic_oarchive.cpp" "C:\Users\David.Medine\clean_lsl\lsl-2\LSL\l
  222. iblsl\external\src\serialization\src\basic_oserializer.cpp" "C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\externa
  223. l\src\serialization\src\basic_pointer_iserializer.cpp" "C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\external\src
  224. \serialization\src\basic_pointer_oserializer.cpp" "C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\external\src\seri
  225. alization\src\basic_serializer_map.cpp" "C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\external\src\serialization\
  226. src\binary_iarchive.cpp" "C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\external\src\serialization\src\binary_oarc
  227. hive.cpp" "C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\external\src\serialization\src\binary_wiarchive.cpp" "C:\
  228. Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\external\src\serialization\src\binary_woarchive.cpp" "C:\Users\David.Me
  229. dine\clean_lsl\lsl-2\LSL\liblsl\external\src\serialization\src\codecvt_null.cpp" "C:\Users\David.Medine\clean_lsl\lsl
  230. -2\LSL\liblsl\external\src\serialization\src\extended_type_info.cpp" "C:\Users\David.Medine\clean_lsl\lsl-2\LSL\libls
  231. l\external\src\serialization\src\extended_type_info_no_rtti.cpp" "C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\ex
  232. ternal\src\serialization\src\extended_type_info_typeid.cpp" "C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\externa
  233. l\src\serialization\src\polymorphic_iarchive.cpp" "C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\external\src\seri
  234. alization\src\polymorphic_oarchive.cpp" "C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\external\src\serialization\
  235. src\shared_ptr_helper.cpp" "C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\external\src\serialization\src\stl_port.
  236. cpp" "C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\external\src\serialization\src\void_cast.cpp" "C:\Users\David.
  237. Medine\clean_lsl\lsl-2\LSL\liblsl\external\src\system\src\error_code.cpp" "C:\Users\David.Medine\clean_lsl\lsl-2\LSL\
  238. liblsl\external\src\thread\src\tss_null.cpp" "C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\external\src\thread\sr
  239. c\win32\thread.cpp" "C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\external\src\thread\src\win32\tss_dll.cpp" "C:\
  240. Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\external\src\thread\src\win32\tss_pe.cpp"
  241. chrono.cpp
  242. codecvt_error_category.cpp
  243. operations.cpp
  244. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\external\src\filesystem\src\operations.cpp(1777): warning C4267: 'argu
  245. ment' : conversion from 'size_t' to 'DWORD', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\lib
  246. lsl\external\lslboost.vcxproj]
  247. path.cpp
  248. path_traits.cpp
  249. portability.cpp
  250. unique_path.cpp
  251. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\external\src\filesystem\src\unique_path.cpp(94): warning C4267: 'argum
  252. ent' : conversion from 'size_t' to 'DWORD', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\libl
  253. sl\external\lslboost.vcxproj]
  254. windows_file_codecvt.cpp
  255. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\external\src\filesystem\src\windows_file_codecvt.cpp(43): warning C424
  256. 4: 'argument' : conversion from '__int64' to 'int', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\build\
  257. LSL\liblsl\external\lslboost.vcxproj]
  258. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\external\src\filesystem\src\windows_file_codecvt.cpp(63): warning C424
  259. 4: 'argument' : conversion from '__int64' to 'int', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\build\
  260. LSL\liblsl\external\lslboost.vcxproj]
  261. archive_exception.cpp
  262. basic_archive.cpp
  263. basic_iarchive.cpp
  264. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\external\src\serialization\src\basic_iarchive.cpp(488): warning C4267:
  265. 'initializing' : conversion from 'size_t' to 'const unsigned int', possible loss of data [C:\Users\David.Medine\clean_
  266. lsl\lsl-2\build\LSL\liblsl\external\lslboost.vcxproj]
  267. basic_iserializer.cpp
  268. basic_oarchive.cpp
  269. basic_oserializer.cpp
  270. basic_pointer_iserializer.cpp
  271. basic_pointer_oserializer.cpp
  272. basic_serializer_map.cpp
  273. binary_iarchive.cpp
  274. binary_oarchive.cpp
  275. binary_wiarchive.cpp
  276. Generating Code...
  277. Compiling...
  278. binary_woarchive.cpp
  279. codecvt_null.cpp
  280. extended_type_info.cpp
  281. extended_type_info_no_rtti.cpp
  282. extended_type_info_typeid.cpp
  283. polymorphic_iarchive.cpp
  284. polymorphic_oarchive.cpp
  285. shared_ptr_helper.cpp
  286. stl_port.cpp
  287. void_cast.cpp
  288. error_code.cpp
  289. tss_null.cpp
  290. thread.cpp
  291. tss_dll.cpp
  292. tss_pe.cpp
  293. Generating Code...
  294. C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\x86_amd64\CL.exe /c /I"C:\Users\David.Medine\clean_lsl\lsl
  295. -2\LSL\liblsl\external" /nologo /W3 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D BOOST_ALL_NO_LIB=1 /D BOOST_THREA
  296. D_BUILD_LIB=1 /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /EHsc /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"
  297. lslboost.dir\Release\/src/filesystem/src/utf8_codecvt_facet.cpp.obj" /Fd"lslboost.dir\Release\vc110.pdb" /Gd /TP /err
  298. orReport:queue "C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\external\src\filesystem\src\utf8_codecvt_facet.cpp"
  299. utf8_codecvt_facet.cpp
  300. C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\x86_amd64\CL.exe /c /I"C:\Users\David.Medine\clean_lsl\lsl
  301. -2\LSL\liblsl\external" /nologo /W3 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D BOOST_ALL_NO_LIB=1 /D BOOST_THREA
  302. D_BUILD_LIB=1 /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /EHsc /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"
  303. lslboost.dir\Release\/src/serialization/src/utf8_codecvt_facet.cpp.obj" /Fd"lslboost.dir\Release\vc110.pdb" /Gd /TP /
  304. errorReport:queue "C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\external\src\serialization\src\utf8_codecvt_facet
  305. .cpp"
  306. utf8_codecvt_facet.cpp
  307. Lib:
  308. C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\x86_amd64\Lib.exe /OUT:"C:\Users\David.Medine\clean_lsl\ls
  309. l-2\build\LSL\liblsl\external\Release\lslboost.lib" /NOLOGO /MACHINE:X64 /machine:x64 lslboost.dir\Release\chrono.ob
  310. j
  311. lslboost.dir\Release\codecvt_error_category.obj
  312. lslboost.dir\Release\operations.obj
  313. lslboost.dir\Release\path.obj
  314. lslboost.dir\Release\path_traits.obj
  315. lslboost.dir\Release\portability.obj
  316. lslboost.dir\Release\unique_path.obj
  317. lslboost.dir\Release\windows_file_codecvt.obj
  318. lslboost.dir\Release\archive_exception.obj
  319. lslboost.dir\Release\basic_archive.obj
  320. lslboost.dir\Release\basic_iarchive.obj
  321. lslboost.dir\Release\basic_iserializer.obj
  322. lslboost.dir\Release\basic_oarchive.obj
  323. lslboost.dir\Release\basic_oserializer.obj
  324. lslboost.dir\Release\basic_pointer_iserializer.obj
  325. lslboost.dir\Release\basic_pointer_oserializer.obj
  326. lslboost.dir\Release\basic_serializer_map.obj
  327. lslboost.dir\Release\binary_iarchive.obj
  328. lslboost.dir\Release\binary_oarchive.obj
  329. lslboost.dir\Release\binary_wiarchive.obj
  330. lslboost.dir\Release\binary_woarchive.obj
  331. lslboost.dir\Release\codecvt_null.obj
  332. lslboost.dir\Release\extended_type_info.obj
  333. lslboost.dir\Release\extended_type_info_no_rtti.obj
  334. lslboost.dir\Release\extended_type_info_typeid.obj
  335. lslboost.dir\Release\polymorphic_iarchive.obj
  336. lslboost.dir\Release\polymorphic_oarchive.obj
  337. lslboost.dir\Release\shared_ptr_helper.obj
  338. lslboost.dir\Release\stl_port.obj
  339. lslboost.dir\Release\void_cast.obj
  340. lslboost.dir\Release\error_code.obj
  341. lslboost.dir\Release\tss_null.obj
  342. lslboost.dir\Release\thread.obj
  343. lslboost.dir\Release\tss_dll.obj
  344. lslboost.dir\Release\tss_pe.obj
  345. lslboost.dir\Release\/src/filesystem/src/utf8_codecvt_facet.cpp.obj
  346. lslboost.dir\Release\/src/serialization/src/utf8_codecvt_facet.cpp.obj
  347. tss_dll.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not
  348. be used by any link operation that consumes this library [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\exter
  349. nal\lslboost.vcxproj]
  350. tss_null.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will no
  351. t be used by any link operation that consumes this library [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\exte
  352. rnal\lslboost.vcxproj]
  353. stl_port.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will no
  354. t be used by any link operation that consumes this library [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\exte
  355. rnal\lslboost.vcxproj]
  356. lslboost.vcxproj -> C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\external\Release\lslboost.lib
  357. FinalizeBuildStatus:
  358. Deleting file "lslboost.dir\Release\lslboost.unsuccessfulbuild".
  359. Touching "lslboost.dir\Release\lslboost.lastbuildstate".
  360. Done Building Project "C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\external\lslboost.vcxproj" (default targe
  361. ts).
  362.  
  363. PrepareForBuild:
  364. Creating directory "lsl.dir\Release\".
  365. Creating directory "C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\Release\".
  366. InitializeBuildStatus:
  367. Creating "lsl.dir\Release\lsl.unsuccessfulbuild" because "AlwaysCreate" was specified.
  368. CustomBuild:
  369. Building Custom Rule C:/Users/David.Medine/clean_lsl/lsl-2/LSL/liblsl/CMakeLists.txt
  370. CMake does not need to re-run because C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\CMakeFiles\generate.stam
  371. p is up-to-date.
  372. ClCompile:
  373. C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\x86_amd64\CL.exe /c /I"C:\Users\David.Medine\clean_lsl\lsl
  374. -2\build\LSL\liblsl" /I"C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\external" /nologo /W3 /WX- /O2 /Ob2 /D WIN32
  375. /D _WINDOWS /D NDEBUG /D LSL_INCLUDE_EXPORT_DEFINES /D BOOST_ALL_NO_LIB /D LIBLSL_EXPORTS /D _SCL_SECURE_NO_WARNINGS
  376. /D _CRT_SECURE_NO_WARNINGS /D BOOST_ALL_NO_LIB=1 /D BOOST_THREAD_BUILD_LIB=1 /D "CMAKE_INTDIR=\"Release\"" /D lsl_EX
  377. PORTS /D _WINDLL /D _MBCS /Gm- /EHsc /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"lsl.dir\Release\\" /Fd"lsl.
  378. dir\Release\vc110.pdb" /Gd /TP /errorReport:queue "C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\api_config.cp
  379. p" "C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\common.cpp" "C:\Users\David.Medine\clean_lsl\lsl-2\LSL\libls
  380. l\src\consumer_queue.cpp" "C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\data_receiver.cpp" "C:\Users\David.Me
  381. dine\clean_lsl\lsl-2\LSL\liblsl\src\dllmain.cpp" "C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\info_receiver.
  382. cpp" "C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\inlet_connection.cpp" "C:\Users\David.Medine\clean_lsl\lsl
  383. -2\LSL\liblsl\src\lsl_continuous_resolver_c.cpp" "C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\lsl_freefuncs_
  384. c.cpp" "C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\lsl_inlet_c.cpp" "C:\Users\David.Medine\clean_lsl\lsl-2\
  385. LSL\liblsl\src\lsl_outlet_c.cpp" "C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\lsl_streaminfo_c.cpp" "C:\User
  386. s\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\lsl_xml_element_c.cpp" "C:\Users\David.Medine\clean_lsl\lsl-2\LSL\libls
  387. l\src\pugixml\pugixml.cpp" "C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\resolver_impl.cpp" "C:\Users\David.M
  388. edine\clean_lsl\lsl-2\LSL\liblsl\src\resolve_attempt_udp.cpp" "C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\s
  389. ample.cpp" "C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\send_buffer.cpp" "C:\Users\David.Medine\clean_lsl\ls
  390. l-2\LSL\liblsl\src\socket_utils.cpp" "C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\stream_info_impl.cpp" "C:\
  391. Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\stream_outlet_impl.cpp" "C:\Users\David.Medine\clean_lsl\lsl-2\LSL\
  392. liblsl\src\tcp_server.cpp" "C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\time_postprocessor.cpp" "C:\Users\Da
  393. vid.Medine\clean_lsl\lsl-2\LSL\liblsl\src\time_receiver.cpp" "C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\ud
  394. p_server.cpp" "C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\legacy\legacy_abi.cpp"
  395. api_config.cpp
  396. common.cpp
  397. consumer_queue.cpp
  398. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(72): warning C4291: 'void *operator new(size_t,void *) th
  399. row()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users\Da
  400. vid.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  401. C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\new(58) : see declaration of 'operator new'
  402. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(93): warning C4291: 'void *operator new(size_t,void *) th
  403. row()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users\Da
  404. vid.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  405. C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\new(58) : see declaration of 'operator new'
  406. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(108): warning C4291: 'void *operator new(size_t,void *) t
  407. hrow()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users\D
  408. avid.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  409. C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\new(58) : see declaration of 'operator new'
  410. data_receiver.cpp
  411. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(72): warning C4291: 'void *operator new(size_t,void *) th
  412. row()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users\Da
  413. vid.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  414. C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\new(58) : see declaration of 'operator new'
  415. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(93): warning C4291: 'void *operator new(size_t,void *) th
  416. row()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users\Da
  417. vid.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  418. C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\new(58) : see declaration of 'operator new'
  419. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(108): warning C4291: 'void *operator new(size_t,void *) t
  420. hrow()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users\D
  421. avid.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  422. C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\new(58) : see declaration of 'operator new'
  423. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\data_receiver.cpp(26): warning C4244: 'argument' : conversion from
  424. 'double' to 'int', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  425. dllmain.cpp
  426. info_receiver.cpp
  427. Please define _WIN32_WINNT or _WIN32_WINDOWS appropriately. For example:
  428. - add -D_WIN32_WINNT=0x0501 to the compiler command line; or
  429. - add _WIN32_WINNT=0x0501 to your project's Preprocessor Definitions.
  430. Assuming _WIN32_WINNT=0x0501 (i.e. Windows XP target).
  431. inlet_connection.cpp
  432. Please define _WIN32_WINNT or _WIN32_WINDOWS appropriately. For example:
  433. - add -D_WIN32_WINNT=0x0501 to the compiler command line; or
  434. - add _WIN32_WINNT=0x0501 to your project's Preprocessor Definitions.
  435. Assuming _WIN32_WINNT=0x0501 (i.e. Windows XP target).
  436. lsl_continuous_resolver_c.cpp
  437. lsl_freefuncs_c.cpp
  438. lsl_inlet_c.cpp
  439. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(72): warning C4291: 'void *operator new(size_t,void *) th
  440. row()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users\Da
  441. vid.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  442. C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\new(58) : see declaration of 'operator new'
  443. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(93): warning C4291: 'void *operator new(size_t,void *) th
  444. row()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users\Da
  445. vid.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  446. C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\new(58) : see declaration of 'operator new'
  447. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(108): warning C4291: 'void *operator new(size_t,void *) t
  448. hrow()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users\D
  449. avid.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  450. C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\new(58) : see declaration of 'operator new'
  451. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\lsl_inlet_c.cpp(511): warning C4267: 'return' : conversion from 's
  452. ize_t' to 'unsigned long', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  453. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\lsl_inlet_c.cpp(540): warning C4267: 'return' : conversion from 's
  454. ize_t' to 'unsigned long', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  455. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\lsl_inlet_c.cpp(569): warning C4267: 'return' : conversion from 's
  456. ize_t' to 'unsigned long', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  457. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\lsl_inlet_c.cpp(598): warning C4267: 'return' : conversion from 's
  458. ize_t' to 'unsigned long', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  459. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\lsl_inlet_c.cpp(627): warning C4267: 'return' : conversion from 's
  460. ize_t' to 'unsigned long', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  461. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\lsl_inlet_c.cpp(656): warning C4267: 'return' : conversion from 's
  462. ize_t' to 'unsigned long', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  463. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\lsl_inlet_c.cpp(688): warning C4267: 'initializing' : conversion f
  464. rom 'size_t' to 'unsigned long', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxp
  465. roj]
  466. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\lsl_inlet_c.cpp(734): warning C4267: 'initializing' : conversion f
  467. rom 'size_t' to 'unsigned long', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxp
  468. roj]
  469. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\stream_inlet_impl.h(134): warning C4267: 'argument' : conversion f
  470. rom 'size_t' to 'int', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  471. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\lsl_inlet_c.cpp(511) : see reference to function templat
  472. e instantiation 'size_t lsl::stream_inlet_impl::pull_chunk_multiplexed<float>(T *,double *,size_t,size_t,double)' bei
  473. ng compiled
  474. with
  475. [
  476. T=float
  477. ]
  478. lsl_outlet_c.cpp
  479. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(72): warning C4291: 'void *operator new(size_t,void *) th
  480. row()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users\Da
  481. vid.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  482. C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\new(58) : see declaration of 'operator new'
  483. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(93): warning C4291: 'void *operator new(size_t,void *) th
  484. row()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users\Da
  485. vid.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  486. C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\new(58) : see declaration of 'operator new'
  487. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(108): warning C4291: 'void *operator new(size_t,void *) t
  488. hrow()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users\D
  489. avid.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  490. C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\new(58) : see declaration of 'operator new'
  491. lsl_streaminfo_c.cpp
  492. lsl_xml_element_c.cpp
  493. pugixml.cpp
  494. resolver_impl.cpp
  495. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\resolver_impl.cpp(85): warning C4244: 'argument' : conversion from
  496. 'double' to 'int64_t', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  497. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\resolver_impl.cpp(154): warning C4244: 'argument' : conversion fro
  498. m 'double' to 'int64_t', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  499. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\resolver_impl.cpp(156): warning C4244: 'argument' : conversion fro
  500. m 'double' to 'int64_t', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  501. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\resolver_impl.cpp(160): warning C4244: 'argument' : conversion fro
  502. m 'double' to 'int64_t', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  503. resolve_attempt_udp.cpp
  504. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\resolve_attempt_udp.cpp(89): warning C4244: 'argument' : conversio
  505. n from 'double' to 'int64_t', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj
  506. ]
  507. sample.cpp
  508. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(72): warning C4291: 'void *operator new(size_t,void *) th
  509. row()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users\Da
  510. vid.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  511. C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\new(58) : see declaration of 'operator new'
  512. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(93): warning C4291: 'void *operator new(size_t,void *) th
  513. row()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users\Da
  514. vid.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  515. C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\new(58) : see declaration of 'operator new'
  516. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(108): warning C4291: 'void *operator new(size_t,void *) t
  517. hrow()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users\D
  518. avid.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  519. C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\new(58) : see declaration of 'operator new'
  520. send_buffer.cpp
  521. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(72): warning C4291: 'void *operator new(size_t,void *) th
  522. row()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users\Da
  523. vid.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  524. C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\new(58) : see declaration of 'operator new'
  525. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(93): warning C4291: 'void *operator new(size_t,void *) th
  526. row()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users\Da
  527. vid.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  528. C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\new(58) : see declaration of 'operator new'
  529. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(108): warning C4291: 'void *operator new(size_t,void *) t
  530. hrow()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users\D
  531. avid.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  532. C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\new(58) : see declaration of 'operator new'
  533. socket_utils.cpp
  534. stream_info_impl.cpp
  535. Generating Code...
  536. Compiling...
  537. stream_outlet_impl.cpp
  538. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(72): warning C4291: 'void *operator new(size_t,void *) th
  539. row()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users\Da
  540. vid.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  541. C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\new(58) : see declaration of 'operator new'
  542. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(93): warning C4291: 'void *operator new(size_t,void *) th
  543. row()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users\Da
  544. vid.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  545. C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\new(58) : see declaration of 'operator new'
  546. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(108): warning C4291: 'void *operator new(size_t,void *) t
  547. hrow()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users\D
  548. avid.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  549. C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\new(58) : see declaration of 'operator new'
  550. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\stream_outlet_impl.cpp(20): warning C4244: 'argument' : conversion
  551. from 'double' to 'int', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  552. tcp_server.cpp
  553. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(72): warning C4291: 'void *operator new(size_t,void *) th
  554. row()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users\Da
  555. vid.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  556. C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\new(58) : see declaration of 'operator new'
  557. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(93): warning C4291: 'void *operator new(size_t,void *) th
  558. row()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users\Da
  559. vid.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  560. C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\new(58) : see declaration of 'operator new'
  561. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(108): warning C4291: 'void *operator new(size_t,void *) t
  562. hrow()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users\D
  563. avid.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  564. C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\new(58) : see declaration of 'operator new'
  565. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\tcp_server.cpp(265): warning C4267: 'initializing' : conversion fr
  566. om 'size_t' to 'int', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  567. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\tcp_server.cpp(270): warning C4267: 'initializing' : conversion fr
  568. om 'size_t' to 'int', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  569. time_postprocessor.cpp
  570. time_receiver.cpp
  571. Please define _WIN32_WINNT or _WIN32_WINDOWS appropriately. For example:
  572. - add -D_WIN32_WINNT=0x0501 to the compiler command line; or
  573. - add _WIN32_WINNT=0x0501 to your project's Preprocessor Definitions.
  574. Assuming _WIN32_WINNT=0x0501 (i.e. Windows XP target).
  575. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\time_receiver.cpp(124): warning C4244: 'argument' : conversion fro
  576. m 'double' to 'int64_t', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  577. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\time_receiver.cpp(127): warning C4244: 'argument' : conversion fro
  578. m 'double' to 'int64_t', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  579. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\time_receiver.cpp(150): warning C4244: 'argument' : conversion fro
  580. m 'double' to 'int64_t', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  581. udp_server.cpp
  582. legacy_abi.cpp
  583. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(72): warning C4291: 'void *operator new(size_t,void *) th
  584. row()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users\Da
  585. vid.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  586. C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\new(58) : see declaration of 'operator new'
  587. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(93): warning C4291: 'void *operator new(size_t,void *) th
  588. row()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users\Da
  589. vid.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  590. C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\new(58) : see declaration of 'operator new'
  591. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(108): warning C4291: 'void *operator new(size_t,void *) t
  592. hrow()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users\D
  593. avid.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  594. C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\new(58) : see declaration of 'operator new'
  595. Generating Code...
  596. Link:
  597. C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\David
  598. .Medine\clean_lsl\lsl-2\build\LSL\liblsl\Release\lsl64.dll" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib
  599. winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib external\Release\lslboost.lib /MA
  600. NIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"C:/Users/David.Medine/clean_lsl/lsl-2/
  601. build/LSL/liblsl/Release/lsl64.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/David.Medine
  602. /clean_lsl/lsl-2/build/LSL/liblsl/Release/lsl64.lib" /MACHINE:X64 /machine:x64 /DLL lsl.dir\Release\api_config.obj
  603. lsl.dir\Release\common.obj
  604. lsl.dir\Release\consumer_queue.obj
  605. lsl.dir\Release\data_receiver.obj
  606. lsl.dir\Release\dllmain.obj
  607. lsl.dir\Release\info_receiver.obj
  608. lsl.dir\Release\inlet_connection.obj
  609. lsl.dir\Release\lsl_continuous_resolver_c.obj
  610. lsl.dir\Release\lsl_freefuncs_c.obj
  611. lsl.dir\Release\lsl_inlet_c.obj
  612. lsl.dir\Release\lsl_outlet_c.obj
  613. lsl.dir\Release\lsl_streaminfo_c.obj
  614. lsl.dir\Release\lsl_xml_element_c.obj
  615. lsl.dir\Release\pugixml.obj
  616. lsl.dir\Release\resolver_impl.obj
  617. lsl.dir\Release\resolve_attempt_udp.obj
  618. lsl.dir\Release\sample.obj
  619. lsl.dir\Release\send_buffer.obj
  620. lsl.dir\Release\socket_utils.obj
  621. lsl.dir\Release\stream_info_impl.obj
  622. lsl.dir\Release\stream_outlet_impl.obj
  623. lsl.dir\Release\tcp_server.obj
  624. lsl.dir\Release\time_postprocessor.obj
  625. lsl.dir\Release\time_receiver.obj
  626. lsl.dir\Release\udp_server.obj
  627. lsl.dir\Release\legacy_abi.obj
  628. Creating library C:/Users/David.Medine/clean_lsl/lsl-2/build/LSL/liblsl/Release/lsl64.lib and object C:/Users/Davi
  629. d.Medine/clean_lsl/lsl-2/build/LSL/liblsl/Release/lsl64.exp
  630. lsl.vcxproj -> C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\Release\lsl64.dll
  631. FinalizeBuildStatus:
  632. Deleting file "lsl.dir\Release\lsl.unsuccessfulbuild".
  633. Touching "lsl.dir\Release\lsl.lastbuildstate".
  634. Done Building Project "C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj" (default targets).
  635.  
  636. PrepareForBuild:
  637. Creating directory "LabRecorder.dir\Release\".
  638. Creating directory "C:\Users\David.Medine\clean_lsl\lsl-2\build\Apps\LabRecorder\Release\".
  639. InitializeBuildStatus:
  640. Creating "LabRecorder.dir\Release\LabRecorder.unsuccessfulbuild" because "AlwaysCreate" was specified.
  641. PreBuildEvent:
  642. Description: Automatic moc and uic for target LabRecorder
  643. setlocal
  644. cd C:\Users\David.Medine\clean_lsl\lsl-2\build\Apps\LabRecorder
  645. if %errorlevel% neq 0 goto :cmEnd
  646. C:
  647. if %errorlevel% neq 0 goto :cmEnd
  648. C:\Anaconda3\Library\bin\cmake.exe -E cmake_autogen C:/Users/David.Medine/clean_lsl/lsl-2/build/Apps/LabRecorder/CMak
  649. eFiles/LabRecorder_automoc.dir/ Release
  650. if %errorlevel% neq 0 goto :cmEnd
  651. :cmEnd
  652. endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
  653. :cmErrorLevel
  654. exit /b %1
  655. :cmDone
  656. if %errorlevel% neq 0 goto :VCEnd
  657. :VCEnd
  658. Generating moc source moc_mainwindow.cpp
  659. Generating moc compilation LabRecorder_automoc.cpp
  660. Generating ui header ui_mainwindow.h
  661. CustomBuild:
  662. Building Custom Rule C:/Users/David.Medine/clean_lsl/lsl-2/Apps/LabRecorder/CMakeLists.txt
  663. CMake does not need to re-run because C:\Users\David.Medine\clean_lsl\lsl-2\build\Apps\LabRecorder\CMakeFiles\generat
  664. e.stamp is up-to-date.
  665. ClCompile:
  666. C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\x86_amd64\CL.exe /c /I"C:\Users\David.Medine\clean_lsl\lsl
  667. -2\build\Apps\LabRecorder" /I"C:\Users\David.Medine\clean_lsl\lsl-2\Apps\LabRecorder" /I"C:\Qt-VS2012_x64\Qt5.2.1\5.2
  668. .1\msvc2012_64\include" /I"C:\Qt-VS2012_x64\Qt5.2.1\5.2.1\msvc2012_64\include\QtWidgets" /I"C:\Qt-VS2012_x64\Qt5.2.1\
  669. 5.2.1\msvc2012_64\include\QtGui" /I"C:\Qt-VS2012_x64\Qt5.2.1\5.2.1\msvc2012_64\include\QtANGLE" /I"C:\Qt-VS2012_x64\Q
  670. t5.2.1\5.2.1\msvc2012_64\include\QtCore" /I"C:\Qt-VS2012_x64\Qt5.2.1\5.2.1\msvc2012_64\mkspecs\win32-msvc2012" /I"C:\
  671. Qt-VS2012_x64\Qt5.2.1\5.2.1\msvc2012_64\include\QtNetwork" /I"C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\includ
  672. e" /nologo /W3 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D BOOST_ALL_NO_LIB /D QT_WIDGETS_LIB /D QT_GUI_LIB /D QT
  673. _CORE_LIB /D QT_NO_DEBUG /D QT_NETWORK_LIB /D LIBLSL_EXPORTS /D _SCL_SECURE_NO_WARNINGS /D _CRT_SECURE_NO_WARNINGS /D
  674. "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /EHsc /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"LabRecorder.dir\
  675. Release\\" /Fd"LabRecorder.dir\Release\vc110.pdb" /Gd /TP /errorReport:queue "C:\Users\David.Medine\clean_lsl\lsl-2\A
  676. pps\LabRecorder\main.cpp" "C:\Users\David.Medine\clean_lsl\lsl-2\Apps\LabRecorder\mainwindow.cpp" "C:\Users\David.Med
  677. ine\clean_lsl\lsl-2\build\Apps\LabRecorder\LabRecorder_automoc.cpp"
  678. main.cpp
  679. c:\users\david.medine\clean_lsl\lsl-2\apps\labrecorder\recording.h(11): fatal error C1083: Cannot open include file: 'b
  680. oost/thread.hpp': No such file or directory [C:\Users\David.Medine\clean_lsl\lsl-2\build\Apps\LabRecorder\LabRecorder.v
  681. cxproj]
  682. mainwindow.cpp
  683. c:\users\david.medine\clean_lsl\lsl-2\apps\labrecorder\recording.h(11): fatal error C1083: Cannot open include file: 'b
  684. oost/thread.hpp': No such file or directory [C:\Users\David.Medine\clean_lsl\lsl-2\build\Apps\LabRecorder\LabRecorder.v
  685. cxproj]
  686. LabRecorder_automoc.cpp
  687. c:\users\david.medine\clean_lsl\lsl-2\apps\labrecorder\recording.h(11): fatal error C1083: Cannot open include file: 'b
  688. oost/thread.hpp': No such file or directory [C:\Users\David.Medine\clean_lsl\lsl-2\build\Apps\LabRecorder\LabRecorder.v
  689. cxproj]
  690. Generating Code...
  691. Done Building Project "C:\Users\David.Medine\clean_lsl\lsl-2\build\Apps\LabRecorder\LabRecorder.vcxproj" (default targe
  692. ts) -- FAILED.
  693.  
  694. Done Building Project "C:\Users\David.Medine\clean_lsl\lsl-2\build\ALL_BUILD.vcxproj" (default targets) -- FAILED.
  695.  
  696. Done Building Project "C:\Users\David.Medine\clean_lsl\lsl-2\build\install.vcxproj" (default targets) -- FAILED.
  697.  
  698.  
  699. Build FAILED.
  700.  
  701. "C:\Users\David.Medine\clean_lsl\lsl-2\build\install.vcxproj" (default target) (1) ->
  702. "C:\Users\David.Medine\clean_lsl\lsl-2\build\ALL_BUILD.vcxproj" (default target) (3) ->
  703. "C:\Users\David.Medine\clean_lsl\lsl-2\build\Apps\LabRecorder\LabRecorder.vcxproj" (default target) (4) ->
  704. "C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj" (default target) (5) ->
  705. "C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\external\lslboost.vcxproj" (default target) (6) ->
  706. (ClCompile target) ->
  707. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\external\src\filesystem\src\operations.cpp(1777): warning C4267: 'ar
  708. gument' : conversion from 'size_t' to 'DWORD', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\l
  709. iblsl\external\lslboost.vcxproj]
  710. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\external\src\filesystem\src\unique_path.cpp(94): warning C4267: 'arg
  711. ument' : conversion from 'size_t' to 'DWORD', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\li
  712. blsl\external\lslboost.vcxproj]
  713. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\external\src\filesystem\src\windows_file_codecvt.cpp(43): warning C4
  714. 244: 'argument' : conversion from '__int64' to 'int', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\buil
  715. d\LSL\liblsl\external\lslboost.vcxproj]
  716. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\external\src\filesystem\src\windows_file_codecvt.cpp(63): warning C4
  717. 244: 'argument' : conversion from '__int64' to 'int', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\buil
  718. d\LSL\liblsl\external\lslboost.vcxproj]
  719. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\external\src\serialization\src\basic_iarchive.cpp(488): warning C426
  720. 7: 'initializing' : conversion from 'size_t' to 'const unsigned int', possible loss of data [C:\Users\David.Medine\clea
  721. n_lsl\lsl-2\build\LSL\liblsl\external\lslboost.vcxproj]
  722.  
  723.  
  724. "C:\Users\David.Medine\clean_lsl\lsl-2\build\install.vcxproj" (default target) (1) ->
  725. "C:\Users\David.Medine\clean_lsl\lsl-2\build\ALL_BUILD.vcxproj" (default target) (3) ->
  726. "C:\Users\David.Medine\clean_lsl\lsl-2\build\Apps\LabRecorder\LabRecorder.vcxproj" (default target) (4) ->
  727. "C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj" (default target) (5) ->
  728. "C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\external\lslboost.vcxproj" (default target) (6) ->
  729. (Lib target) ->
  730. tss_dll.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will n
  731. ot be used by any link operation that consumes this library [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\ext
  732. ernal\lslboost.vcxproj]
  733. tss_null.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will
  734. not be used by any link operation that consumes this library [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\ex
  735. ternal\lslboost.vcxproj]
  736. stl_port.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will
  737. not be used by any link operation that consumes this library [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\ex
  738. ternal\lslboost.vcxproj]
  739.  
  740.  
  741. "C:\Users\David.Medine\clean_lsl\lsl-2\build\install.vcxproj" (default target) (1) ->
  742. "C:\Users\David.Medine\clean_lsl\lsl-2\build\ALL_BUILD.vcxproj" (default target) (3) ->
  743. "C:\Users\David.Medine\clean_lsl\lsl-2\build\Apps\LabRecorder\LabRecorder.vcxproj" (default target) (4) ->
  744. "C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj" (default target) (5) ->
  745. (ClCompile target) ->
  746. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(72): warning C4291: 'void *operator new(size_t,void *)
  747. throw()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users\
  748. David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  749. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(93): warning C4291: 'void *operator new(size_t,void *)
  750. throw()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users\
  751. David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  752. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(108): warning C4291: 'void *operator new(size_t,void *)
  753. throw()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users
  754. \David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  755. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(72): warning C4291: 'void *operator new(size_t,void *)
  756. throw()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users\
  757. David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  758. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(93): warning C4291: 'void *operator new(size_t,void *)
  759. throw()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users\
  760. David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  761. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(108): warning C4291: 'void *operator new(size_t,void *)
  762. throw()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users
  763. \David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  764. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\data_receiver.cpp(26): warning C4244: 'argument' : conversion fr
  765. om 'double' to 'int', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  766. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(72): warning C4291: 'void *operator new(size_t,void *)
  767. throw()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users\
  768. David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  769. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(93): warning C4291: 'void *operator new(size_t,void *)
  770. throw()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users\
  771. David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  772. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(108): warning C4291: 'void *operator new(size_t,void *)
  773. throw()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users
  774. \David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  775. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\lsl_inlet_c.cpp(511): warning C4267: 'return' : conversion from
  776. 'size_t' to 'unsigned long', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  777. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\lsl_inlet_c.cpp(540): warning C4267: 'return' : conversion from
  778. 'size_t' to 'unsigned long', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  779. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\lsl_inlet_c.cpp(569): warning C4267: 'return' : conversion from
  780. 'size_t' to 'unsigned long', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  781. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\lsl_inlet_c.cpp(598): warning C4267: 'return' : conversion from
  782. 'size_t' to 'unsigned long', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  783. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\lsl_inlet_c.cpp(627): warning C4267: 'return' : conversion from
  784. 'size_t' to 'unsigned long', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  785. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\lsl_inlet_c.cpp(656): warning C4267: 'return' : conversion from
  786. 'size_t' to 'unsigned long', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  787. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\lsl_inlet_c.cpp(688): warning C4267: 'initializing' : conversion
  788. from 'size_t' to 'unsigned long', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vc
  789. xproj]
  790. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\lsl_inlet_c.cpp(734): warning C4267: 'initializing' : conversion
  791. from 'size_t' to 'unsigned long', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vc
  792. xproj]
  793. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\stream_inlet_impl.h(134): warning C4267: 'argument' : conversion
  794. from 'size_t' to 'int', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  795. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(72): warning C4291: 'void *operator new(size_t,void *)
  796. throw()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users\
  797. David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  798. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(93): warning C4291: 'void *operator new(size_t,void *)
  799. throw()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users\
  800. David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  801. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(108): warning C4291: 'void *operator new(size_t,void *)
  802. throw()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users
  803. \David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  804. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\resolver_impl.cpp(85): warning C4244: 'argument' : conversion fr
  805. om 'double' to 'int64_t', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  806. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\resolver_impl.cpp(154): warning C4244: 'argument' : conversion f
  807. rom 'double' to 'int64_t', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  808. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\resolver_impl.cpp(156): warning C4244: 'argument' : conversion f
  809. rom 'double' to 'int64_t', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  810. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\resolver_impl.cpp(160): warning C4244: 'argument' : conversion f
  811. rom 'double' to 'int64_t', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  812. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\resolve_attempt_udp.cpp(89): warning C4244: 'argument' : convers
  813. ion from 'double' to 'int64_t', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxpr
  814. oj]
  815. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(72): warning C4291: 'void *operator new(size_t,void *)
  816. throw()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users\
  817. David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  818. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(93): warning C4291: 'void *operator new(size_t,void *)
  819. throw()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users\
  820. David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  821. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(108): warning C4291: 'void *operator new(size_t,void *)
  822. throw()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users
  823. \David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  824. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(72): warning C4291: 'void *operator new(size_t,void *)
  825. throw()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users\
  826. David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  827. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(93): warning C4291: 'void *operator new(size_t,void *)
  828. throw()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users\
  829. David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  830. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(108): warning C4291: 'void *operator new(size_t,void *)
  831. throw()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users
  832. \David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  833. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(72): warning C4291: 'void *operator new(size_t,void *)
  834. throw()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users\
  835. David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  836. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(93): warning C4291: 'void *operator new(size_t,void *)
  837. throw()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users\
  838. David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  839. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(108): warning C4291: 'void *operator new(size_t,void *)
  840. throw()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users
  841. \David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  842. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\stream_outlet_impl.cpp(20): warning C4244: 'argument' : conversi
  843. on from 'double' to 'int', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  844. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(72): warning C4291: 'void *operator new(size_t,void *)
  845. throw()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users\
  846. David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  847. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(93): warning C4291: 'void *operator new(size_t,void *)
  848. throw()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users\
  849. David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  850. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(108): warning C4291: 'void *operator new(size_t,void *)
  851. throw()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users
  852. \David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  853. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\tcp_server.cpp(265): warning C4267: 'initializing' : conversion
  854. from 'size_t' to 'int', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  855. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\tcp_server.cpp(270): warning C4267: 'initializing' : conversion
  856. from 'size_t' to 'int', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  857. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\time_receiver.cpp(124): warning C4244: 'argument' : conversion f
  858. rom 'double' to 'int64_t', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  859. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\time_receiver.cpp(127): warning C4244: 'argument' : conversion f
  860. rom 'double' to 'int64_t', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  861. C:\Users\David.Medine\clean_lsl\lsl-2\LSL\liblsl\src\time_receiver.cpp(150): warning C4244: 'argument' : conversion f
  862. rom 'double' to 'int64_t', possible loss of data [C:\Users\David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  863. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(72): warning C4291: 'void *operator new(size_t,void *)
  864. throw()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users\
  865. David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  866. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(93): warning C4291: 'void *operator new(size_t,void *)
  867. throw()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users\
  868. David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  869. c:\users\david.medine\clean_lsl\lsl-2\lsl\liblsl\src\sample.h(108): warning C4291: 'void *operator new(size_t,void *)
  870. throw()' : no matching operator delete found; memory will not be freed if initialization throws an exception [C:\Users
  871. \David.Medine\clean_lsl\lsl-2\build\LSL\liblsl\lsl.vcxproj]
  872.  
  873.  
  874. "C:\Users\David.Medine\clean_lsl\lsl-2\build\install.vcxproj" (default target) (1) ->
  875. "C:\Users\David.Medine\clean_lsl\lsl-2\build\ALL_BUILD.vcxproj" (default target) (3) ->
  876. "C:\Users\David.Medine\clean_lsl\lsl-2\build\Apps\LabRecorder\LabRecorder.vcxproj" (default target) (4) ->
  877. (ClCompile target) ->
  878. c:\users\david.medine\clean_lsl\lsl-2\apps\labrecorder\recording.h(11): fatal error C1083: Cannot open include file:
  879. 'boost/thread.hpp': No such file or directory [C:\Users\David.Medine\clean_lsl\lsl-2\build\Apps\LabRecorder\LabRecorder
  880. .vcxproj]
  881. c:\users\david.medine\clean_lsl\lsl-2\apps\labrecorder\recording.h(11): fatal error C1083: Cannot open include file:
  882. 'boost/thread.hpp': No such file or directory [C:\Users\David.Medine\clean_lsl\lsl-2\build\Apps\LabRecorder\LabRecorder
  883. .vcxproj]
  884. c:\users\david.medine\clean_lsl\lsl-2\apps\labrecorder\recording.h(11): fatal error C1083: Cannot open include file:
  885. 'boost/thread.hpp': No such file or directory [C:\Users\David.Medine\clean_lsl\lsl-2\build\Apps\LabRecorder\LabRecorder
  886. .vcxproj]
  887.  
  888. 56 Warning(s)
  889. 3 Error(s)
  890.  
  891. Time Elapsed 00:04:23.42
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement