Skip to content

Instantly share code, notes, and snippets.

@KartikShrivastava
Created March 3, 2022 14:40
Show Gist options
  • Save KartikShrivastava/116d59b4bec7ea795a598d3b175b073a to your computer and use it in GitHub Desktop.
Save KartikShrivastava/116d59b4bec7ea795a598d3b175b073a to your computer and use it in GitHub Desktop.
PCL build log with PCH on Visual Studio 2019
This file has been truncated, but you can view the full file.
Rebuild started...
1>------ Rebuild All started: Project: SharedPCH, Configuration: Debug x64 ------
2>------ Rebuild All started: Project: ZERO_CHECK, Configuration: Debug x64 ------
2>Checking Build System
1>stdafx.cpp
1>SharedPCH.vcxproj -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\x64\Debug\SharedPCH.lib
3>------ Rebuild All started: Project: pcl_common, Configuration: Debug x64 ------
4>------ Rebuild All started: Project: pcl_io_ply, Configuration: Debug x64 ------
4>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/io/CMakeLists.txt
3>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/common/CMakeLists.txt
4>Performing Custom Build Step
3>Performing Custom Build Step
4>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\io\pcl_io_ply.dir\Debug\vc142.pdb
3>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\common\pcl_common.dir\Debug\vc142.pdb
4>1 File(s) copied
3>1 File(s) copied
3>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\common\pcl_common.dir\Debug\vc142.idb
3>1 File(s) copied
4>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\io\pcl_io_ply.dir\Debug\vc142.idb
4>1 File(s) copied
3>point_types.cpp
3>pcl_base.cpp
3>PCLPointCloud2.cpp
3>io.cpp
4>ply_parser.cpp
4>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\ply\ply_parser.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
4>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
4>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\ply\ply_parser.cpp : warning C4005: 'NOMINMAX': macro redefinition
4>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
4>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\ply\ply_parser.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
4>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\ply\ply_parser.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
4>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\ply\ply_parser.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
4>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\ply\ply_parser.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
4>LINK : warning LNK4199: /DELAYLOAD:VCOMP140D.dll ignored; no imports found from VCOMP140D.dll
4>pcl_io_ply.vcxproj -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\bin\pcl_io_plyd.dll
3>common.cpp
3>correspondence.cpp
3>distances.cpp
3>parse.cpp
4>Done building project "pcl_io_ply.vcxproj".
5>------ Rebuild All started: Project: pcl_pcd_convert_NaN_nan, Configuration: Debug x64 ------
3>poses_from_matches.cpp
3>print.cpp
5>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/io/tools/CMakeLists.txt
5>Performing Custom Build Step
3>projection_matrix.cpp
5>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\io\tools\pcl_pcd_convert_NaN_nan.dir\Debug\vc142.pdb
5>1 File(s) copied
5>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\io\tools\pcl_pcd_convert_NaN_nan.dir\Debug\vc142.idb
5>1 File(s) copied
3>time_trigger.cpp
5>pcd_convert_NaN_nan.cpp
5>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\pcd_convert_NaN_nan.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
5>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\pcd_convert_NaN_nan.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
5>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
3>gaussian.cpp
5>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\pcd_convert_NaN_nan.cpp : warning C4005: 'NOMINMAX': macro redefinition
5>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
5>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\pcd_convert_NaN_nan.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
5>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\pcd_convert_NaN_nan.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
5>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\pcd_convert_NaN_nan.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
5>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\pcd_convert_NaN_nan.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
3>colors.cpp
3>feature_histogram.cpp
5>pcl_pcd_convert_NaN_nan.vcxproj -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\bin\pcl_pcd_convert_NaN_nand.exe
3>bearing_angle_image.cpp
3>range_image.cpp
3>range_image_planar.cpp
5>Done building project "pcl_pcd_convert_NaN_nan.vcxproj".
6>------ Rebuild All started: Project: pcl_ply2obj, Configuration: Debug x64 ------
6>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/io/tools/ply/CMakeLists.txt
6>Performing Custom Build Step
6>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\io\tools\ply\pcl_ply2obj.dir\Debug\vc142.pdb
6>1 File(s) copied
6>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\io\tools\ply\pcl_ply2obj.dir\Debug\vc142.idb
6>1 File(s) copied
6>ply2obj.cpp
6>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\ply\ply2obj.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
6>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\ply\ply2obj.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
6>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
6>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\ply\ply2obj.cpp : warning C4005: 'NOMINMAX': macro redefinition
6>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
6>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\ply\ply2obj.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
6>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\ply\ply2obj.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
6>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\ply\ply2obj.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
6>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\ply\ply2obj.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
6>LINK : fatal error LNK1104: cannot open file '..\..\..\lib\pcl_io_plyd.lib'
6>Done building project "pcl_ply2obj.vcxproj" -- FAILED.
7>------ Rebuild All started: Project: pcl_ply2ply, Configuration: Debug x64 ------
7>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/io/tools/ply/CMakeLists.txt
7>Performing Custom Build Step
7>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\io\tools\ply\pcl_ply2ply.dir\Debug\vc142.pdb
7>1 File(s) copied
7>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\io\tools\ply\pcl_ply2ply.dir\Debug\vc142.idb
7>1 File(s) copied
7>ply2ply.cpp
7>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\ply\ply2ply.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
7>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\ply\ply2ply.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
7>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
7>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\ply\ply2ply.cpp : warning C4005: 'NOMINMAX': macro redefinition
7>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
7>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\ply\ply2ply.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
7>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\ply\ply2ply.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
7>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\ply\ply2ply.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
7>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\ply\ply2ply.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
3>kiss_fft.c
3>kiss_fftr.c
3>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\src\fft\kiss_fftr.c(116,46): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
3>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\src\fft\kiss_fftr.c(117,46): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
3>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\src\fft\kiss_fftr.c(118,52): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
3>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\src\fft\kiss_fftr.c(119,52): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
3>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\src\fft\kiss_fft.c(119,53): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
3>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\src\fft\kiss_fft.c(120,53): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
3>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\src\fft\kiss_fft.c(224,37): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data
7>LINK : fatal error LNK1104: cannot open file '..\..\..\lib\pcl_io_plyd.lib'
7>Done building project "pcl_ply2ply.vcxproj" -- FAILED.
8>------ Rebuild All started: Project: pcl_ply2raw, Configuration: Debug x64 ------
8>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/io/tools/ply/CMakeLists.txt
8>Performing Custom Build Step
8>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\io\tools\ply\pcl_ply2raw.dir\Debug\vc142.pdb
8>1 File(s) copied
8>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\io\tools\ply\pcl_ply2raw.dir\Debug\vc142.idb
8>1 File(s) copied
3> Creating library C:/Home/Projects/Github/PointCloudLibrary/buildMar1/lib/pcl_commond.lib and object C:/Home/Projects/Github/PointCloudLibrary/buildMar1/lib/pcl_commond.exp
3>pcl_common.vcxproj -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\bin\pcl_commond.dll
3>Done building project "pcl_common.vcxproj".
9>------ Rebuild All started: Project: pcl_octree, Configuration: Debug x64 ------
9>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/octree/CMakeLists.txt
9>Performing Custom Build Step
9>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\octree\pcl_octree.dir\Debug\vc142.pdb
9>1 File(s) copied
9>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\octree\pcl_octree.dir\Debug\vc142.idb
9>1 File(s) copied
9>octree_inst.cpp
9>C:\Home\Projects\Github\PointCloudLibrary\pcl\octree\src\octree_inst.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
9>C:\Home\Projects\Github\PointCloudLibrary\pcl\octree\src\octree_inst.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
9>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
9>C:\Home\Projects\Github\PointCloudLibrary\pcl\octree\src\octree_inst.cpp : warning C4005: 'NOMINMAX': macro redefinition
9>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
9>C:\Home\Projects\Github\PointCloudLibrary\pcl\octree\src\octree_inst.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
9>C:\Home\Projects\Github\PointCloudLibrary\pcl\octree\src\octree_inst.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
9>C:\Home\Projects\Github\PointCloudLibrary\pcl\octree\src\octree_inst.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
9>C:\Home\Projects\Github\PointCloudLibrary\pcl\octree\src\octree_inst.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
9>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition
9>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS'
8>ply2raw.cpp
8>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\ply\ply2raw.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
8>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\ply\ply2raw.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
8>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
8>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\ply\ply2raw.cpp : warning C4005: 'NOMINMAX': macro redefinition
8>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
8>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\ply\ply2raw.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
8>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\ply\ply2raw.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
8>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\ply\ply2raw.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
8>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\ply\ply2raw.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
8>LINK : fatal error LNK1104: cannot open file '..\..\..\lib\pcl_io_plyd.lib'
8>Done building project "pcl_ply2raw.vcxproj" -- FAILED.
10>------ Rebuild All started: Project: pcl_kdtree, Configuration: Debug x64 ------
10>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/kdtree/CMakeLists.txt
10>Performing Custom Build Step
10>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\kdtree\pcl_kdtree.dir\Debug\vc142.pdb
10>1 File(s) copied
10>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\kdtree\pcl_kdtree.dir\Debug\vc142.idb
10>1 File(s) copied
10>kdtree_flann.cpp
10>C:\Home\Projects\Github\PointCloudLibrary\pcl\kdtree\src\kdtree_flann.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
10>C:\Home\Projects\Github\PointCloudLibrary\pcl\kdtree\src\kdtree_flann.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
10>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
10>C:\Home\Projects\Github\PointCloudLibrary\pcl\kdtree\src\kdtree_flann.cpp : warning C4005: 'NOMINMAX': macro redefinition
10>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
10>C:\Home\Projects\Github\PointCloudLibrary\pcl\kdtree\src\kdtree_flann.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
10>C:\Home\Projects\Github\PointCloudLibrary\pcl\kdtree\src\kdtree_flann.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
10>C:\Home\Projects\Github\PointCloudLibrary\pcl\kdtree\src\kdtree_flann.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
10>C:\Home\Projects\Github\PointCloudLibrary\pcl\kdtree\src\kdtree_flann.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
10>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\flann/util/serialization.h(484,19): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
10>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\flann/util/serialization.h(751,19): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
10>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\flann/util/saving.h(58,9): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
10>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\flann/util/saving.h(60,9): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
10>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\flann/util/logger.h(66,22): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
10>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition
10>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS'
10>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\flann/flann.hpp(373,21): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
10>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\flann/flann.hpp(372): message : while compiling class template member function 'flann::NNIndex<Distance> *flann::Index<Distance>::load_saved_index(const flann::Matrix<float> &,const std::string &,Distance)'
10> with
10> [
10> Distance=flann::L2_Simple<float>
10> ]
10>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\flann/flann.hpp(108): message : see reference to function template instantiation 'flann::NNIndex<Distance> *flann::Index<Distance>::load_saved_index(const flann::Matrix<float> &,const std::string &,Distance)' being compiled
10> with
10> [
10> Distance=flann::L2_Simple<float>
10> ]
10>C:\Home\Projects\Github\PointCloudLibrary\pcl\kdtree\include\pcl/kdtree/impl/kdtree_flann.hpp(258): message : see reference to class template instantiation 'flann::Index<Dist>' being compiled
10> with
10> [
10> Dist=flann::L2_Simple<float>
10> ]
10>C:\Home\Projects\Github\PointCloudLibrary\pcl\kdtree\include\pcl/kdtree/impl/kdtree_flann.hpp(240): message : while compiling class template member function 'int pcl::KdTreeFLANN<pcl::PointXYZ,flann::L2_Simple<float>>::nearestKSearch(const PointT &,unsigned int,pcl::Indices &,std::vector<float,std::allocator<float>> &) const'
10> with
10> [
10> PointT=pcl::PointXYZ
10> ]
10>C:\Home\Projects\Github\PointCloudLibrary\pcl\kdtree\src\kdtree_flann.cpp(45): message : see reference to class template instantiation 'pcl::KdTreeFLANN<pcl::PointXYZ,flann::L2_Simple<float>>' being compiled
10> Creating library C:/Home/Projects/Github/PointCloudLibrary/buildMar1/lib/pcl_kdtreed.lib and object C:/Home/Projects/Github/PointCloudLibrary/buildMar1/lib/pcl_kdtreed.exp
10>pcl_kdtree.vcxproj -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\bin\pcl_kdtreed.dll
9> Creating library C:/Home/Projects/Github/PointCloudLibrary/buildMar1/lib/pcl_octreed.lib and object C:/Home/Projects/Github/PointCloudLibrary/buildMar1/lib/pcl_octreed.exp
9>LINK : warning LNK4199: /DELAYLOAD:VCOMP140D.dll ignored; no imports found from VCOMP140D.dll
9>pcl_octree.vcxproj -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\bin\pcl_octreed.dll
9>Done building project "pcl_octree.vcxproj".
11>------ Rebuild All started: Project: pcl_sample_consensus, Configuration: Debug x64 ------
11>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/sample_consensus/CMakeLists.txt
11>Performing Custom Build Step
11>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\sample_consensus\pcl_sample_consensus.dir\Debug\vc142.pdb
11>1 File(s) copied
11>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\sample_consensus\pcl_sample_consensus.dir\Debug\vc142.idb
11>1 File(s) copied
11>sac.cpp
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
11>sac_model_circle.cpp
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
11>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac.cpp)
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac.cpp : warning C4005: 'NOMINMAX': macro redefinition
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac.cpp)
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_circle.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
11>sac_model_circle3d.cpp
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_circle.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
11>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_circle.cpp)
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_circle.cpp : warning C4005: 'NOMINMAX': macro redefinition
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_circle.cpp)
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_circle.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_circle.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_circle.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_circle.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_circle3d.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_circle3d.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
11>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_circle3d.cpp)
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_circle3d.cpp : warning C4005: 'NOMINMAX': macro redefinition
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_circle3d.cpp)
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_circle3d.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_circle3d.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_circle3d.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_circle3d.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
11>sac_model_cylinder.cpp
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_cylinder.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_cylinder.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
11>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_cylinder.cpp)
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_cylinder.cpp : warning C4005: 'NOMINMAX': macro redefinition
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_cylinder.cpp)
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_cylinder.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_cylinder.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_cylinder.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_cylinder.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac.cpp)
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac.cpp)
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_circle.cpp)
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_circle.cpp)
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_circle3d.cpp)
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_circle3d.cpp)
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_cylinder.cpp)
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_cylinder.cpp)
10>Done building project "pcl_kdtree.vcxproj".
12>------ Rebuild All started: Project: pcl_search, Configuration: Debug x64 ------
12>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/search/CMakeLists.txt
12>Performing Custom Build Step
12>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\search\pcl_search.dir\Debug\vc142.pdb
12>1 File(s) copied
12>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\search\pcl_search.dir\Debug\vc142.idb
12>1 File(s) copied
11>sac_model_cone.cpp
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_cone.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_cone.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
11>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_cone.cpp)
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_cone.cpp : warning C4005: 'NOMINMAX': macro redefinition
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_cone.cpp)
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_cone.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_cone.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_cone.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_cone.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
12>search.cpp
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\search.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\search.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
12>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\search.cpp)
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\search.cpp : warning C4005: 'NOMINMAX': macro redefinition
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\search.cpp)
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\search.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\search.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\search.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\search.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
12>kdtree.cpp
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\kdtree.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_cone.cpp)
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_cone.cpp)
12>brute_force.cpp
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\kdtree.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
12>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\kdtree.cpp)
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\brute_force.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\kdtree.cpp : warning C4005: 'NOMINMAX': macro redefinition
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\kdtree.cpp)
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\kdtree.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\kdtree.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\kdtree.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\kdtree.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\brute_force.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
12>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\brute_force.cpp)
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\brute_force.cpp : warning C4005: 'NOMINMAX': macro redefinition
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\brute_force.cpp)
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\brute_force.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\brute_force.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\brute_force.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\brute_force.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
12>organized.cpp
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\organized.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\organized.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
12>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\organized.cpp)
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\organized.cpp : warning C4005: 'NOMINMAX': macro redefinition
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\organized.cpp)
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\organized.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\organized.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\organized.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\organized.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\search.cpp)
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\search.cpp)
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\kdtree.cpp)
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\kdtree.cpp)
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\brute_force.cpp)
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\brute_force.cpp)
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\organized.cpp)
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\organized.cpp)
12>octree.cpp
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\octree.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\octree.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
12>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\octree.cpp)
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\octree.cpp : warning C4005: 'NOMINMAX': macro redefinition
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\octree.cpp)
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\octree.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\octree.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\octree.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\octree.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\octree.cpp)
12>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\search\src\octree.cpp)
11>sac_model_line.cpp
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_line.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_line.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
11>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_line.cpp)
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_line.cpp : warning C4005: 'NOMINMAX': macro redefinition
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_line.cpp)
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_line.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_line.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_line.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_line.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
11>sac_model_parallel_line.cpp
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_parallel_line.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_parallel_line.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
11>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_parallel_line.cpp)
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_parallel_line.cpp : warning C4005: 'NOMINMAX': macro redefinition
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_parallel_line.cpp)
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_parallel_line.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_parallel_line.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_parallel_line.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_parallel_line.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_line.cpp)
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_line.cpp)
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_parallel_line.cpp)
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_parallel_line.cpp)
11>sac_model_stick.cpp
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_stick.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_stick.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
11>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_stick.cpp)
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_stick.cpp : warning C4005: 'NOMINMAX': macro redefinition
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_stick.cpp)
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_stick.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_stick.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_stick.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_stick.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_stick.cpp)
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_stick.cpp)
11>sac_model_normal_parallel_plane.cpp
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_normal_parallel_plane.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_normal_parallel_plane.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
11>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_normal_parallel_plane.cpp)
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_normal_parallel_plane.cpp : warning C4005: 'NOMINMAX': macro redefinition
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_normal_parallel_plane.cpp)
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_normal_parallel_plane.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_normal_parallel_plane.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_normal_parallel_plane.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_normal_parallel_plane.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_normal_parallel_plane.cpp)
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_normal_parallel_plane.cpp)
11>sac_model_normal_plane.cpp
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_normal_plane.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_normal_plane.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
11>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_normal_plane.cpp)
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_normal_plane.cpp : warning C4005: 'NOMINMAX': macro redefinition
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_normal_plane.cpp)
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_normal_plane.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_normal_plane.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_normal_plane.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_normal_plane.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
11>sac_model_normal_sphere.cpp
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_normal_sphere.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_normal_sphere.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
11>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_normal_sphere.cpp)
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_normal_sphere.cpp : warning C4005: 'NOMINMAX': macro redefinition
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_normal_sphere.cpp)
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_normal_sphere.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_normal_sphere.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_normal_sphere.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_normal_sphere.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_normal_plane.cpp)
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_normal_plane.cpp)
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_normal_sphere.cpp)
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_normal_sphere.cpp)
11>sac_model_plane.cpp
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_plane.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_plane.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
11>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_plane.cpp)
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_plane.cpp : warning C4005: 'NOMINMAX': macro redefinition
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_plane.cpp)
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_plane.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_plane.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_plane.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_plane.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_plane.cpp)
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_plane.cpp)
11>sac_model_registration.cpp
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_registration.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_registration.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
11>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_registration.cpp)
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_registration.cpp : warning C4005: 'NOMINMAX': macro redefinition
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_registration.cpp)
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_registration.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_registration.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_registration.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_registration.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_registration.cpp)
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_registration.cpp)
11>sac_model_sphere.cpp
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_sphere.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_sphere.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
11>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_sphere.cpp)
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_sphere.cpp : warning C4005: 'NOMINMAX': macro redefinition
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_sphere.cpp)
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_sphere.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_sphere.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_sphere.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_sphere.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_sphere.cpp)
11>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\sample_consensus\src\sac_model_sphere.cpp)
12> Creating library C:/Home/Projects/Github/PointCloudLibrary/buildMar1/lib/pcl_searchd.lib and object C:/Home/Projects/Github/PointCloudLibrary/buildMar1/lib/pcl_searchd.exp
12>LINK : warning LNK4199: /DELAYLOAD:VCOMP140D.dll ignored; no imports found from VCOMP140D.dll
12>pcl_search.vcxproj -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\bin\pcl_searchd.dll
12>Done building project "pcl_search.vcxproj".
13>------ Rebuild All started: Project: pcl_io, Configuration: Debug x64 ------
13>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/io/CMakeLists.txt
13>Performing Custom Build Step
13>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\io\pcl_io.dir\Debug\vc142.pdb
13>1 File(s) copied
13>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\io\pcl_io.dir\Debug\vc142.idb
13>1 File(s) copied
13>debayer.cpp
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\debayer.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\debayer.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
13>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\debayer.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\debayer.cpp : warning C4005: 'NOMINMAX': macro redefinition
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\debayer.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\debayer.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\debayer.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\debayer.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\debayer.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\debayer.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\debayer.cpp)
13>pcd_grabber.cpp
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\pcd_grabber.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\pcd_grabber.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
13>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\pcd_grabber.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\pcd_grabber.cpp : warning C4005: 'NOMINMAX': macro redefinition
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\pcd_grabber.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\pcd_grabber.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\pcd_grabber.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\pcd_grabber.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\pcd_grabber.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
13>pcd_io.cpp
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\pcd_io.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\pcd_io.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
13>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\pcd_io.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\pcd_io.cpp : warning C4005: 'NOMINMAX': macro redefinition
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\pcd_io.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\pcd_io.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\pcd_io.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\pcd_io.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\pcd_io.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\pcd_grabber.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\pcd_grabber.cpp)
13>vtk_io.cpp
13>ply_io.cpp
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\vtk_io.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\ply_io.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\vtk_io.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
13>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\vtk_io.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\vtk_io.cpp : warning C4005: 'NOMINMAX': macro redefinition
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\vtk_io.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\vtk_io.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\vtk_io.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\vtk_io.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\vtk_io.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\ply_io.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
13>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\ply_io.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\ply_io.cpp : warning C4005: 'NOMINMAX': macro redefinition
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\ply_io.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\ply_io.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\ply_io.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\ply_io.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\ply_io.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\pcd_io.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\pcd_io.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\pcd_grabber.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\pcd_grabber.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\ply_io.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\ply_io.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\vtk_io.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\vtk_io.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\pcd_io.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\pcd_io.cpp)
13>ascii_io.cpp
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\ascii_io.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\ascii_io.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
13>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\ascii_io.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\ascii_io.cpp : warning C4005: 'NOMINMAX': macro redefinition
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\ascii_io.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\ascii_io.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\ascii_io.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\ascii_io.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\ascii_io.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\ascii_io.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\ascii_io.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\pcd_io.cpp(392,5): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\pcd_io.cpp(764,9): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\pcd_io.cpp(775,9): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\pcd_io.cpp(1135,5): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\pcd_io.cpp(1256,139): error C2664: 'HANDLE CreateFileW(LPCWSTR,DWORD,DWORD,LPSECURITY_ATTRIBUTES,DWORD,DWORD,HANDLE)': cannot convert argument 1 from 'const _Elem *' to 'LPCWSTR'
13> with
13> [
13> _Elem=char
13> ]
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\pcd_io.cpp(1256,54): message : Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
13>C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\fileapi.h(94,1): message : see declaration of 'CreateFileW' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\pcd_io.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\pcd_io.cpp(1469,139): error C2664: 'HANDLE CreateFileW(LPCWSTR,DWORD,DWORD,LPSECURITY_ATTRIBUTES,DWORD,DWORD,HANDLE)': cannot convert argument 1 from 'const _Elem *' to 'LPCWSTR'
13> with
13> [
13> _Elem=char
13> ]
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\pcd_io.cpp(1469,54): message : Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
13>C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\fileapi.h(94,1): message : see declaration of 'CreateFileW' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\pcd_io.cpp)
13>compression.cpp
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\compression.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\compression.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
13>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\compression.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\compression.cpp : warning C4005: 'NOMINMAX': macro redefinition
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\compression.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\compression.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\compression.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\compression.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\compression.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\compression.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\compression.cpp)
13>lzf.cpp
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\lzf.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\lzf.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
13>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\lzf.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\lzf.cpp : warning C4005: 'NOMINMAX': macro redefinition
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\lzf.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\lzf.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\lzf.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\lzf.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\lzf.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\lzf.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\lzf.cpp)
13>lzf_image_io.cpp
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\lzf_image_io.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\lzf_image_io.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
13>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\lzf_image_io.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\lzf_image_io.cpp : warning C4005: 'NOMINMAX': macro redefinition
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\lzf_image_io.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\lzf_image_io.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\lzf_image_io.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\lzf_image_io.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\lzf_image_io.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
13>obj_io.cpp
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\obj_io.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\obj_io.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
13>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\obj_io.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\obj_io.cpp : warning C4005: 'NOMINMAX': macro redefinition
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\obj_io.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\obj_io.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\obj_io.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\obj_io.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\obj_io.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\lzf_image_io.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\lzf_image_io.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\obj_io.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\obj_io.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\lzf_image_io.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\lzf_image_io.cpp)
13>ifs_io.cpp
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\ifs_io.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\ifs_io.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
13>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\ifs_io.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\ifs_io.cpp : warning C4005: 'NOMINMAX': macro redefinition
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\ifs_io.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\ifs_io.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\ifs_io.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\ifs_io.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\ifs_io.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\lzf_image_io.cpp(67,138): error C2664: 'HANDLE CreateFileW(LPCWSTR,DWORD,DWORD,LPSECURITY_ATTRIBUTES,DWORD,DWORD,HANDLE)': cannot convert argument 1 from 'const _Elem *' to 'LPCWSTR'
13> with
13> [
13> _Elem=char
13> ]
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\lzf_image_io.cpp(67,53): message : Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
13>C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\fileapi.h(94,1): message : see declaration of 'CreateFileW' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\lzf_image_io.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\ifs_io.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\ifs_io.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\lzf_image_io.cpp(380,5): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13>image_grabber.cpp
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\image_grabber.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\image_grabber.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
13>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\image_grabber.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\image_grabber.cpp : warning C4005: 'NOMINMAX': macro redefinition
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\image_grabber.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\image_grabber.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\image_grabber.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\image_grabber.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\image_grabber.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\obj_io.cpp(179,1): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
11> Creating library C:/Home/Projects/Github/PointCloudLibrary/buildMar1/lib/pcl_sample_consensusd.lib and object C:/Home/Projects/Github/PointCloudLibrary/buildMar1/lib/pcl_sample_consensusd.exp
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\obj_io.cpp(359,5): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\obj_io.cpp(517,1): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\obj_io.cpp(659,1): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\image_grabber.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\image_grabber.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\obj_io.cpp(860,1): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\obj_io.cpp(955,11): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13>hdl_grabber.cpp
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\hdl_grabber.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\hdl_grabber.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
13>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\hdl_grabber.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\hdl_grabber.cpp : warning C4005: 'NOMINMAX': macro redefinition
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\hdl_grabber.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\hdl_grabber.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\hdl_grabber.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\hdl_grabber.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\hdl_grabber.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\hdl_grabber.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\hdl_grabber.cpp)
11>LINK : warning LNK4199: /DELAYLOAD:VCOMP140D.dll ignored; no imports found from VCOMP140D.dll
11>pcl_sample_consensus.vcxproj -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\bin\pcl_sample_consensusd.dll
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\ifs_io.cpp(74,5): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\ifs_io.cpp(273,5): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\ifs_io.cpp(389,5): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13>vlp_grabber.cpp
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\vlp_grabber.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\vlp_grabber.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
13>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\vlp_grabber.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\vlp_grabber.cpp : warning C4005: 'NOMINMAX': macro redefinition
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\vlp_grabber.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\vlp_grabber.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\vlp_grabber.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\vlp_grabber.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\vlp_grabber.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
13>robot_eye_grabber.cpp
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\robot_eye_grabber.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\robot_eye_grabber.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
13>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\robot_eye_grabber.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\robot_eye_grabber.cpp : warning C4005: 'NOMINMAX': macro redefinition
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\robot_eye_grabber.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\robot_eye_grabber.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\robot_eye_grabber.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\robot_eye_grabber.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\robot_eye_grabber.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
13>Please define _WIN32_WINNT or _WIN32_WINDOWS appropriately. For example:
13>- add -D_WIN32_WINNT=0x0601 to the compiler command line; or
13>- add _WIN32_WINNT=0x0601 to your project's Preprocessor Definitions.
13>Assuming _WIN32_WINNT=0x0601 (i.e. Windows 7 target).
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\image_grabber.cpp(464,21): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\vlp_grabber.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\vlp_grabber.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\robot_eye_grabber.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\robot_eye_grabber.cpp)
11>Done building project "pcl_sample_consensus.vcxproj".
14>------ Rebuild All started: Project: pcl_filters, Configuration: Debug x64 ------
13>Please define _WIN32_WINNT or _WIN32_WINDOWS appropriately. For example:
13>- add -D_WIN32_WINNT=0x0601 to the compiler command line; or
13>- add _WIN32_WINNT=0x0601 to your project's Preprocessor Definitions.
13>Assuming _WIN32_WINNT=0x0601 (i.e. Windows 7 target).
13>Please define _WIN32_WINNT or _WIN32_WINDOWS appropriately. For example:
13>- add -D_WIN32_WINNT=0x0601 to the compiler command line; or
13>- add _WIN32_WINNT=0x0601 to your project's Preprocessor Definitions.
13>Assuming _WIN32_WINNT=0x0601 (i.e. Windows 7 target).
13>auto_io.cpp
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\auto_io.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\auto_io.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
13>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\auto_io.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\auto_io.cpp : warning C4005: 'NOMINMAX': macro redefinition
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\auto_io.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\auto_io.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\auto_io.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\auto_io.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\auto_io.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\auto_io.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\auto_io.cpp)
14>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/filters/CMakeLists.txt
14>Performing Custom Build Step
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\auto_io.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\auto_io.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\filters\pcl_filters.dir\Debug\vc142.pdb
14>1 File(s) copied
13>io_exception.cpp
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\io_exception.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\io_exception.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
13>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\io_exception.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\filters\pcl_filters.dir\Debug\vc142.idb
14>1 File(s) copied
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\io_exception.cpp : warning C4005: 'NOMINMAX': macro redefinition
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\io_exception.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\io_exception.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\io_exception.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\io_exception.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\io_exception.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
13>tim_grabber.cpp
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\tim_grabber.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\tim_grabber.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
13>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\tim_grabber.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\tim_grabber.cpp : warning C4005: 'NOMINMAX': macro redefinition
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\tim_grabber.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\tim_grabber.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\tim_grabber.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\tim_grabber.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\tim_grabber.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\tim_grabber.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\tim_grabber.cpp)
14>conditional_removal.cpp
14>convolution.cpp
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\conditional_removal.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\convolution.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\convolution.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
14>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\convolution.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\conditional_removal.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
14>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\conditional_removal.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\convolution.cpp : warning C4005: 'NOMINMAX': macro redefinition
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\convolution.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\conditional_removal.cpp : warning C4005: 'NOMINMAX': macro redefinition
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\conditional_removal.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\convolution.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\conditional_removal.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\convolution.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\conditional_removal.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\convolution.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\conditional_removal.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\conditional_removal.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\convolution.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
14>crop_box.cpp
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\crop_box.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\crop_box.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
14>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\crop_box.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\crop_box.cpp : warning C4005: 'NOMINMAX': macro redefinition
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\crop_box.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\crop_box.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\crop_box.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\crop_box.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\crop_box.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
14>extract_indices.cpp
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\extract_indices.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\extract_indices.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
14>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\extract_indices.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\extract_indices.cpp : warning C4005: 'NOMINMAX': macro redefinition
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\extract_indices.cpp)
13>vtk_lib_io.cpp
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\vtk_lib_io.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\extract_indices.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\extract_indices.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\extract_indices.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\extract_indices.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\vtk_lib_io.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
13>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\vtk_lib_io.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\vtk_lib_io.cpp : warning C4005: 'NOMINMAX': macro redefinition
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\convolution.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\convolution.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\conditional_removal.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\conditional_removal.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\vtk_lib_io.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\vtk_lib_io.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\vtk_lib_io.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\vtk_lib_io.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\crop_box.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\crop_box.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\vtk_lib_io.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\extract_indices.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\extract_indices.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\vtk_lib_io.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\vtk_lib_io.cpp)
14>filter.cpp
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\filter.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\filter.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
14>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\filter.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\filter.cpp : warning C4005: 'NOMINMAX': macro redefinition
13>png_io.cpp
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\filter.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\filter.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\png_io.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\png_io.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
13>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\png_io.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\png_io.cpp : warning C4005: 'NOMINMAX': macro redefinition
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\png_io.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\png_io.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\png_io.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\png_io.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\png_io.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\filter.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\filter.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\filter.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\filter.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\filter.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\png_io.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\png_io.cpp)
13>Please define _WIN32_WINNT or _WIN32_WINDOWS appropriately. For example:
13>- add -D_WIN32_WINNT=0x0601 to the compiler command line; or
13>- add _WIN32_WINNT=0x0601 to your project's Preprocessor Definitions.
13>Assuming _WIN32_WINNT=0x0601 (i.e. Windows 7 target).
14>filter_indices.cpp
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\filter_indices.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\filter_indices.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
14>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\filter_indices.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\filter_indices.cpp : warning C4005: 'NOMINMAX': macro redefinition
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\filter_indices.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\filter_indices.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\filter_indices.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\filter_indices.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\filter_indices.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\vtk_lib_io.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\vtk_lib_io.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\filter_indices.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\filter_indices.cpp)
13>libpng_wrapper.cpp
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\libpng_wrapper.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\libpng_wrapper.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
13>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\libpng_wrapper.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\libpng_wrapper.cpp : warning C4005: 'NOMINMAX': macro redefinition
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\libpng_wrapper.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\libpng_wrapper.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\libpng_wrapper.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\libpng_wrapper.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\libpng_wrapper.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\libpng_wrapper.cpp)
13>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\io\src\libpng_wrapper.cpp)
14>passthrough.cpp
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\passthrough.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\passthrough.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
14>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\passthrough.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\passthrough.cpp : warning C4005: 'NOMINMAX': macro redefinition
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\passthrough.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\passthrough.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\passthrough.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\passthrough.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\passthrough.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\passthrough.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\passthrough.cpp)
14>shadowpoints.cpp
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\shadowpoints.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\shadowpoints.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
14>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\shadowpoints.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\shadowpoints.cpp : warning C4005: 'NOMINMAX': macro redefinition
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\shadowpoints.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\shadowpoints.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\shadowpoints.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\shadowpoints.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\shadowpoints.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
14>project_inliers.cpp
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\project_inliers.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\project_inliers.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
14>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\project_inliers.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\project_inliers.cpp : warning C4005: 'NOMINMAX': macro redefinition
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\project_inliers.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\project_inliers.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\project_inliers.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\project_inliers.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\project_inliers.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\shadowpoints.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\shadowpoints.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\project_inliers.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\project_inliers.cpp)
14>radius_outlier_removal.cpp
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\radius_outlier_removal.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\radius_outlier_removal.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
14>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\radius_outlier_removal.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\radius_outlier_removal.cpp : warning C4005: 'NOMINMAX': macro redefinition
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\radius_outlier_removal.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\radius_outlier_removal.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\radius_outlier_removal.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\radius_outlier_removal.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\radius_outlier_removal.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\radius_outlier_removal.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\radius_outlier_removal.cpp)
14>random_sample.cpp
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\random_sample.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\random_sample.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
14>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\random_sample.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\random_sample.cpp : warning C4005: 'NOMINMAX': macro redefinition
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\random_sample.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\random_sample.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\random_sample.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\random_sample.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\random_sample.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
14>normal_space.cpp
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\normal_space.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\normal_space.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
14>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\normal_space.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\normal_space.cpp : warning C4005: 'NOMINMAX': macro redefinition
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\normal_space.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\normal_space.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\normal_space.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\normal_space.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\normal_space.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\random_sample.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\random_sample.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\normal_space.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\normal_space.cpp)
14>sampling_surface_normal.cpp
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\sampling_surface_normal.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\sampling_surface_normal.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
14>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\sampling_surface_normal.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\sampling_surface_normal.cpp : warning C4005: 'NOMINMAX': macro redefinition
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\sampling_surface_normal.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\sampling_surface_normal.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\sampling_surface_normal.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\sampling_surface_normal.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\sampling_surface_normal.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\sampling_surface_normal.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\sampling_surface_normal.cpp)
13>Done building project "pcl_io.vcxproj" -- FAILED.
15>------ Rebuild All started: Project: pcl_ml, Configuration: Debug x64 ------
15>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/ml/CMakeLists.txt
14>statistical_outlier_removal.cpp
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\statistical_outlier_removal.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\statistical_outlier_removal.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
14>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\statistical_outlier_removal.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\statistical_outlier_removal.cpp : warning C4005: 'NOMINMAX': macro redefinition
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\statistical_outlier_removal.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\statistical_outlier_removal.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\statistical_outlier_removal.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\statistical_outlier_removal.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\statistical_outlier_removal.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\statistical_outlier_removal.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\statistical_outlier_removal.cpp)
15>Performing Custom Build Step
14>voxel_grid.cpp
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\voxel_grid.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\voxel_grid.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
14>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\voxel_grid.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\voxel_grid.cpp : warning C4005: 'NOMINMAX': macro redefinition
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\voxel_grid.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\voxel_grid.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\voxel_grid.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\voxel_grid.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\voxel_grid.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
15>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\ml\pcl_ml.dir\Debug\vc142.pdb
15>1 File(s) copied
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\voxel_grid.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\voxel_grid.cpp)
15>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\ml\pcl_ml.dir\Debug\vc142.idb
15>1 File(s) copied
14>approximate_voxel_grid.cpp
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\approximate_voxel_grid.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\approximate_voxel_grid.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
14>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\approximate_voxel_grid.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\approximate_voxel_grid.cpp : warning C4005: 'NOMINMAX': macro redefinition
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\approximate_voxel_grid.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\approximate_voxel_grid.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\approximate_voxel_grid.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\approximate_voxel_grid.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\approximate_voxel_grid.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\approximate_voxel_grid.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\approximate_voxel_grid.cpp)
14>bilateral.cpp
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\bilateral.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\bilateral.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
14>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\bilateral.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\bilateral.cpp : warning C4005: 'NOMINMAX': macro redefinition
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\bilateral.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\bilateral.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\bilateral.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\bilateral.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\bilateral.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\bilateral.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\bilateral.cpp)
15>point_xy_32i.cpp
15>point_xy_32f.cpp
15>densecrf.cpp
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\point_xy_32f.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\point_xy_32i.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
15>pairwise_potential.cpp
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\densecrf.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\pairwise_potential.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\point_xy_32f.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
15>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\point_xy_32f.cpp)
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\point_xy_32f.cpp : warning C4005: 'NOMINMAX': macro redefinition
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\point_xy_32f.cpp)
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\point_xy_32f.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\point_xy_32f.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\point_xy_32f.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\point_xy_32f.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\point_xy_32f.cpp)
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\point_xy_32f.cpp)
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\densecrf.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
15>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\densecrf.cpp)
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\densecrf.cpp : warning C4005: 'NOMINMAX': macro redefinition
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\densecrf.cpp)
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\densecrf.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\densecrf.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\densecrf.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\densecrf.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\point_xy_32i.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
15>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\point_xy_32i.cpp)
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\point_xy_32i.cpp : warning C4005: 'NOMINMAX': macro redefinition
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\point_xy_32i.cpp)
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\point_xy_32i.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\point_xy_32i.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\point_xy_32i.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\point_xy_32i.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\pairwise_potential.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
15>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\pairwise_potential.cpp)
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\pairwise_potential.cpp : warning C4005: 'NOMINMAX': macro redefinition
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\pairwise_potential.cpp)
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\point_xy_32i.cpp)
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\point_xy_32i.cpp)
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\pairwise_potential.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\pairwise_potential.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\pairwise_potential.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\pairwise_potential.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
15>permutohedral.cpp
15>svm_wrapper.cpp
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\permutohedral.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm_wrapper.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\permutohedral.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
15>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\permutohedral.cpp)
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\permutohedral.cpp : warning C4005: 'NOMINMAX': macro redefinition
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\permutohedral.cpp)
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm_wrapper.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
15>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm_wrapper.cpp)
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\permutohedral.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm_wrapper.cpp : warning C4005: 'NOMINMAX': macro redefinition
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm_wrapper.cpp)
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\permutohedral.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\permutohedral.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\permutohedral.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm_wrapper.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm_wrapper.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm_wrapper.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm_wrapper.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm_wrapper.cpp)
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm_wrapper.cpp)
15>svm.cpp
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
15>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm.cpp)
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm.cpp : warning C4005: 'NOMINMAX': macro redefinition
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm.cpp)
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm_wrapper.cpp(274,14): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm_wrapper.cpp(294,5): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm_wrapper.cpp(300,17): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm_wrapper.cpp(329,15): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm_wrapper.cpp(363,15): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm_wrapper.cpp(365,15): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm_wrapper.cpp(367,13): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm.cpp(125,3): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm.cpp(3001,14): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm.cpp(3139,14): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm.cpp(3167,15): warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm.cpp(3170,13): warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm.cpp(3191,13): warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm.cpp(3212,13): warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm.cpp(3214,13): warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm.cpp(3216,13): warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm.cpp(3218,13): warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm.cpp(3220,13): warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm.cpp(3226,15): warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm.cpp(3233,15): warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm.cpp(3240,15): warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm.cpp(3247,15): warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm.cpp(3254,15): warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm.cpp(3261,13): warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm.cpp(3264,13): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm.cpp(3267,21): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm.cpp(3284,15): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm.cpp(3324,5): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm.cpp(3327,17): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm.cpp(3360,15): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm.cpp(3364,11): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm.cpp(3371,19): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\svm.cpp(3372,19): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
15>kmeans.cpp
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\kmeans.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\kmeans.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
15>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\kmeans.cpp)
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\kmeans.cpp : warning C4005: 'NOMINMAX': macro redefinition
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\kmeans.cpp)
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\kmeans.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\kmeans.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\kmeans.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
15>C:\Home\Projects\Github\PointCloudLibrary\pcl\ml\src\kmeans.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
15> Creating library C:/Home/Projects/Github/PointCloudLibrary/buildMar1/lib/pcl_mld.lib and object C:/Home/Projects/Github/PointCloudLibrary/buildMar1/lib/pcl_mld.exp
15>LINK : warning LNK4199: /DELAYLOAD:VCOMP140D.dll ignored; no imports found from VCOMP140D.dll
15>pcl_ml.vcxproj -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\bin\pcl_mld.dll
14>fast_bilateral.cpp
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\fast_bilateral.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\fast_bilateral.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
14>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\fast_bilateral.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\fast_bilateral.cpp : warning C4005: 'NOMINMAX': macro redefinition
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\fast_bilateral.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\fast_bilateral.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\fast_bilateral.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\fast_bilateral.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\fast_bilateral.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
14>fast_bilateral_omp.cpp
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\fast_bilateral_omp.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\fast_bilateral_omp.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
14>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\fast_bilateral_omp.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\fast_bilateral_omp.cpp : warning C4005: 'NOMINMAX': macro redefinition
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\fast_bilateral_omp.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\fast_bilateral_omp.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\fast_bilateral_omp.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\fast_bilateral_omp.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\fast_bilateral_omp.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\fast_bilateral.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\fast_bilateral.cpp)
14>crop_hull.cpp
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\crop_hull.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\crop_hull.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
14>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\crop_hull.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\crop_hull.cpp : warning C4005: 'NOMINMAX': macro redefinition
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\crop_hull.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\crop_hull.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\crop_hull.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\crop_hull.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\crop_hull.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\fast_bilateral_omp.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\fast_bilateral_omp.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\crop_hull.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\crop_hull.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\include\pcl/filters/impl/fast_bilateral_omp.hpp(52,16): error C3861: 'omp_get_num_procs': identifier not found (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\fast_bilateral_omp.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\include\pcl/filters/impl/fast_bilateral_omp.hpp(49): message : while compiling class template member function 'void pcl::FastBilateralFilterOMP<pcl::PointXYZ>::setNumberOfThreads(unsigned int)' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\fast_bilateral_omp.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\include\pcl/filters/fast_bilateral_omp.h(76): message : see reference to function template instantiation 'void pcl::FastBilateralFilterOMP<pcl::PointXYZ>::setNumberOfThreads(unsigned int)' being compiled (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\fast_bilateral_omp.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\fast_bilateral_omp.cpp(47): message : see reference to class template instantiation 'pcl::FastBilateralFilterOMP<pcl::PointXYZ>' being compiled
14>voxel_grid_covariance.cpp
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\voxel_grid_covariance.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\voxel_grid_covariance.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
14>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\voxel_grid_covariance.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\voxel_grid_covariance.cpp : warning C4005: 'NOMINMAX': macro redefinition
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\voxel_grid_covariance.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\voxel_grid_covariance.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\voxel_grid_covariance.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\voxel_grid_covariance.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\voxel_grid_covariance.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\voxel_grid_covariance.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\voxel_grid_covariance.cpp)
15>Done building project "pcl_ml.vcxproj".
16>------ Rebuild All started: Project: pcl_visualization, Configuration: Debug x64 ------
14>voxel_grid_label.cpp
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\voxel_grid_label.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\voxel_grid_label.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
14>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\voxel_grid_label.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\voxel_grid_label.cpp : warning C4005: 'NOMINMAX': macro redefinition
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\voxel_grid_label.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\voxel_grid_label.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\voxel_grid_label.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\voxel_grid_label.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\voxel_grid_label.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\voxel_grid_label.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\voxel_grid_label.cpp)
16>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/visualization/CMakeLists.txt
16>Performing Custom Build Step
14>frustum_culling.cpp
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\frustum_culling.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\frustum_culling.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
14>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\frustum_culling.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\frustum_culling.cpp : warning C4005: 'NOMINMAX': macro redefinition
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\frustum_culling.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\frustum_culling.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\frustum_culling.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\frustum_culling.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\frustum_culling.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\visualization\pcl_visualization.dir\Debug\vc142.pdb
16>1 File(s) copied
16>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\visualization\pcl_visualization.dir\Debug\vc142.idb
16>1 File(s) copied
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\frustum_culling.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\frustum_culling.cpp)
16>point_picking_event.cpp
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\point_picking_event.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\point_picking_event.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
16>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\point_picking_event.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\point_picking_event.cpp : warning C4005: 'NOMINMAX': macro redefinition
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\point_picking_event.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\point_picking_event.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\point_picking_event.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\point_picking_event.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\point_picking_event.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
16>interactor_style.cpp
16>point_cloud_handlers.cpp
16>pcl_visualizer.cpp
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\pcl_visualizer.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\point_cloud_handlers.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\interactor_style.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\pcl_visualizer.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
16>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\pcl_visualizer.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\pcl_visualizer.cpp : warning C4005: 'NOMINMAX': macro redefinition
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\pcl_visualizer.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\pcl_visualizer.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\pcl_visualizer.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\pcl_visualizer.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\pcl_visualizer.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\point_cloud_handlers.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
16>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\point_cloud_handlers.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\interactor_style.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
16>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\interactor_style.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\point_cloud_handlers.cpp : warning C4005: 'NOMINMAX': macro redefinition
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\point_cloud_handlers.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\interactor_style.cpp : warning C4005: 'NOMINMAX': macro redefinition
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\interactor_style.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\interactor_style.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\interactor_style.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\interactor_style.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\point_cloud_handlers.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\interactor_style.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\point_cloud_handlers.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\point_cloud_handlers.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\point_cloud_handlers.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\point_cloud_handlers.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\point_cloud_handlers.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\interactor_style.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\interactor_style.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\point_picking_event.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\point_picking_event.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\pcl_visualizer.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\pcl_visualizer.cpp)
14>covariance_sampling.cpp
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\covariance_sampling.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\covariance_sampling.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
14>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\covariance_sampling.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\covariance_sampling.cpp : warning C4005: 'NOMINMAX': macro redefinition
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\covariance_sampling.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\covariance_sampling.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\covariance_sampling.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\covariance_sampling.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\covariance_sampling.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\covariance_sampling.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\covariance_sampling.cpp)
16>histogram_visualizer.cpp
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\histogram_visualizer.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\histogram_visualizer.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
16>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\histogram_visualizer.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\histogram_visualizer.cpp : warning C4005: 'NOMINMAX': macro redefinition
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\histogram_visualizer.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\histogram_visualizer.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\histogram_visualizer.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\histogram_visualizer.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\histogram_visualizer.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
14>median_filter.cpp
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\median_filter.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\median_filter.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
14>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\median_filter.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\median_filter.cpp : warning C4005: 'NOMINMAX': macro redefinition
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\median_filter.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\median_filter.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\median_filter.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\median_filter.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\median_filter.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\median_filter.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\median_filter.cpp)
14>uniform_sampling.cpp
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\uniform_sampling.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\uniform_sampling.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
14>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\uniform_sampling.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\uniform_sampling.cpp : warning C4005: 'NOMINMAX': macro redefinition
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\uniform_sampling.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\uniform_sampling.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\uniform_sampling.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\uniform_sampling.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\uniform_sampling.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\histogram_visualizer.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\histogram_visualizer.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\uniform_sampling.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\uniform_sampling.cpp)
16>common.cpp
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\common.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\common.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
16>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\common.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\common.cpp : warning C4005: 'NOMINMAX': macro redefinition
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\common.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\common.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\common.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\common.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\common.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\interactor_style.cpp(862,7): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
14>voxel_grid_occlusion_estimation.cpp
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\voxel_grid_occlusion_estimation.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\interactor_style.cpp(865,7): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\voxel_grid_occlusion_estimation.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
14>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\voxel_grid_occlusion_estimation.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\voxel_grid_occlusion_estimation.cpp : warning C4005: 'NOMINMAX': macro redefinition
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\voxel_grid_occlusion_estimation.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\voxel_grid_occlusion_estimation.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\voxel_grid_occlusion_estimation.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\voxel_grid_occlusion_estimation.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\voxel_grid_occlusion_estimation.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\voxel_grid_occlusion_estimation.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\voxel_grid_occlusion_estimation.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\common.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\common.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\pcl_visualizer.cpp(4505,3): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
16>io.cpp
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\io.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\io.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
16>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\io.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\io.cpp : warning C4005: 'NOMINMAX': macro redefinition
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\io.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\io.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\io.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\io.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\io.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
16>shapes.cpp
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\shapes.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\shapes.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
16>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\shapes.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\shapes.cpp : warning C4005: 'NOMINMAX': macro redefinition
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\shapes.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\shapes.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\shapes.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\shapes.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\shapes.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\shapes.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\shapes.cpp)
16>ren_win_interact_map.cpp
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\ren_win_interact_map.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\ren_win_interact_map.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
16>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\ren_win_interact_map.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\ren_win_interact_map.cpp : warning C4005: 'NOMINMAX': macro redefinition
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\ren_win_interact_map.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\ren_win_interact_map.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\ren_win_interact_map.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\ren_win_interact_map.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\ren_win_interact_map.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\io.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\io.cpp)
16>cloud_viewer.cpp
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\cloud_viewer.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\cloud_viewer.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
16>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\cloud_viewer.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\cloud_viewer.cpp : warning C4005: 'NOMINMAX': macro redefinition
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\cloud_viewer.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\cloud_viewer.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\cloud_viewer.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\cloud_viewer.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
14>normal_refinement.cpp
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\cloud_viewer.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\normal_refinement.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\normal_refinement.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
14>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\normal_refinement.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\normal_refinement.cpp : warning C4005: 'NOMINMAX': macro redefinition
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\normal_refinement.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\normal_refinement.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\normal_refinement.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\normal_refinement.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\normal_refinement.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\cloud_viewer.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\cloud_viewer.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\normal_refinement.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\normal_refinement.cpp)
14>grid_minimum.cpp
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\grid_minimum.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\grid_minimum.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
14>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\grid_minimum.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\grid_minimum.cpp : warning C4005: 'NOMINMAX': macro redefinition
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\grid_minimum.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\grid_minimum.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\grid_minimum.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\grid_minimum.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\grid_minimum.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\io.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\io.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\grid_minimum.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\grid_minimum.cpp)
16>image_viewer.cpp
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\image_viewer.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\image_viewer.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
16>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\image_viewer.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\image_viewer.cpp : warning C4005: 'NOMINMAX': macro redefinition
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\image_viewer.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\image_viewer.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\image_viewer.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\image_viewer.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
14>morphological_filter.cpp
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\image_viewer.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\morphological_filter.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\morphological_filter.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
14>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\morphological_filter.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\morphological_filter.cpp : warning C4005: 'NOMINMAX': macro redefinition
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\morphological_filter.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\morphological_filter.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\morphological_filter.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\morphological_filter.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\morphological_filter.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\morphological_filter.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\image_viewer.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\morphological_filter.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\image_viewer.cpp)
16>window.cpp
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\window.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\window.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
16>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\window.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\window.cpp : warning C4005: 'NOMINMAX': macro redefinition
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\window.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\window.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\window.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\window.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\window.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
14>local_maximum.cpp
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\local_maximum.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\window.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\window.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\local_maximum.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
14>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\local_maximum.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\local_maximum.cpp : warning C4005: 'NOMINMAX': macro redefinition
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\local_maximum.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\local_maximum.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\local_maximum.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\local_maximum.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\local_maximum.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
16>range_image_visualizer.cpp
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\local_maximum.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\local_maximum.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\range_image_visualizer.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\range_image_visualizer.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
16>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\range_image_visualizer.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\range_image_visualizer.cpp : warning C4005: 'NOMINMAX': macro redefinition
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\range_image_visualizer.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\range_image_visualizer.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\range_image_visualizer.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\range_image_visualizer.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\range_image_visualizer.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\range_image_visualizer.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\range_image_visualizer.cpp)
14>model_outlier_removal.cpp
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\model_outlier_removal.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\model_outlier_removal.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
14>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\model_outlier_removal.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\model_outlier_removal.cpp : warning C4005: 'NOMINMAX': macro redefinition
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\model_outlier_removal.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\model_outlier_removal.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\model_outlier_removal.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\model_outlier_removal.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\model_outlier_removal.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\model_outlier_removal.cpp)
14>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\filters\src\model_outlier_removal.cpp)
16>float_image_utils.cpp
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\float_image_utils.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\float_image_utils.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
16>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\float_image_utils.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\float_image_utils.cpp : warning C4005: 'NOMINMAX': macro redefinition
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\float_image_utils.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\float_image_utils.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\float_image_utils.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\float_image_utils.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\common\float_image_utils.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
16>pcl_image_canvas_source_2d.cpp
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\vtk\pcl_image_canvas_source_2d.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\vtk\pcl_image_canvas_source_2d.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
16>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\vtk\pcl_image_canvas_source_2d.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\vtk\pcl_image_canvas_source_2d.cpp : warning C4005: 'NOMINMAX': macro redefinition
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\vtk\pcl_image_canvas_source_2d.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\vtk\pcl_image_canvas_source_2d.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\vtk\pcl_image_canvas_source_2d.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\vtk\pcl_image_canvas_source_2d.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\vtk\pcl_image_canvas_source_2d.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
16>pcl_context_item.cpp
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\vtk\pcl_context_item.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\vtk\pcl_context_item.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
16>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\vtk\pcl_context_item.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\vtk\pcl_context_item.cpp : warning C4005: 'NOMINMAX': macro redefinition
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\vtk\pcl_context_item.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\vtk\pcl_context_item.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\vtk\pcl_context_item.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\vtk\pcl_context_item.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\vtk\pcl_context_item.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
14>Done building project "pcl_filters.vcxproj" -- FAILED.
17>------ Rebuild All started: Project: pcl_features, Configuration: Debug x64 ------
16>vtkRenderWindowInteractorFix.cpp
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\vtk\vtkRenderWindowInteractorFix.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\vtk\vtkRenderWindowInteractorFix.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
16>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\vtk\vtkRenderWindowInteractorFix.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\vtk\vtkRenderWindowInteractorFix.cpp : warning C4005: 'NOMINMAX': macro redefinition
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\vtk\vtkRenderWindowInteractorFix.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\vtk\vtkRenderWindowInteractorFix.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\vtk\vtkRenderWindowInteractorFix.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\vtk\vtkRenderWindowInteractorFix.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\vtk\vtkRenderWindowInteractorFix.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
16>pcl_painter2D.cpp
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\pcl_painter2D.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\pcl_painter2D.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
16>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\pcl_painter2D.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\pcl_painter2D.cpp : warning C4005: 'NOMINMAX': macro redefinition
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\pcl_painter2D.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\pcl_painter2D.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\pcl_painter2D.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\pcl_painter2D.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\pcl_painter2D.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\pcl_painter2D.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\pcl_painter2D.cpp)
16>pcl_plotter.cpp
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\pcl_plotter.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\pcl_plotter.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
16>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\pcl_plotter.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\pcl_plotter.cpp : warning C4005: 'NOMINMAX': macro redefinition
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\pcl_plotter.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\pcl_plotter.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\pcl_plotter.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\pcl_plotter.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\pcl_plotter.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
17>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/features/CMakeLists.txt
17>Performing Custom Build Step
17>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\features\pcl_features.dir\Debug\vc142.pdb
17>1 File(s) copied
17>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\features\pcl_features.dir\Debug\vc142.idb
17>1 File(s) copied
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\pcl_plotter.cpp)
16>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\visualization\src\pcl_plotter.cpp)
17>board.cpp
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\board.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
17>flare.cpp
17>brisk_2d.cpp
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\flare.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\brisk_2d.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\flare.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
17>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\flare.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\flare.cpp : warning C4005: 'NOMINMAX': macro redefinition
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\flare.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\flare.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\flare.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\flare.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\flare.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\board.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
17>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\board.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\board.cpp : warning C4005: 'NOMINMAX': macro redefinition
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\board.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\board.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\board.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\board.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\board.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\brisk_2d.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
17>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\brisk_2d.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\brisk_2d.cpp : warning C4005: 'NOMINMAX': macro redefinition
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\brisk_2d.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\brisk_2d.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\brisk_2d.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\brisk_2d.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\brisk_2d.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
17>boundary.cpp
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\boundary.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\boundary.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
17>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\boundary.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\boundary.cpp : warning C4005: 'NOMINMAX': macro redefinition
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\boundary.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\boundary.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\boundary.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\boundary.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\boundary.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
17>cppf.cpp
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\cppf.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\cppf.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
17>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\cppf.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\cppf.cpp : warning C4005: 'NOMINMAX': macro redefinition
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\cppf.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\cppf.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\cppf.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\cppf.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\cppf.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\flare.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\flare.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\board.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\board.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\boundary.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\boundary.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\cppf.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\cppf.cpp)
17>cvfh.cpp
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\cvfh.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\cvfh.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
17>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\cvfh.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\cvfh.cpp : warning C4005: 'NOMINMAX': macro redefinition
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\cvfh.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\cvfh.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\cvfh.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\cvfh.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\cvfh.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\cvfh.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\cvfh.cpp)
17>our_cvfh.cpp
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\our_cvfh.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\our_cvfh.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
17>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\our_cvfh.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\our_cvfh.cpp : warning C4005: 'NOMINMAX': macro redefinition
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\our_cvfh.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\our_cvfh.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\our_cvfh.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\our_cvfh.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\our_cvfh.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
17>crh.cpp
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\crh.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\crh.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
17>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\crh.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\crh.cpp : warning C4005: 'NOMINMAX': macro redefinition
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\crh.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\crh.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\crh.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\crh.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\crh.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\our_cvfh.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\our_cvfh.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\crh.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\crh.cpp)
16>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_iod.lib'
16>Done building project "pcl_visualization.vcxproj" -- FAILED.
18>------ Rebuild All started: Project: pcl_surface, Configuration: Debug x64 ------
18>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/surface/CMakeLists.txt
18>Performing Custom Build Step
18>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\surface\pcl_surface.dir\Debug\vc142.pdb
18>1 File(s) copied
18>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\surface\pcl_surface.dir\Debug\vc142.idb
18>1 File(s) copied
17>don.cpp
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\don.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\don.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
17>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\don.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\don.cpp : warning C4005: 'NOMINMAX': macro redefinition
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\don.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\don.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\don.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\don.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\don.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
18>processing.cpp
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\processing.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
18>ear_clipping.cpp
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\ear_clipping.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
18>gp3.cpp
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\don.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\ear_clipping.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
18>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\ear_clipping.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\ear_clipping.cpp : warning C4005: 'NOMINMAX': macro redefinition
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\ear_clipping.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\don.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\ear_clipping.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\ear_clipping.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\ear_clipping.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\ear_clipping.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\processing.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
18>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\processing.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\processing.cpp : warning C4005: 'NOMINMAX': macro redefinition
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\processing.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\processing.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\processing.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\processing.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\processing.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\gp3.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
18>grid_projection.cpp
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\grid_projection.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\gp3.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
18>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\gp3.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\gp3.cpp : warning C4005: 'NOMINMAX': macro redefinition
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\gp3.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\gp3.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\gp3.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\gp3.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\gp3.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\grid_projection.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
18>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\grid_projection.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\grid_projection.cpp : warning C4005: 'NOMINMAX': macro redefinition
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\grid_projection.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\grid_projection.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\grid_projection.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\grid_projection.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\grid_projection.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\processing.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\processing.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\ear_clipping.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\ear_clipping.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\gp3.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\gp3.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\grid_projection.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\grid_projection.cpp)
18>marching_cubes.cpp
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\marching_cubes.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\marching_cubes.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
18>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\marching_cubes.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\marching_cubes.cpp : warning C4005: 'NOMINMAX': macro redefinition
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\marching_cubes.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\marching_cubes.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\marching_cubes.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\marching_cubes.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\marching_cubes.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\marching_cubes.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\marching_cubes.cpp)
17>fpfh.cpp
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\fpfh.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\fpfh.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
17>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\fpfh.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\fpfh.cpp : warning C4005: 'NOMINMAX': macro redefinition
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\fpfh.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\fpfh.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\fpfh.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\fpfh.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\fpfh.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\fpfh.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\fpfh.cpp)
18>marching_cubes_hoppe.cpp
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\marching_cubes_hoppe.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\marching_cubes_hoppe.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
18>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\marching_cubes_hoppe.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\marching_cubes_hoppe.cpp : warning C4005: 'NOMINMAX': macro redefinition
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\marching_cubes_hoppe.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\marching_cubes_hoppe.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\marching_cubes_hoppe.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\marching_cubes_hoppe.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\marching_cubes_hoppe.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\marching_cubes_hoppe.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\marching_cubes_hoppe.cpp)
17>from_meshes.cpp
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\from_meshes.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\from_meshes.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
17>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\from_meshes.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\from_meshes.cpp : warning C4005: 'NOMINMAX': macro redefinition
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\from_meshes.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\from_meshes.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\from_meshes.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\from_meshes.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\from_meshes.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\include\pcl/features/impl/fpfh_omp.hpp(56,16): error C3861: 'omp_get_num_procs': identifier not found (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\fpfh.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\include\pcl/features/impl/fpfh_omp.hpp(53): message : while compiling class template member function 'void pcl::FPFHEstimationOMP<pcl::PointXYZ,pcl::Normal,pcl::FPFHSignature33>::setNumberOfThreads(unsigned int)' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\fpfh.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\include\pcl/features/fpfh_omp.h(101): message : see reference to function template instantiation 'void pcl::FPFHEstimationOMP<pcl::PointXYZ,pcl::Normal,pcl::FPFHSignature33>::setNumberOfThreads(unsigned int)' being compiled (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\fpfh.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\fpfh.cpp(48): message : see reference to class template instantiation 'pcl::FPFHEstimationOMP<pcl::PointXYZ,pcl::Normal,pcl::FPFHSignature33>' being compiled
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\from_meshes.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\from_meshes.cpp)
17>gasd.cpp
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\gasd.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\gasd.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
17>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\gasd.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\gasd.cpp : warning C4005: 'NOMINMAX': macro redefinition
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\gasd.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\gasd.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\gasd.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\gasd.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\gasd.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\gasd.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\gasd.cpp)
17>gfpfh.cpp
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\gfpfh.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\gfpfh.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
17>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\gfpfh.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\gfpfh.cpp : warning C4005: 'NOMINMAX': macro redefinition
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\gfpfh.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\gfpfh.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\gfpfh.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\gfpfh.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\gfpfh.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\gfpfh.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\gfpfh.cpp)
18>marching_cubes_rbf.cpp
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\marching_cubes_rbf.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\marching_cubes_rbf.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
18>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\marching_cubes_rbf.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\marching_cubes_rbf.cpp : warning C4005: 'NOMINMAX': macro redefinition
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\marching_cubes_rbf.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\marching_cubes_rbf.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\marching_cubes_rbf.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\marching_cubes_rbf.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\marching_cubes_rbf.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\marching_cubes_rbf.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\marching_cubes_rbf.cpp)
18>bilateral_upsampling.cpp
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\bilateral_upsampling.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\bilateral_upsampling.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
18>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\bilateral_upsampling.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\bilateral_upsampling.cpp : warning C4005: 'NOMINMAX': macro redefinition
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\bilateral_upsampling.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\bilateral_upsampling.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\bilateral_upsampling.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\bilateral_upsampling.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\bilateral_upsampling.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\bilateral_upsampling.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\bilateral_upsampling.cpp)
18>mls.cpp
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\mls.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\mls.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
18>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\mls.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\mls.cpp : warning C4005: 'NOMINMAX': macro redefinition
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\mls.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\mls.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\mls.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\mls.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\mls.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
17>integral_image_normal.cpp
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\integral_image_normal.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\integral_image_normal.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
17>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\integral_image_normal.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\integral_image_normal.cpp : warning C4005: 'NOMINMAX': macro redefinition
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\integral_image_normal.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\integral_image_normal.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\integral_image_normal.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\integral_image_normal.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\integral_image_normal.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\mls.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\mls.cpp)
18>organized_fast_mesh.cpp
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\organized_fast_mesh.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\organized_fast_mesh.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
18>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\organized_fast_mesh.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\organized_fast_mesh.cpp : warning C4005: 'NOMINMAX': macro redefinition
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\organized_fast_mesh.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\organized_fast_mesh.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\integral_image_normal.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\organized_fast_mesh.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\organized_fast_mesh.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\organized_fast_mesh.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\organized_fast_mesh.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\integral_image_normal.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\organized_fast_mesh.cpp)
17>intensity_gradient.cpp
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\intensity_gradient.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\intensity_gradient.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
17>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\intensity_gradient.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\intensity_gradient.cpp : warning C4005: 'NOMINMAX': macro redefinition
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\intensity_gradient.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\intensity_gradient.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\intensity_gradient.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\intensity_gradient.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\intensity_gradient.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
18>simplification_remove_unused_vertices.cpp
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\simplification_remove_unused_vertices.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\simplification_remove_unused_vertices.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
18>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\simplification_remove_unused_vertices.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\simplification_remove_unused_vertices.cpp : warning C4005: 'NOMINMAX': macro redefinition
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\simplification_remove_unused_vertices.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\simplification_remove_unused_vertices.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\simplification_remove_unused_vertices.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\simplification_remove_unused_vertices.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\simplification_remove_unused_vertices.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
18>surfel_smoothing.cpp
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\surfel_smoothing.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\surfel_smoothing.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
18>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\surfel_smoothing.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\surfel_smoothing.cpp : warning C4005: 'NOMINMAX': macro redefinition
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\surfel_smoothing.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\surfel_smoothing.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\surfel_smoothing.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\surfel_smoothing.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\surfel_smoothing.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\intensity_gradient.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\intensity_gradient.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\surfel_smoothing.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\surfel_smoothing.cpp)
17>intensity_spin.cpp
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\intensity_spin.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\intensity_spin.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
17>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\intensity_spin.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\intensity_spin.cpp : warning C4005: 'NOMINMAX': macro redefinition
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\intensity_spin.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\intensity_spin.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\intensity_spin.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\intensity_spin.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\intensity_spin.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\intensity_spin.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\intensity_spin.cpp)
18>texture_mapping.cpp
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\texture_mapping.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\texture_mapping.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
18>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\texture_mapping.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\texture_mapping.cpp : warning C4005: 'NOMINMAX': macro redefinition
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\texture_mapping.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\texture_mapping.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\texture_mapping.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\texture_mapping.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\texture_mapping.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
18>vtk_utils.cpp
17>linear_least_squares_normal.cpp
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\linear_least_squares_normal.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\linear_least_squares_normal.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
17>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\linear_least_squares_normal.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\linear_least_squares_normal.cpp : warning C4005: 'NOMINMAX': macro redefinition
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\linear_least_squares_normal.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\linear_least_squares_normal.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\linear_least_squares_normal.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\linear_least_squares_normal.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\linear_least_squares_normal.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_utils.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_utils.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
18>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_utils.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_utils.cpp : warning C4005: 'NOMINMAX': macro redefinition
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_utils.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_utils.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_utils.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_utils.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_utils.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\texture_mapping.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\texture_mapping.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\linear_least_squares_normal.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\linear_least_squares_normal.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_utils.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_utils.cpp)
18>vtk_mesh_subdivision.cpp
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_mesh_subdivision.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_mesh_subdivision.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
18>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_mesh_subdivision.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_mesh_subdivision.cpp : warning C4005: 'NOMINMAX': macro redefinition
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_mesh_subdivision.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_mesh_subdivision.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_mesh_subdivision.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_mesh_subdivision.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_mesh_subdivision.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_mesh_subdivision.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_mesh_subdivision.cpp)
17>moment_invariants.cpp
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\moment_invariants.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\moment_invariants.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
17>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\moment_invariants.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\moment_invariants.cpp : warning C4005: 'NOMINMAX': macro redefinition
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\moment_invariants.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\moment_invariants.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\moment_invariants.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\moment_invariants.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\moment_invariants.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
17>moment_of_inertia_estimation.cpp
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\moment_invariants.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\moment_invariants.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\moment_of_inertia_estimation.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\moment_of_inertia_estimation.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
17>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\moment_of_inertia_estimation.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\moment_of_inertia_estimation.cpp : warning C4005: 'NOMINMAX': macro redefinition
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\moment_of_inertia_estimation.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\moment_of_inertia_estimation.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\moment_of_inertia_estimation.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\moment_of_inertia_estimation.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\moment_of_inertia_estimation.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\moment_of_inertia_estimation.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\moment_of_inertia_estimation.cpp)
18>vtk_mesh_quadric_decimation.cpp
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_mesh_quadric_decimation.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_mesh_quadric_decimation.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
18>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_mesh_quadric_decimation.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_mesh_quadric_decimation.cpp : warning C4005: 'NOMINMAX': macro redefinition
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_mesh_quadric_decimation.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_mesh_quadric_decimation.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_mesh_quadric_decimation.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_mesh_quadric_decimation.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_mesh_quadric_decimation.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_mesh_quadric_decimation.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_mesh_quadric_decimation.cpp)
17>multiscale_feature_persistence.cpp
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\multiscale_feature_persistence.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\multiscale_feature_persistence.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
17>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\multiscale_feature_persistence.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\multiscale_feature_persistence.cpp : warning C4005: 'NOMINMAX': macro redefinition
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\multiscale_feature_persistence.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\multiscale_feature_persistence.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\multiscale_feature_persistence.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\multiscale_feature_persistence.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\multiscale_feature_persistence.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\multiscale_feature_persistence.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\multiscale_feature_persistence.cpp)
17>narf.cpp
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\narf.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\narf.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
17>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\narf.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\narf.cpp : warning C4005: 'NOMINMAX': macro redefinition
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\narf.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\narf.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\narf.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\narf.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\narf.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\narf.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\narf.cpp)
18>vtk_mesh_smoothing_laplacian.cpp
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_mesh_smoothing_laplacian.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_mesh_smoothing_laplacian.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
18>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_mesh_smoothing_laplacian.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_mesh_smoothing_laplacian.cpp : warning C4005: 'NOMINMAX': macro redefinition
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_mesh_smoothing_laplacian.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_mesh_smoothing_laplacian.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_mesh_smoothing_laplacian.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_mesh_smoothing_laplacian.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_mesh_smoothing_laplacian.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_mesh_smoothing_laplacian.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_mesh_smoothing_laplacian.cpp)
18>vtk_mesh_smoothing_windowed_sinc.cpp
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_mesh_smoothing_windowed_sinc.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_mesh_smoothing_windowed_sinc.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
18>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_mesh_smoothing_windowed_sinc.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_mesh_smoothing_windowed_sinc.cpp : warning C4005: 'NOMINMAX': macro redefinition
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_mesh_smoothing_windowed_sinc.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_mesh_smoothing_windowed_sinc.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_mesh_smoothing_windowed_sinc.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_mesh_smoothing_windowed_sinc.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_mesh_smoothing_windowed_sinc.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_mesh_smoothing_windowed_sinc.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\vtk_smoothing\vtk_mesh_smoothing_windowed_sinc.cpp)
18>poisson.cpp
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\poisson.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\poisson.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
18>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\poisson.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\poisson.cpp : warning C4005: 'NOMINMAX': macro redefinition
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\poisson.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\poisson.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\poisson.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\poisson.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\poisson.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\poisson.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\poisson.cpp)
18>concave_hull.cpp
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\concave_hull.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\concave_hull.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
18>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\concave_hull.cpp)
17>normal_3d.cpp
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\normal_3d.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\concave_hull.cpp : warning C4005: 'NOMINMAX': macro redefinition
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\concave_hull.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\concave_hull.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\concave_hull.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\normal_3d.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
17>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\normal_3d.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\normal_3d.cpp : warning C4005: 'NOMINMAX': macro redefinition
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\normal_3d.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\normal_3d.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\concave_hull.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\concave_hull.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\normal_3d.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\normal_3d.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\concave_hull.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\concave_hull.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\normal_3d.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\normal_3d.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\normal_3d.cpp)
18>convex_hull.cpp
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\convex_hull.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\convex_hull.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
18>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\convex_hull.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\convex_hull.cpp : warning C4005: 'NOMINMAX': macro redefinition
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\convex_hull.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\convex_hull.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\convex_hull.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\convex_hull.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\convex_hull.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\convex_hull.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\convex_hull.cpp)
17>normal_based_signature.cpp
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\normal_based_signature.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\normal_based_signature.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
17>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\normal_based_signature.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\normal_based_signature.cpp : warning C4005: 'NOMINMAX': macro redefinition
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\normal_based_signature.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\normal_based_signature.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\normal_based_signature.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\normal_based_signature.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\normal_based_signature.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\normal_based_signature.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\normal_based_signature.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\include\pcl/surface/impl/poisson.hpp(100,16): error C3861: 'omp_get_num_procs': identifier not found (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\poisson.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\include\pcl/surface/impl/poisson.hpp(97): message : while compiling class template member function 'void pcl::Poisson<pcl::PointNormal>::setThreads(int)' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\poisson.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\poisson.cpp(43): message : see reference to class template instantiation 'pcl::Poisson<pcl::PointNormal>' being compiled
18>bspline_data.cpp
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\3rdparty\poisson4\bspline_data.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\3rdparty\poisson4\bspline_data.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
18>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\3rdparty\poisson4\bspline_data.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\3rdparty\poisson4\bspline_data.cpp : warning C4005: 'NOMINMAX': macro redefinition
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\3rdparty\poisson4\bspline_data.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\3rdparty\poisson4\bspline_data.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\3rdparty\poisson4\bspline_data.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\3rdparty\poisson4\bspline_data.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\3rdparty\poisson4\bspline_data.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\3rdparty\poisson4\bspline_data.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\3rdparty\poisson4\bspline_data.cpp)
18>factor.cpp
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\include\pcl/features/impl/normal_3d_omp.hpp(52,16): error C3861: 'omp_get_num_procs': identifier not found (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\normal_3d.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\include\pcl/features/impl/normal_3d_omp.hpp(49): message : while compiling class template member function 'void pcl::NormalEstimationOMP<pcl::PointSurfel,pcl::Normal>::setNumberOfThreads(unsigned int)' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\normal_3d.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\include\pcl/features/normal_3d_omp.h(80): message : see reference to function template instantiation 'void pcl::NormalEstimationOMP<pcl::PointSurfel,pcl::Normal>::setNumberOfThreads(unsigned int)' being compiled (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\normal_3d.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\normal_3d.cpp(48): message : see reference to class template instantiation 'pcl::NormalEstimationOMP<pcl::PointSurfel,pcl::Normal>' being compiled
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\3rdparty\poisson4\factor.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\3rdparty\poisson4\factor.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
18>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\3rdparty\poisson4\factor.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\3rdparty\poisson4\factor.cpp : warning C4005: 'NOMINMAX': macro redefinition
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\3rdparty\poisson4\factor.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\3rdparty\poisson4\factor.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\3rdparty\poisson4\factor.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\3rdparty\poisson4\factor.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\3rdparty\poisson4\factor.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
17>organized_edge_detection.cpp
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\organized_edge_detection.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\3rdparty\poisson4\factor.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\3rdparty\poisson4\factor.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\organized_edge_detection.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
17>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\organized_edge_detection.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\organized_edge_detection.cpp : warning C4005: 'NOMINMAX': macro redefinition
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\organized_edge_detection.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\organized_edge_detection.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\organized_edge_detection.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\organized_edge_detection.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\organized_edge_detection.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\organized_edge_detection.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\organized_edge_detection.cpp)
18>geometry.cpp
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\3rdparty\poisson4\geometry.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\3rdparty\poisson4\geometry.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
18>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\3rdparty\poisson4\geometry.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\3rdparty\poisson4\geometry.cpp : warning C4005: 'NOMINMAX': macro redefinition
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\3rdparty\poisson4\geometry.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\3rdparty\poisson4\geometry.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\3rdparty\poisson4\geometry.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\3rdparty\poisson4\geometry.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\3rdparty\poisson4\geometry.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\3rdparty\poisson4\geometry.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\3rdparty\poisson4\geometry.cpp)
18>marching_cubes_poisson.cpp
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\3rdparty\poisson4\marching_cubes_poisson.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\3rdparty\poisson4\marching_cubes_poisson.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
18>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\3rdparty\poisson4\marching_cubes_poisson.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\3rdparty\poisson4\marching_cubes_poisson.cpp : warning C4005: 'NOMINMAX': macro redefinition
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\3rdparty\poisson4\marching_cubes_poisson.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\3rdparty\poisson4\marching_cubes_poisson.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\3rdparty\poisson4\marching_cubes_poisson.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\3rdparty\poisson4\marching_cubes_poisson.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\3rdparty\poisson4\marching_cubes_poisson.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\3rdparty\poisson4\marching_cubes_poisson.cpp)
18>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\surface\src\3rdparty\poisson4\marching_cubes_poisson.cpp)
17>pfh.cpp
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\pfh.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\pfh.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
17>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\pfh.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\pfh.cpp : warning C4005: 'NOMINMAX': macro redefinition
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\pfh.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\pfh.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\pfh.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\pfh.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\pfh.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\pfh.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\pfh.cpp)
17>ppf.cpp
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\ppf.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\ppf.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
17>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\ppf.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\ppf.cpp : warning C4005: 'NOMINMAX': macro redefinition
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\ppf.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\ppf.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\ppf.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\ppf.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\ppf.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\ppf.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\ppf.cpp)
17>shot.cpp
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\shot.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\shot.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
17>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\shot.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\shot.cpp : warning C4005: 'NOMINMAX': macro redefinition
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\shot.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\shot.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\shot.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\shot.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\shot.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\shot.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\shot.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\include\pcl/features/impl/shot_omp.hpp(130,16): error C3861: 'omp_get_num_procs': identifier not found (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\shot.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\include\pcl/features/impl/shot_omp.hpp(127): message : while compiling class template member function 'void pcl::SHOTEstimationOMP<pcl::PointXYZ,pcl::Normal,pcl::SHOT352,pcl::ReferenceFrame>::setNumberOfThreads(unsigned int)' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\shot.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\include\pcl/features/shot_omp.h(100): message : see reference to function template instantiation 'void pcl::SHOTEstimationOMP<pcl::PointXYZ,pcl::Normal,pcl::SHOT352,pcl::ReferenceFrame>::setNumberOfThreads(unsigned int)' being compiled (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\shot.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\shot.cpp(50): message : see reference to class template instantiation 'pcl::SHOTEstimationOMP<pcl::PointXYZ,pcl::Normal,pcl::SHOT352,pcl::ReferenceFrame>' being compiled
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\include\pcl/features/impl/shot_omp.hpp(213,16): error C3861: 'omp_get_num_procs': identifier not found (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\shot.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\include\pcl/features/impl/shot_omp.hpp(210): message : while compiling class template member function 'void pcl::SHOTColorEstimationOMP<pcl::PointXYZRGB,pcl::Normal,pcl::SHOT1344,pcl::ReferenceFrame>::setNumberOfThreads(unsigned int)' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\shot.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\include\pcl/features/shot_omp.h(185): message : see reference to function template instantiation 'void pcl::SHOTColorEstimationOMP<pcl::PointXYZRGB,pcl::Normal,pcl::SHOT1344,pcl::ReferenceFrame>::setNumberOfThreads(unsigned int)' being compiled (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\shot.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\shot.cpp(51): message : see reference to class template instantiation 'pcl::SHOTColorEstimationOMP<pcl::PointXYZRGB,pcl::Normal,pcl::SHOT1344,pcl::ReferenceFrame>' being compiled
17>shot_lrf.cpp
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\shot_lrf.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\shot_lrf.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
17>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\shot_lrf.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\shot_lrf.cpp : warning C4005: 'NOMINMAX': macro redefinition
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\shot_lrf.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\shot_lrf.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\shot_lrf.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\shot_lrf.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\shot_lrf.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\shot_lrf.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\shot_lrf.cpp)
17>spin_image.cpp
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\spin_image.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\spin_image.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
17>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\spin_image.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\spin_image.cpp : warning C4005: 'NOMINMAX': macro redefinition
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\spin_image.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\spin_image.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\spin_image.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\spin_image.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\spin_image.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\spin_image.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\spin_image.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\include\pcl/features/impl/shot_lrf_omp.hpp(52,16): error C3861: 'omp_get_num_procs': identifier not found (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\shot_lrf.cpp)
18>Done building project "pcl_surface.vcxproj" -- FAILED.
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\include\pcl/features/impl/shot_lrf_omp.hpp(49): message : while compiling class template member function 'void pcl::SHOTLocalReferenceFrameEstimationOMP<pcl::PointXYZ,pcl::ReferenceFrame>::setNumberOfThreads(unsigned int)' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\shot_lrf.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\include\pcl/features/shot_lrf_omp.h(76): message : see reference to function template instantiation 'void pcl::SHOTLocalReferenceFrameEstimationOMP<pcl::PointXYZ,pcl::ReferenceFrame>::setNumberOfThreads(unsigned int)' being compiled (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\shot_lrf.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\shot_lrf.cpp(48): message : see reference to class template instantiation 'pcl::SHOTLocalReferenceFrameEstimationOMP<pcl::PointXYZ,pcl::ReferenceFrame>' being compiled
19>------ Rebuild All started: Project: pcl_outofcore, Configuration: Debug x64 ------
17>principal_curvatures.cpp
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\principal_curvatures.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\principal_curvatures.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
17>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\principal_curvatures.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\principal_curvatures.cpp : warning C4005: 'NOMINMAX': macro redefinition
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\principal_curvatures.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\principal_curvatures.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\principal_curvatures.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\principal_curvatures.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\principal_curvatures.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
17>rift.cpp
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\rift.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\rift.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
17>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\rift.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\rift.cpp : warning C4005: 'NOMINMAX': macro redefinition
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\rift.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\rift.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\rift.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\rift.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\rift.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\principal_curvatures.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\principal_curvatures.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\rift.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\rift.cpp)
17>rops_estimation.cpp
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\rops_estimation.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\rops_estimation.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
17>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\rops_estimation.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\rops_estimation.cpp : warning C4005: 'NOMINMAX': macro redefinition
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\rops_estimation.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\rops_estimation.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\rops_estimation.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\rops_estimation.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\rops_estimation.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\rops_estimation.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\rops_estimation.cpp)
17>rsd.cpp
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\rsd.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\rsd.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
17>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\rsd.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\rsd.cpp : warning C4005: 'NOMINMAX': macro redefinition
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\rsd.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\rsd.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\rsd.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\rsd.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\rsd.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\rsd.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\rsd.cpp)
17>grsd.cpp
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\grsd.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\grsd.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
17>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\grsd.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\grsd.cpp : warning C4005: 'NOMINMAX': macro redefinition
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\grsd.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\grsd.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\grsd.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\grsd.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\grsd.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\grsd.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\grsd.cpp)
17>statistical_multiscale_interest_region_extraction.cpp
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\statistical_multiscale_interest_region_extraction.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\statistical_multiscale_interest_region_extraction.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
17>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\statistical_multiscale_interest_region_extraction.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\statistical_multiscale_interest_region_extraction.cpp : warning C4005: 'NOMINMAX': macro redefinition
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\statistical_multiscale_interest_region_extraction.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\statistical_multiscale_interest_region_extraction.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\statistical_multiscale_interest_region_extraction.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\statistical_multiscale_interest_region_extraction.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\statistical_multiscale_interest_region_extraction.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\statistical_multiscale_interest_region_extraction.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\statistical_multiscale_interest_region_extraction.cpp)
17>vfh.cpp
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\vfh.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\vfh.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
17>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\vfh.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\vfh.cpp : warning C4005: 'NOMINMAX': macro redefinition
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\vfh.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\vfh.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\vfh.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\vfh.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\vfh.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\vfh.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\vfh.cpp)
17>esf.cpp
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\esf.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\esf.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
17>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\esf.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\esf.cpp : warning C4005: 'NOMINMAX': macro redefinition
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\esf.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\esf.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\esf.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\esf.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\esf.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\esf.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\esf.cpp)
17>3dsc.cpp
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\3dsc.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\3dsc.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
17>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\3dsc.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\3dsc.cpp : warning C4005: 'NOMINMAX': macro redefinition
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\3dsc.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\3dsc.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\3dsc.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\3dsc.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\3dsc.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\3dsc.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\3dsc.cpp)
19>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/outofcore/CMakeLists.txt
19>Performing Custom Build Step
19>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\outofcore\pcl_outofcore.dir\Debug\vc142.pdb
19>1 File(s) copied
19>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\outofcore\pcl_outofcore.dir\Debug\vc142.idb
19>1 File(s) copied
19>cJSON.cpp
19>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\cJSON.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
19>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\cJSON.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
19>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\cJSON.cpp)
19>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\cJSON.cpp : warning C4005: 'NOMINMAX': macro redefinition
19>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\cJSON.cpp)
19>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\cJSON.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
19>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\cJSON.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
19>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\cJSON.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
19>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\cJSON.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
19>outofcore_node_data.cpp
19>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\outofcore_node_data.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
19>outofcore_base_data.cpp
19>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\outofcore_base_data.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
19>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\outofcore_node_data.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
19>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\outofcore_node_data.cpp)
19>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\outofcore_base_data.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
19>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\outofcore_base_data.cpp)
19>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\outofcore_node_data.cpp : warning C4005: 'NOMINMAX': macro redefinition
19>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\outofcore_node_data.cpp)
19>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\outofcore_base_data.cpp : warning C4005: 'NOMINMAX': macro redefinition
19>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\outofcore_base_data.cpp)
19>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\outofcore_node_data.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
19>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\outofcore_node_data.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
19>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\outofcore_base_data.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
19>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\outofcore_node_data.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
19>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\outofcore_base_data.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
19>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\outofcore_node_data.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
19>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\outofcore_base_data.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
19>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\outofcore_base_data.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
19>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\cJSON.cpp(133,12): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
19>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\cJSON.cpp(140,77): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
19>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\cJSON.cpp(141,9): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
19>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\cJSON.cpp(174,6): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
19>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\cJSON.cpp(228,14): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
19>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\cJSON.cpp(381,3): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
19>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\cJSON.cpp(476,3): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
19>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\cJSON.cpp(478,3): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
17>usc.cpp
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\usc.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\usc.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
17>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\usc.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\usc.cpp : warning C4005: 'NOMINMAX': macro redefinition
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\usc.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\usc.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\usc.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\usc.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
19>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\outofcore_base_data.cpp)
19>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\outofcore_base_data.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\usc.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\usc.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\usc.cpp)
19>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\outofcore_node_data.cpp)
19>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\outofcore_node_data.cpp)
17>range_image_border_extractor.cpp
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\range_image_border_extractor.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\range_image_border_extractor.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
17>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\range_image_border_extractor.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\range_image_border_extractor.cpp : warning C4005: 'NOMINMAX': macro redefinition
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\range_image_border_extractor.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\range_image_border_extractor.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\range_image_border_extractor.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\range_image_border_extractor.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\range_image_border_extractor.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\range_image_border_extractor.cpp)
17>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\features\src\range_image_border_extractor.cpp)
19>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_visualizationd.lib'
19>Done building project "pcl_outofcore.vcxproj" -- FAILED.
20>------ Rebuild All started: Project: pcl_add_gaussian_noise, Configuration: Debug x64 ------
20>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
20>Performing Custom Build Step
20>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_add_gaussian_noise.dir\Debug\vc142.pdb
20>1 File(s) copied
20>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_add_gaussian_noise.dir\Debug\vc142.idb
20>1 File(s) copied
20>add_gaussian_noise.cpp
20>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\add_gaussian_noise.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
20>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\add_gaussian_noise.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
20>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
20>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\add_gaussian_noise.cpp : warning C4005: 'NOMINMAX': macro redefinition
20>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
20>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\add_gaussian_noise.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
20>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\add_gaussian_noise.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
20>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\add_gaussian_noise.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
20>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\add_gaussian_noise.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
20>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
20>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
20>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_iod.lib'
20>Done building project "pcl_add_gaussian_noise.vcxproj" -- FAILED.
21>------ Rebuild All started: Project: pcl_compute_cloud_error, Configuration: Debug x64 ------
21>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
21>Performing Custom Build Step
21>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_compute_cloud_error.dir\Debug\vc142.pdb
21>1 File(s) copied
21>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_compute_cloud_error.dir\Debug\vc142.idb
21>1 File(s) copied
21>compute_cloud_error.cpp
21>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\compute_cloud_error.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
21>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\compute_cloud_error.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
21>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
21>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\compute_cloud_error.cpp : warning C4005: 'NOMINMAX': macro redefinition
21>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
21>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\compute_cloud_error.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
21>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\compute_cloud_error.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
21>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\compute_cloud_error.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
21>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\compute_cloud_error.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
21>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
21>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
17>Done building project "pcl_features.vcxproj" -- FAILED.
22>------ Rebuild All started: Project: pcl_registration, Configuration: Debug x64 ------
21>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_iod.lib'
21>Done building project "pcl_compute_cloud_error.vcxproj" -- FAILED.
23>------ Rebuild All started: Project: pcl_segmentation, Configuration: Debug x64 ------
22>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/registration/CMakeLists.txt
23>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/segmentation/CMakeLists.txt
23>Performing Custom Build Step
22>Performing Custom Build Step
22>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\registration\pcl_registration.dir\Debug\vc142.pdb
23>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\segmentation\pcl_segmentation.dir\Debug\vc142.pdb
22>1 File(s) copied
23>1 File(s) copied
23>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\segmentation\pcl_segmentation.dir\Debug\vc142.idb
23>1 File(s) copied
22>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\registration\pcl_registration.dir\Debug\vc142.idb
22>1 File(s) copied
23>extract_clusters.cpp
23>extract_polygonal_prism_data.cpp
23>min_cut_segmentation.cpp
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\extract_clusters.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
23>sac_segmentation.cpp
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\extract_polygonal_prism_data.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\min_cut_segmentation.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\sac_segmentation.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\extract_clusters.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
23>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\extract_clusters.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\extract_clusters.cpp : warning C4005: 'NOMINMAX': macro redefinition
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\extract_clusters.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\extract_clusters.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\extract_clusters.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\extract_clusters.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\extract_clusters.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\extract_clusters.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\extract_clusters.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\extract_polygonal_prism_data.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
23>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\extract_polygonal_prism_data.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\extract_polygonal_prism_data.cpp : warning C4005: 'NOMINMAX': macro redefinition
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\extract_polygonal_prism_data.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\extract_polygonal_prism_data.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\extract_polygonal_prism_data.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\extract_polygonal_prism_data.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\extract_polygonal_prism_data.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\min_cut_segmentation.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
23>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\min_cut_segmentation.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\min_cut_segmentation.cpp : warning C4005: 'NOMINMAX': macro redefinition
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\min_cut_segmentation.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\min_cut_segmentation.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\min_cut_segmentation.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\min_cut_segmentation.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\min_cut_segmentation.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\sac_segmentation.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
23>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\sac_segmentation.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\sac_segmentation.cpp : warning C4005: 'NOMINMAX': macro redefinition
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\sac_segmentation.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\sac_segmentation.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\sac_segmentation.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\sac_segmentation.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\sac_segmentation.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\extract_polygonal_prism_data.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\extract_polygonal_prism_data.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\min_cut_segmentation.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\min_cut_segmentation.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\sac_segmentation.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\sac_segmentation.cpp)
22>registration.cpp
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\registration.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
22>correspondence_estimation.cpp
22>correspondence_estimation_normal_shooting.cpp
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_estimation.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_estimation_normal_shooting.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
22>correspondence_estimation_backprojection.cpp
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_estimation_backprojection.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_estimation_backprojection.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
22>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_estimation_backprojection.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_estimation_normal_shooting.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
22>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_estimation_normal_shooting.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_estimation_backprojection.cpp : warning C4005: 'NOMINMAX': macro redefinition
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_estimation_backprojection.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_estimation_normal_shooting.cpp : warning C4005: 'NOMINMAX': macro redefinition
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_estimation_normal_shooting.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_estimation_backprojection.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_estimation_backprojection.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_estimation_normal_shooting.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_estimation_backprojection.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_estimation_backprojection.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_estimation_normal_shooting.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_estimation_normal_shooting.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_estimation_normal_shooting.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\registration.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
22>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\registration.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\registration.cpp : warning C4005: 'NOMINMAX': macro redefinition
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\registration.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\registration.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\registration.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\registration.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\registration.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_estimation.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
22>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_estimation.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_estimation.cpp : warning C4005: 'NOMINMAX': macro redefinition
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_estimation.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_estimation.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_estimation.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_estimation.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_estimation.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\registration.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\registration.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_estimation_normal_shooting.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_estimation_normal_shooting.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_estimation.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_estimation.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_estimation_backprojection.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_estimation_backprojection.cpp)
23>seeded_hue_segmentation.cpp
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\seeded_hue_segmentation.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\seeded_hue_segmentation.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
23>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\seeded_hue_segmentation.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\seeded_hue_segmentation.cpp : warning C4005: 'NOMINMAX': macro redefinition
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\seeded_hue_segmentation.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\seeded_hue_segmentation.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\seeded_hue_segmentation.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\seeded_hue_segmentation.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\seeded_hue_segmentation.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
23>segment_differences.cpp
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\segment_differences.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\segment_differences.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
23>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\segment_differences.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\segment_differences.cpp : warning C4005: 'NOMINMAX': macro redefinition
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\segment_differences.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\segment_differences.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\segment_differences.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\segment_differences.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\segment_differences.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\seeded_hue_segmentation.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\seeded_hue_segmentation.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\segment_differences.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\segment_differences.cpp)
22>correspondence_estimation_organized_projection.cpp
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_estimation_organized_projection.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_estimation_organized_projection.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
22>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_estimation_organized_projection.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_estimation_organized_projection.cpp : warning C4005: 'NOMINMAX': macro redefinition
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_estimation_organized_projection.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_estimation_organized_projection.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_estimation_organized_projection.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_estimation_organized_projection.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_estimation_organized_projection.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
22>correspondence_rejection_distance.cpp
22>correspondence_rejection_median_distance.cpp
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_distance.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_median_distance.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_distance.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
22>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_distance.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_median_distance.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
22>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_median_distance.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_distance.cpp : warning C4005: 'NOMINMAX': macro redefinition
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_distance.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_median_distance.cpp : warning C4005: 'NOMINMAX': macro redefinition
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_median_distance.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_distance.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_distance.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_median_distance.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_distance.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_median_distance.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_distance.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_median_distance.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_median_distance.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_distance.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_distance.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_median_distance.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_median_distance.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_estimation_organized_projection.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_estimation_organized_projection.cpp)
23>region_growing.cpp
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\region_growing.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\region_growing.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
23>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\region_growing.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\region_growing.cpp : warning C4005: 'NOMINMAX': macro redefinition
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\region_growing.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\region_growing.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\region_growing.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\region_growing.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\region_growing.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\region_growing.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\region_growing.cpp)
22>correspondence_rejection_surface_normal.cpp
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_surface_normal.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_surface_normal.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
22>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_surface_normal.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_surface_normal.cpp : warning C4005: 'NOMINMAX': macro redefinition
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_surface_normal.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_surface_normal.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_surface_normal.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_surface_normal.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_surface_normal.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_surface_normal.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_surface_normal.cpp)
22>correspondence_rejection_features.cpp
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_features.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_features.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
22>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_features.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_features.cpp : warning C4005: 'NOMINMAX': macro redefinition
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_features.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_features.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_features.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_features.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_features.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_features.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_features.cpp)
22>correspondence_rejection_one_to_one.cpp
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_one_to_one.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_one_to_one.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
22>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_one_to_one.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_one_to_one.cpp : warning C4005: 'NOMINMAX': macro redefinition
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_one_to_one.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_one_to_one.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_one_to_one.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_one_to_one.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_one_to_one.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_one_to_one.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_one_to_one.cpp)
22>correspondence_rejection_poly.cpp
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_poly.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_poly.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
22>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_poly.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_poly.cpp : warning C4005: 'NOMINMAX': macro redefinition
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_poly.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_poly.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_poly.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_poly.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_poly.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_poly.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_poly.cpp)
23>region_growing_rgb.cpp
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\region_growing_rgb.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
22>correspondence_types.cpp
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_types.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\region_growing_rgb.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
23>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\region_growing_rgb.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\region_growing_rgb.cpp : warning C4005: 'NOMINMAX': macro redefinition
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_types.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
22>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_types.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_types.cpp : warning C4005: 'NOMINMAX': macro redefinition
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\region_growing_rgb.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\region_growing_rgb.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_types.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_types.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_types.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\region_growing_rgb.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\region_growing_rgb.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\region_growing_rgb.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_types.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_types.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
22>correspondence_rejection_sample_consensus.cpp
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_sample_consensus.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_sample_consensus.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
22>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_sample_consensus.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_sample_consensus.cpp : warning C4005: 'NOMINMAX': macro redefinition
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_sample_consensus.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_sample_consensus.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_sample_consensus.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_sample_consensus.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_sample_consensus.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\region_growing_rgb.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\region_growing_rgb.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_sample_consensus.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_sample_consensus.cpp)
22>correspondence_rejection_sample_consensus_2d.cpp
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_sample_consensus_2d.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_sample_consensus_2d.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
22>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_sample_consensus_2d.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_sample_consensus_2d.cpp : warning C4005: 'NOMINMAX': macro redefinition
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_sample_consensus_2d.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_sample_consensus_2d.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_sample_consensus_2d.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_sample_consensus_2d.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_sample_consensus_2d.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_sample_consensus_2d.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_sample_consensus_2d.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_types.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_types.cpp)
22>correspondence_rejection_trimmed.cpp
23>organized_connected_component_segmentation.cpp
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_trimmed.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\organized_connected_component_segmentation.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_trimmed.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
22>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_trimmed.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\organized_connected_component_segmentation.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
23>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\organized_connected_component_segmentation.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_trimmed.cpp : warning C4005: 'NOMINMAX': macro redefinition
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\organized_connected_component_segmentation.cpp : warning C4005: 'NOMINMAX': macro redefinition
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_trimmed.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_trimmed.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\organized_connected_component_segmentation.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\organized_connected_component_segmentation.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\organized_connected_component_segmentation.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\organized_connected_component_segmentation.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\organized_connected_component_segmentation.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_trimmed.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_trimmed.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_trimmed.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_trimmed.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_trimmed.cpp)
22>correspondence_rejection_var_trimmed.cpp
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_var_trimmed.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_var_trimmed.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
22>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_var_trimmed.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_var_trimmed.cpp : warning C4005: 'NOMINMAX': macro redefinition
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_var_trimmed.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_var_trimmed.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_var_trimmed.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_var_trimmed.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_var_trimmed.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_var_trimmed.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_var_trimmed.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\organized_connected_component_segmentation.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\organized_connected_component_segmentation.cpp)
22>correspondence_rejection_organized_boundary.cpp
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_organized_boundary.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_organized_boundary.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
22>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_organized_boundary.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_organized_boundary.cpp : warning C4005: 'NOMINMAX': macro redefinition
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_organized_boundary.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_organized_boundary.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_organized_boundary.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_organized_boundary.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_organized_boundary.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_organized_boundary.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\correspondence_rejection_organized_boundary.cpp)
23>organized_multi_plane_segmentation.cpp
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\organized_multi_plane_segmentation.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\organized_multi_plane_segmentation.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
23>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\organized_multi_plane_segmentation.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\organized_multi_plane_segmentation.cpp : warning C4005: 'NOMINMAX': macro redefinition
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\organized_multi_plane_segmentation.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\organized_multi_plane_segmentation.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\organized_multi_plane_segmentation.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\organized_multi_plane_segmentation.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\organized_multi_plane_segmentation.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
23>planar_polygon_fusion.cpp
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\planar_polygon_fusion.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\planar_polygon_fusion.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
23>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\planar_polygon_fusion.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\planar_polygon_fusion.cpp : warning C4005: 'NOMINMAX': macro redefinition
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\planar_polygon_fusion.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\planar_polygon_fusion.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\planar_polygon_fusion.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\planar_polygon_fusion.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\planar_polygon_fusion.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\organized_multi_plane_segmentation.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\organized_multi_plane_segmentation.cpp)
23>crf_segmentation.cpp
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\crf_segmentation.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\crf_segmentation.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
23>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\crf_segmentation.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\crf_segmentation.cpp : warning C4005: 'NOMINMAX': macro redefinition
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\crf_segmentation.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\crf_segmentation.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\crf_segmentation.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\crf_segmentation.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\crf_segmentation.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\planar_polygon_fusion.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\planar_polygon_fusion.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\crf_segmentation.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\crf_segmentation.cpp)
23>crf_normal_segmentation.cpp
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\crf_normal_segmentation.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\crf_normal_segmentation.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
23>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\crf_normal_segmentation.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\crf_normal_segmentation.cpp : warning C4005: 'NOMINMAX': macro redefinition
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\crf_normal_segmentation.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\crf_normal_segmentation.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\crf_normal_segmentation.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\crf_normal_segmentation.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\crf_normal_segmentation.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
23>unary_classifier.cpp
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\unary_classifier.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\unary_classifier.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
23>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\unary_classifier.cpp)
22>ppf_registration.cpp
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\unary_classifier.cpp : warning C4005: 'NOMINMAX': macro redefinition
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\unary_classifier.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\ppf_registration.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\ppf_registration.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\unary_classifier.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\unary_classifier.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\unary_classifier.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
22>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\ppf_registration.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\ppf_registration.cpp : warning C4005: 'NOMINMAX': macro redefinition
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\ppf_registration.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\ppf_registration.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\ppf_registration.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\unary_classifier.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
23>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\flann/util/serialization.h(484,19): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\unary_classifier.cpp)
23>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\flann/util/serialization.h(751,19): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\unary_classifier.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\crf_normal_segmentation.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\crf_normal_segmentation.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\ppf_registration.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\ppf_registration.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
22>pyramid_feature_matching.cpp
23>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\flann/util/saving.h(58,9): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\unary_classifier.cpp)
23>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\flann/util/saving.h(60,9): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\unary_classifier.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\pyramid_feature_matching.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\pyramid_feature_matching.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
22>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\pyramid_feature_matching.cpp)
23>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\flann/util/logger.h(66,22): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\unary_classifier.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\pyramid_feature_matching.cpp : warning C4005: 'NOMINMAX': macro redefinition
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\pyramid_feature_matching.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\pyramid_feature_matching.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\pyramid_feature_matching.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\pyramid_feature_matching.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\pyramid_feature_matching.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
22>ia_ransac.cpp
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\ia_ransac.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\ia_ransac.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
22>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\ia_ransac.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\ia_ransac.cpp : warning C4005: 'NOMINMAX': macro redefinition
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\ia_ransac.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\ia_ransac.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\ia_ransac.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\ia_ransac.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
23>conditional_euclidean_clustering.cpp
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\conditional_euclidean_clustering.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\conditional_euclidean_clustering.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
23>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\conditional_euclidean_clustering.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\conditional_euclidean_clustering.cpp : warning C4005: 'NOMINMAX': macro redefinition
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\conditional_euclidean_clustering.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\conditional_euclidean_clustering.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\conditional_euclidean_clustering.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\ia_ransac.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
22>icp.cpp
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\icp.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\icp.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
22>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\icp.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\icp.cpp : warning C4005: 'NOMINMAX': macro redefinition
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\icp.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\icp.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\icp.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\conditional_euclidean_clustering.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\conditional_euclidean_clustering.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\unary_classifier.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\icp.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\icp.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\ppf_registration.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\ppf_registration.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\unary_classifier.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\pyramid_feature_matching.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\pyramid_feature_matching.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\ia_ransac.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\ia_ransac.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\icp.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\icp.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\conditional_euclidean_clustering.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\conditional_euclidean_clustering.cpp)
23>supervoxel_clustering.cpp
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\supervoxel_clustering.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\supervoxel_clustering.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
23>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\supervoxel_clustering.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\supervoxel_clustering.cpp : warning C4005: 'NOMINMAX': macro redefinition
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\supervoxel_clustering.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\supervoxel_clustering.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\supervoxel_clustering.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\supervoxel_clustering.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\supervoxel_clustering.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\supervoxel_clustering.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\supervoxel_clustering.cpp)
23>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\flann/util/serialization.h(484,19): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\supervoxel_clustering.cpp)
23>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\flann/util/serialization.h(751,19): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\supervoxel_clustering.cpp)
23>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\flann/util/saving.h(58,9): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\supervoxel_clustering.cpp)
23>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\flann/util/saving.h(60,9): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\supervoxel_clustering.cpp)
23>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\flann/util/logger.h(66,22): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\supervoxel_clustering.cpp)
22>joint_icp.cpp
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\joint_icp.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\joint_icp.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
22>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\joint_icp.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\joint_icp.cpp : warning C4005: 'NOMINMAX': macro redefinition
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\joint_icp.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\joint_icp.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\joint_icp.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\joint_icp.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\joint_icp.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\joint_icp.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\joint_icp.cpp)
23>grabcut_segmentation.cpp
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\grabcut_segmentation.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\grabcut_segmentation.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
23>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\grabcut_segmentation.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\grabcut_segmentation.cpp : warning C4005: 'NOMINMAX': macro redefinition
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\grabcut_segmentation.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\grabcut_segmentation.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\grabcut_segmentation.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\grabcut_segmentation.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\grabcut_segmentation.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
23>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\flann/flann.hpp(373,21): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\unary_classifier.cpp)
23>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\flann/flann.hpp(372): message : while compiling class template member function 'flann::NNIndex<Distance> *flann::Index<Distance>::load_saved_index(const flann::Matrix<float> &,const std::string &,Distance)'
23> with
23> [
23> Distance=flann::ChiSquareDistance<float>
23> ] (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\unary_classifier.cpp)
23>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\flann/flann.hpp(108): message : see reference to function template instantiation 'flann::NNIndex<Distance> *flann::Index<Distance>::load_saved_index(const flann::Matrix<float> &,const std::string &,Distance)' being compiled
23> with
23> [
22>gicp.cpp
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\gicp.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\gicp.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
22>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\gicp.cpp)
23> Distance=flann::ChiSquareDistance<float>
23> ] (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\unary_classifier.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\include\pcl/segmentation/impl/unary_classifier.hpp(297): message : see reference to class template instantiation 'flann::Index<flann::ChiSquareDistance<float>>' being compiled (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\unary_classifier.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\include\pcl/segmentation/impl/unary_classifier.hpp(277): message : while compiling class template member function 'void pcl::UnaryClassifier<pcl::PointXYZ>::queryFeatureDistances(std::vector<std::shared_ptr<pcl::PointCloud<pcl::FPFHSignature33>>,std::allocator<std::shared_ptr<pcl::PointCloud<pcl::FPFHSignature33>>>> &,std::shared_ptr<pcl::PointCloud<pcl::FPFHSignature33>>,pcl::Indices &,std::vector<float,std::allocator<float>> &)' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\unary_classifier.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\gicp.cpp : warning C4005: 'NOMINMAX': macro redefinition
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\gicp.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\gicp.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\include\pcl/segmentation/impl/unary_classifier.hpp(420): message : see reference to function template instantiation 'void pcl::UnaryClassifier<pcl::PointXYZ>::queryFeatureDistances(std::vector<std::shared_ptr<pcl::PointCloud<pcl::FPFHSignature33>>,std::allocator<std::shared_ptr<pcl::PointCloud<pcl::FPFHSignature33>>>> &,std::shared_ptr<pcl::PointCloud<pcl::FPFHSignature33>>,pcl::Indices &,std::vector<float,std::allocator<float>> &)' being compiled (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\unary_classifier.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\unary_classifier.cpp(45): message : see reference to class template instantiation 'pcl::UnaryClassifier<pcl::PointXYZ>' being compiled
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\gicp.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\gicp.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\gicp.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
22>gicp6d.cpp
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\grabcut_segmentation.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\grabcut_segmentation.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\gicp6d.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\gicp6d.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
22>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\gicp6d.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\gicp6d.cpp : warning C4005: 'NOMINMAX': macro redefinition
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\gicp6d.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\gicp6d.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\gicp6d.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\gicp6d.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\gicp6d.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
22>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\flann/util/serialization.h(484,19): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\gicp6d.cpp)
22>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\flann/util/serialization.h(751,19): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\gicp6d.cpp)
22>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\flann/util/saving.h(58,9): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\gicp6d.cpp)
22>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\flann/util/saving.h(60,9): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\gicp6d.cpp)
22>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\flann/util/logger.h(66,22): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\gicp6d.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\gicp.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\gicp.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\gicp6d.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\gicp6d.cpp)
22>icp_nl.cpp
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\icp_nl.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\icp_nl.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
22>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\icp_nl.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\icp_nl.cpp : warning C4005: 'NOMINMAX': macro redefinition
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\icp_nl.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\icp_nl.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\icp_nl.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\icp_nl.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\icp_nl.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\icp_nl.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\icp_nl.cpp)
22>elch.cpp
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\elch.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\elch.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
22>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\elch.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\elch.cpp : warning C4005: 'NOMINMAX': macro redefinition
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\elch.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\elch.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\elch.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\elch.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\elch.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
22>lum.cpp
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\lum.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\lum.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
22>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\lum.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\lum.cpp : warning C4005: 'NOMINMAX': macro redefinition
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\lum.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\lum.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\lum.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\lum.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\lum.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\lum.cpp)
23>progressive_morphological_filter.cpp
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\progressive_morphological_filter.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\progressive_morphological_filter.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
23>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\progressive_morphological_filter.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\progressive_morphological_filter.cpp : warning C4005: 'NOMINMAX': macro redefinition
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\progressive_morphological_filter.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\progressive_morphological_filter.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\progressive_morphological_filter.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\progressive_morphological_filter.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\progressive_morphological_filter.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\lum.cpp)
23>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\flann/flann.hpp(373,21): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\supervoxel_clustering.cpp)
23>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\flann/flann.hpp(372): message : while compiling class template member function 'flann::NNIndex<Distance> *flann::Index<Distance>::load_saved_index(const flann::Matrix<float> &,const std::string &,Distance)'
23> with
23> [
23> Distance=flann::L2_Simple<float>
23> ] (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\supervoxel_clustering.cpp)
23>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\flann/flann.hpp(108): message : see reference to function template instantiation 'flann::NNIndex<Distance> *flann::Index<Distance>::load_saved_index(const flann::Matrix<float> &,const std::string &,Distance)' being compiled
23> with
23> [
23> Distance=flann::L2_Simple<float>
23> ] (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\supervoxel_clustering.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\kdtree\include\pcl/kdtree/impl/kdtree_flann.hpp(258): message : see reference to class template instantiation 'flann::Index<Dist>' being compiled
23> with
23> [
23> Dist=flann::L2_Simple<float>
23> ] (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\supervoxel_clustering.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\kdtree\include\pcl/kdtree/impl/kdtree_flann.hpp(240): message : while compiling class template member function 'int pcl::KdTreeFLANN<PointT,flann::L2_Simple<float>>::nearestKSearch(const PointT &,unsigned int,pcl::Indices &,std::vector<float,std::allocator<float>> &) const'
23> with
23> [
23> PointT=pcl::PointXYZRGB
23> ] (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\supervoxel_clustering.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\search\include\pcl/search/kdtree.h(78): message : see reference to class template instantiation 'pcl::KdTreeFLANN<PointT,flann::L2_Simple<float>>' being compiled
23> with
23> [
23> PointT=pcl::PointXYZRGB
23> ] (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\supervoxel_clustering.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\include\pcl/segmentation/supervoxel_clustering.h(364): message : see reference to class template instantiation 'pcl::search::KdTree<PointT,pcl::KdTreeFLANN<PointT,flann::L2_Simple<float>>>' being compiled
23> with
23> [
23> PointT=pcl::PointXYZRGB
23> ] (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\supervoxel_clustering.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\include\pcl/segmentation/impl/supervoxel_clustering.hpp(702): message : see reference to class template instantiation 'pcl::SupervoxelClustering<pcl::PointXYZRGB>' being compiled (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\supervoxel_clustering.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\progressive_morphological_filter.cpp)
22>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\flann/flann.hpp(373,21): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\gicp6d.cpp)
22>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\flann/flann.hpp(372): message : while compiling class template member function 'flann::NNIndex<Distance> *flann::Index<Distance>::load_saved_index(const flann::Matrix<float> &,const std::string &,Distance)'
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\progressive_morphological_filter.cpp)
22> with
22> [
22> Distance=flann::L2_Simple<float>
22> ] (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\gicp6d.cpp)
22>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\flann/flann.hpp(108): message : see reference to function template instantiation 'flann::NNIndex<Distance> *flann::Index<Distance>::load_saved_index(const flann::Matrix<float> &,const std::string &,Distance)' being compiled
23>approximate_progressive_morphological_filter.cpp
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\approximate_progressive_morphological_filter.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\approximate_progressive_morphological_filter.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
23>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\approximate_progressive_morphological_filter.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\approximate_progressive_morphological_filter.cpp : warning C4005: 'NOMINMAX': macro redefinition
22> with
22> [
22> Distance=flann::L2_Simple<float>
22> ] (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\gicp6d.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\kdtree\include\pcl/kdtree/impl/kdtree_flann.hpp(258): message : see reference to class template instantiation 'flann::Index<Dist>' being compiled
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\approximate_progressive_morphological_filter.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\approximate_progressive_morphological_filter.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\approximate_progressive_morphological_filter.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\approximate_progressive_morphological_filter.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
22> with
22> [
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\approximate_progressive_morphological_filter.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
22> Dist=flann::L2_Simple<float>
22> ] (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\gicp6d.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\kdtree\include\pcl/kdtree/impl/kdtree_flann.hpp(240): message : while compiling class template member function 'int pcl::KdTreeFLANN<PointT,flann::L2_Simple<float>>::nearestKSearch(const PointT &,unsigned int,pcl::Indices &,std::vector<float,std::allocator<float>> &) const'
22> with
22> [
22> PointT=pcl::PointXYZRGBA
22> ] (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\gicp6d.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\search\include\pcl/search/kdtree.h(78): message : see reference to class template instantiation 'pcl::KdTreeFLANN<PointT,flann::L2_Simple<float>>' being compiled
22> with
22> [
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\approximate_progressive_morphological_filter.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\approximate_progressive_morphological_filter.cpp)
22> PointT=pcl::PointXYZRGBA
22> ] (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\gicp6d.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\include\pcl/registration/registration.h(71): message : see reference to class template instantiation 'pcl::search::KdTree<PointTarget,pcl::KdTreeFLANN<PointT,flann::L2_Simple<float>>>' being compiled
22> with
22> [
22> PointTarget=pcl::PointXYZRGBA,
22> PointT=pcl::PointXYZRGBA
22> ] (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\gicp6d.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\include\pcl/registration/icp.h(97): message : see reference to class template instantiation 'pcl::Registration<PointSource,PointTarget,Scalar>' being compiled
22> with
22> [
22> PointSource=pcl::PointXYZRGBA,
22> PointTarget=pcl::PointXYZRGBA,
22> Scalar=float
22> ] (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\gicp6d.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\include\pcl/registration/gicp.h(59): message : see reference to class template instantiation 'pcl::IterativeClosestPoint<PointSource,PointTarget,float>' being compiled
22> with
22> [
22> PointSource=pcl::PointXYZRGBA,
22> PointTarget=pcl::PointXYZRGBA
22> ] (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\gicp6d.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\include\pcl/registration/gicp6d.h(66): message : see reference to class template instantiation 'pcl::GeneralizedIterativeClosestPoint<pcl::PointXYZRGBA,pcl::PointXYZRGBA>' being compiled (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\gicp6d.cpp)
22>ndt.cpp
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\ndt.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\ndt.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
22>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\ndt.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\ndt.cpp : warning C4005: 'NOMINMAX': macro redefinition
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\ndt.cpp)
23>lccp_segmentation.cpp
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\ndt.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\ndt.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\lccp_segmentation.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\lccp_segmentation.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
23>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\lccp_segmentation.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\lccp_segmentation.cpp : warning C4005: 'NOMINMAX': macro redefinition
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\lccp_segmentation.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\lccp_segmentation.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\lccp_segmentation.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\ndt.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\ndt.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\ndt.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\ndt.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\elch.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\elch.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\lccp_segmentation.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\lccp_segmentation.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\lccp_segmentation.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\lccp_segmentation.cpp)
23>cpc_segmentation.cpp
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\cpc_segmentation.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\cpc_segmentation.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
23>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\cpc_segmentation.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\cpc_segmentation.cpp : warning C4005: 'NOMINMAX': macro redefinition
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\cpc_segmentation.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\cpc_segmentation.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\cpc_segmentation.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\cpc_segmentation.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\cpc_segmentation.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\cpc_segmentation.cpp)
23>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\segmentation\src\cpc_segmentation.cpp)
22>ndt_2d.cpp
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\ndt_2d.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\ndt_2d.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
22>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\ndt_2d.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\ndt_2d.cpp : warning C4005: 'NOMINMAX': macro redefinition
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\ndt_2d.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\ndt_2d.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\ndt_2d.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\ndt_2d.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\ndt_2d.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\ndt_2d.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\ndt_2d.cpp)
22>transformation_estimation_2D.cpp
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_2D.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_2D.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
22>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_2D.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_2D.cpp : warning C4005: 'NOMINMAX': macro redefinition
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_2D.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_2D.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_2D.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_2D.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_2D.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_2D.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_2D.cpp)
22>transformation_estimation_svd.cpp
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_svd.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_svd.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
22>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_svd.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_svd.cpp : warning C4005: 'NOMINMAX': macro redefinition
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_svd.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_svd.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_svd.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_svd.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_svd.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_svd.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_svd.cpp)
23>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_featuresd.lib'
23>Done building project "pcl_segmentation.vcxproj" -- FAILED.
24>------ Rebuild All started: Project: pcl_keypoints, Configuration: Debug x64 ------
22>transformation_estimation_svd_scale.cpp
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_svd_scale.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_svd_scale.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
22>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_svd_scale.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_svd_scale.cpp : warning C4005: 'NOMINMAX': macro redefinition
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_svd_scale.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_svd_scale.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_svd_scale.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_svd_scale.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_svd_scale.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
22>transformation_estimation_dual_quaternion.cpp
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_dual_quaternion.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_dual_quaternion.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
22>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_dual_quaternion.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_dual_quaternion.cpp : warning C4005: 'NOMINMAX': macro redefinition
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_dual_quaternion.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_dual_quaternion.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_dual_quaternion.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_dual_quaternion.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_dual_quaternion.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_svd_scale.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_svd_scale.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_dual_quaternion.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_dual_quaternion.cpp)
24>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/keypoints/CMakeLists.txt
22>transformation_estimation_lm.cpp
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_lm.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_lm.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
22>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_lm.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_lm.cpp : warning C4005: 'NOMINMAX': macro redefinition
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_lm.cpp)
24>Performing Custom Build Step
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_lm.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_lm.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_lm.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_lm.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
24>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\keypoints\pcl_keypoints.dir\Debug\vc142.pdb
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_lm.cpp)
24>1 File(s) copied
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_lm.cpp)
24>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\keypoints\pcl_keypoints.dir\Debug\vc142.idb
24>1 File(s) copied
24>narf_keypoint.cpp
24>sift_keypoint.cpp
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\narf_keypoint.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\sift_keypoint.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
24>smoothed_surfaces_keypoint.cpp
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\sift_keypoint.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
24>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\sift_keypoint.cpp)
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\sift_keypoint.cpp : warning C4005: 'NOMINMAX': macro redefinition
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\sift_keypoint.cpp)
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\sift_keypoint.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\sift_keypoint.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\sift_keypoint.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\sift_keypoint.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\smoothed_surfaces_keypoint.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\narf_keypoint.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
24>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\narf_keypoint.cpp)
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\narf_keypoint.cpp : warning C4005: 'NOMINMAX': macro redefinition
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\narf_keypoint.cpp)
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\narf_keypoint.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\narf_keypoint.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\narf_keypoint.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\narf_keypoint.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
24>harris_3d.cpp
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\harris_3d.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\harris_3d.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
24>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\harris_3d.cpp)
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\harris_3d.cpp : warning C4005: 'NOMINMAX': macro redefinition
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\harris_3d.cpp)
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\harris_3d.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\harris_3d.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\harris_3d.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\harris_3d.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\smoothed_surfaces_keypoint.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
24>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\smoothed_surfaces_keypoint.cpp)
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\smoothed_surfaces_keypoint.cpp : warning C4005: 'NOMINMAX': macro redefinition
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\smoothed_surfaces_keypoint.cpp)
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\smoothed_surfaces_keypoint.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\smoothed_surfaces_keypoint.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\smoothed_surfaces_keypoint.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\smoothed_surfaces_keypoint.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\narf_keypoint.cpp)
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\narf_keypoint.cpp)
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\sift_keypoint.cpp)
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\sift_keypoint.cpp)
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\smoothed_surfaces_keypoint.cpp)
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\smoothed_surfaces_keypoint.cpp)
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\harris_3d.cpp)
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\harris_3d.cpp)
22>transformation_estimation_point_to_plane_weighted.cpp
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_point_to_plane_weighted.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_point_to_plane_weighted.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
22>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_point_to_plane_weighted.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_point_to_plane_weighted.cpp : warning C4005: 'NOMINMAX': macro redefinition
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_point_to_plane_weighted.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_point_to_plane_weighted.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_point_to_plane_weighted.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_point_to_plane_weighted.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_point_to_plane_weighted.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
22>transformation_estimation_point_to_plane_lls.cpp
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_point_to_plane_lls.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_point_to_plane_lls.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
22>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_point_to_plane_lls.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_point_to_plane_lls.cpp : warning C4005: 'NOMINMAX': macro redefinition
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_point_to_plane_lls.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_point_to_plane_lls.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_point_to_plane_lls.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_point_to_plane_lls.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_point_to_plane_lls.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_point_to_plane_weighted.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_point_to_plane_weighted.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_point_to_plane_lls.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_point_to_plane_lls.cpp)
22>transformation_estimation_point_to_plane_lls_weighted.cpp
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_point_to_plane_lls_weighted.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_point_to_plane_lls_weighted.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
22>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_point_to_plane_lls_weighted.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_point_to_plane_lls_weighted.cpp : warning C4005: 'NOMINMAX': macro redefinition
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_point_to_plane_lls_weighted.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_point_to_plane_lls_weighted.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_point_to_plane_lls_weighted.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_point_to_plane_lls_weighted.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_point_to_plane_lls_weighted.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_point_to_plane_lls_weighted.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_estimation_point_to_plane_lls_weighted.cpp)
24>harris_6d.cpp
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\harris_6d.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\harris_6d.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
24>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\harris_6d.cpp)
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\harris_6d.cpp : warning C4005: 'NOMINMAX': macro redefinition
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\harris_6d.cpp)
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\harris_6d.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\harris_6d.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\harris_6d.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\harris_6d.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\harris_6d.cpp)
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\harris_6d.cpp)
22>transformation_validation_euclidean.cpp
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_validation_euclidean.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_validation_euclidean.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
22>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_validation_euclidean.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_validation_euclidean.cpp : warning C4005: 'NOMINMAX': macro redefinition
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_validation_euclidean.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_validation_euclidean.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_validation_euclidean.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_validation_euclidean.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_validation_euclidean.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
22>sample_consensus_prerejective.cpp
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\sample_consensus_prerejective.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\sample_consensus_prerejective.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
22>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\sample_consensus_prerejective.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\sample_consensus_prerejective.cpp : warning C4005: 'NOMINMAX': macro redefinition
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\sample_consensus_prerejective.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\sample_consensus_prerejective.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\sample_consensus_prerejective.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\sample_consensus_prerejective.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\sample_consensus_prerejective.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\sample_consensus_prerejective.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\sample_consensus_prerejective.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_validation_euclidean.cpp)
22>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\registration\src\transformation_validation_euclidean.cpp)
24>agast_2d.cpp
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\agast_2d.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\agast_2d.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
24>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\agast_2d.cpp)
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\agast_2d.cpp : warning C4005: 'NOMINMAX': macro redefinition
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\agast_2d.cpp)
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\agast_2d.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\agast_2d.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\agast_2d.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\agast_2d.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\agast_2d.cpp)
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\agast_2d.cpp)
24>susan.cpp
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\susan.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\susan.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
24>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\susan.cpp)
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\susan.cpp : warning C4005: 'NOMINMAX': macro redefinition
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\susan.cpp)
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\susan.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\susan.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\susan.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\susan.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\susan.cpp)
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\susan.cpp)
24>iss_3d.cpp
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\iss_3d.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\iss_3d.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
24>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\iss_3d.cpp)
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\iss_3d.cpp : warning C4005: 'NOMINMAX': macro redefinition
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\iss_3d.cpp)
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\iss_3d.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\iss_3d.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\iss_3d.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\iss_3d.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\iss_3d.cpp)
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\iss_3d.cpp)
24>brisk_2d.cpp
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\brisk_2d.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\brisk_2d.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
24>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\brisk_2d.cpp)
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\brisk_2d.cpp : warning C4005: 'NOMINMAX': macro redefinition
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\brisk_2d.cpp)
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\brisk_2d.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\brisk_2d.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\brisk_2d.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\brisk_2d.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\brisk_2d.cpp)
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\brisk_2d.cpp)
22>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_featuresd.lib'
22>Done building project "pcl_registration.vcxproj" -- FAILED.
25>------ Rebuild All started: Project: pcl_recognition, Configuration: Debug x64 ------
24>trajkovic_2d.cpp
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\trajkovic_2d.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\trajkovic_2d.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
24>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\trajkovic_2d.cpp)
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\trajkovic_2d.cpp : warning C4005: 'NOMINMAX': macro redefinition
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\trajkovic_2d.cpp)
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\trajkovic_2d.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\trajkovic_2d.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\trajkovic_2d.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
25>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/recognition/CMakeLists.txt
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\trajkovic_2d.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
24>trajkovic_3d.cpp
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\trajkovic_3d.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\trajkovic_3d.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
24>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\trajkovic_3d.cpp)
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\trajkovic_3d.cpp : warning C4005: 'NOMINMAX': macro redefinition
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\trajkovic_3d.cpp)
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\trajkovic_3d.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\trajkovic_3d.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\trajkovic_3d.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\trajkovic_3d.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\trajkovic_2d.cpp)
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\trajkovic_2d.cpp)
25>Performing Custom Build Step
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\trajkovic_3d.cpp)
24>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\keypoints\src\trajkovic_3d.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\recognition\pcl_recognition.dir\Debug\vc142.pdb
25>1 File(s) copied
25>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\recognition\pcl_recognition.dir\Debug\vc142.idb
25>1 File(s) copied
25>linemod.cpp
25>quantizable_modality.cpp
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\linemod.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\quantizable_modality.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\linemod.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
25>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\linemod.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\linemod.cpp : warning C4005: 'NOMINMAX': macro redefinition
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\linemod.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\linemod.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\linemod.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\linemod.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\linemod.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
25>dotmod.cpp
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\quantizable_modality.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
25>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\quantizable_modality.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\quantizable_modality.cpp : warning C4005: 'NOMINMAX': macro redefinition
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\quantizable_modality.cpp)
25>mask_map.cpp
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\quantizable_modality.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\quantizable_modality.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\quantizable_modality.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\quantizable_modality.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\dotmod.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\dotmod.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
25>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\dotmod.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\dotmod.cpp : warning C4005: 'NOMINMAX': macro redefinition
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\dotmod.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\dotmod.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\mask_map.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\dotmod.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\dotmod.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\dotmod.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\mask_map.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
25>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\mask_map.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\mask_map.cpp : warning C4005: 'NOMINMAX': macro redefinition
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\mask_map.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\mask_map.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\mask_map.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\mask_map.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\mask_map.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
25>occlusion_reasoning.cpp
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\hv\occlusion_reasoning.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\hv\occlusion_reasoning.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
25>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\hv\occlusion_reasoning.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\hv\occlusion_reasoning.cpp : warning C4005: 'NOMINMAX': macro redefinition
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\hv\occlusion_reasoning.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\hv\occlusion_reasoning.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\hv\occlusion_reasoning.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\hv\occlusion_reasoning.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\hv\occlusion_reasoning.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
25>hv_papazov.cpp
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\hv\hv_papazov.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\hv\hv_papazov.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
25>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\hv\hv_papazov.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\hv\hv_papazov.cpp : warning C4005: 'NOMINMAX': macro redefinition
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\hv\hv_papazov.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\hv\hv_papazov.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\hv\hv_papazov.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\hv\hv_papazov.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\hv\hv_papazov.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
25>hv_go.cpp
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\hv\hv_go.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\hv\hv_go.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
25>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\hv\hv_go.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\hv\hv_go.cpp : warning C4005: 'NOMINMAX': macro redefinition
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\hv\hv_go.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\hv\hv_go.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\hv\hv_go.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\hv\hv_go.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\hv\hv_go.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
25>greedy_verification.cpp
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\hv\greedy_verification.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\hv\greedy_verification.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
25>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\hv\greedy_verification.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\hv\greedy_verification.cpp : warning C4005: 'NOMINMAX': macro redefinition
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\hv\greedy_verification.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\hv\greedy_verification.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\hv\greedy_verification.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\hv\greedy_verification.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\hv\greedy_verification.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\hv\occlusion_reasoning.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\hv\occlusion_reasoning.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\hv\hv_papazov.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\hv\hv_papazov.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\hv\greedy_verification.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\hv\greedy_verification.cpp)
25>hough_3d.cpp
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\cg\hough_3d.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\cg\hough_3d.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
25>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\cg\hough_3d.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\cg\hough_3d.cpp : warning C4005: 'NOMINMAX': macro redefinition
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\cg\hough_3d.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\cg\hough_3d.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\cg\hough_3d.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\cg\hough_3d.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\cg\hough_3d.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\cg\hough_3d.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\cg\hough_3d.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\hv\hv_go.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\hv\hv_go.cpp)
24>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_featuresd.lib'
24>Done building project "pcl_keypoints.vcxproj" -- FAILED.
26>------ Rebuild All started: Project: pcl_boundary_estimation, Configuration: Debug x64 ------
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\include\pcl\recognition\3rdparty\metslib\model.hh(738,27): warning C4101: 'e': unreferenced local variable (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\hv\hv_go.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\include\pcl\recognition\3rdparty\metslib\model.hh(788,27): warning C4101: 'e': unreferenced local variable (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\hv\hv_go.cpp)
25>geometric_consistency.cpp
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\cg\geometric_consistency.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\cg\geometric_consistency.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
25>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\cg\geometric_consistency.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\cg\geometric_consistency.cpp : warning C4005: 'NOMINMAX': macro redefinition
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\cg\geometric_consistency.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\cg\geometric_consistency.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\cg\geometric_consistency.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\cg\geometric_consistency.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\cg\geometric_consistency.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\cg\geometric_consistency.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\cg\geometric_consistency.cpp)
26>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
26>Performing Custom Build Step
26>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_boundary_estimation.dir\Debug\vc142.pdb
26>1 File(s) copied
26>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_boundary_estimation.dir\Debug\vc142.idb
26>1 File(s) copied
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\include\pcl/recognition/impl/hv/hv_go.hpp(366,15): error C3861: 'omp_get_num_procs': identifier not found (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\hv\hv_go.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\include\pcl/recognition/impl/hv/hv_go.hpp(189): message : while compiling class template member function 'void pcl::GlobalHypothesesVerification<pcl::PointXYZ,pcl::PointXYZ>::initialize(void)' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\hv\hv_go.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\hv\hv_go.cpp(42): message : see reference to class template instantiation 'pcl::GlobalHypothesesVerification<pcl::PointXYZ,pcl::PointXYZ>' being compiled
26>boundary_estimation.cpp
26>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\boundary_estimation.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
26>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\boundary_estimation.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
26>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
26>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\boundary_estimation.cpp : warning C4005: 'NOMINMAX': macro redefinition
26>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
26>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\boundary_estimation.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
26>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\boundary_estimation.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
26>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\boundary_estimation.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
26>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\boundary_estimation.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
25>obj_rec_ransac.cpp
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\ransac_based\obj_rec_ransac.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\ransac_based\obj_rec_ransac.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
25>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\ransac_based\obj_rec_ransac.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\ransac_based\obj_rec_ransac.cpp : warning C4005: 'NOMINMAX': macro redefinition
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\ransac_based\obj_rec_ransac.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\ransac_based\obj_rec_ransac.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\ransac_based\obj_rec_ransac.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\ransac_based\obj_rec_ransac.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\ransac_based\obj_rec_ransac.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
25>model_library.cpp
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\ransac_based\model_library.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\ransac_based\model_library.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
25>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\ransac_based\model_library.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\ransac_based\model_library.cpp : warning C4005: 'NOMINMAX': macro redefinition
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\ransac_based\model_library.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\ransac_based\model_library.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\ransac_based\model_library.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\ransac_based\model_library.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\ransac_based\model_library.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\ransac_based\obj_rec_ransac.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\ransac_based\obj_rec_ransac.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\ransac_based\model_library.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\ransac_based\model_library.cpp)
26>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
26>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
26>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_iod.lib'
26>Done building project "pcl_boundary_estimation.vcxproj" -- FAILED.
27>------ Rebuild All started: Project: pcl_cluster_extraction, Configuration: Debug x64 ------
27>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
27>Performing Custom Build Step
27>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_cluster_extraction.dir\Debug\vc142.pdb
27>1 File(s) copied
27>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_cluster_extraction.dir\Debug\vc142.idb
27>1 File(s) copied
27>cluster_extraction.cpp
27>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\cluster_extraction.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
27>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\cluster_extraction.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
27>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
27>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\cluster_extraction.cpp : warning C4005: 'NOMINMAX': macro redefinition
27>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
27>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\cluster_extraction.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
27>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\cluster_extraction.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
25>orr_octree.cpp
27>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\cluster_extraction.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
27>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\cluster_extraction.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\ransac_based\orr_octree.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\ransac_based\orr_octree.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
25>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\ransac_based\orr_octree.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\ransac_based\orr_octree.cpp : warning C4005: 'NOMINMAX': macro redefinition
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\ransac_based\orr_octree.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\ransac_based\orr_octree.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\ransac_based\orr_octree.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\ransac_based\orr_octree.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\ransac_based\orr_octree.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
25>orr_octree_zprojection.cpp
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\ransac_based\orr_octree_zprojection.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\ransac_based\orr_octree_zprojection.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
25>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\ransac_based\orr_octree_zprojection.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\ransac_based\orr_octree_zprojection.cpp : warning C4005: 'NOMINMAX': macro redefinition
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\ransac_based\orr_octree_zprojection.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\ransac_based\orr_octree_zprojection.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\ransac_based\orr_octree_zprojection.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\ransac_based\orr_octree_zprojection.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\ransac_based\orr_octree_zprojection.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\ransac_based\orr_octree.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\ransac_based\orr_octree.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\ransac_based\orr_octree_zprojection.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\ransac_based\orr_octree_zprojection.cpp)
25>face_detector_data_provider.cpp
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\face_detection\face_detector_data_provider.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\face_detection\face_detector_data_provider.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
25>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\face_detection\face_detector_data_provider.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\face_detection\face_detector_data_provider.cpp : warning C4005: 'NOMINMAX': macro redefinition
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\face_detection\face_detector_data_provider.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\face_detection\face_detector_data_provider.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\face_detection\face_detector_data_provider.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\face_detection\face_detector_data_provider.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\face_detection\face_detector_data_provider.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\face_detection\face_detector_data_provider.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\face_detection\face_detector_data_provider.cpp)
25>rf_face_detector_trainer.cpp
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\face_detection\rf_face_detector_trainer.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\face_detection\rf_face_detector_trainer.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
25>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\face_detection\rf_face_detector_trainer.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\face_detection\rf_face_detector_trainer.cpp : warning C4005: 'NOMINMAX': macro redefinition
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\face_detection\rf_face_detector_trainer.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\face_detection\rf_face_detector_trainer.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\face_detection\rf_face_detector_trainer.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\face_detection\rf_face_detector_trainer.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\face_detection\rf_face_detector_trainer.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\face_detection\rf_face_detector_trainer.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\face_detection\rf_face_detector_trainer.cpp)
27>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
27>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
27>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_iod.lib'
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\face_detection\face_detector_data_provider.cpp)
27>Done building project "pcl_cluster_extraction.vcxproj" -- FAILED.
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\face_detection\face_detector_data_provider.cpp)
25>implicit_shape_model.cpp
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\implicit_shape_model.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
28>------ Rebuild All started: Project: pcl_compute_hausdorff, Configuration: Debug x64 ------
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\implicit_shape_model.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
25>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\implicit_shape_model.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\implicit_shape_model.cpp : warning C4005: 'NOMINMAX': macro redefinition
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\implicit_shape_model.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\implicit_shape_model.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\implicit_shape_model.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\implicit_shape_model.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\implicit_shape_model.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\face_detection\rf_face_detector_trainer.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\face_detection\rf_face_detector_trainer.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\implicit_shape_model.cpp)
25>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\recognition\src\implicit_shape_model.cpp)
28>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
28>Performing Custom Build Step
28>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_compute_hausdorff.dir\Debug\vc142.pdb
28>1 File(s) copied
28>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_compute_hausdorff.dir\Debug\vc142.idb
28>1 File(s) copied
28>compute_hausdorff.cpp
28>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\compute_hausdorff.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
28>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\compute_hausdorff.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
28>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
28>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\compute_hausdorff.cpp : warning C4005: 'NOMINMAX': macro redefinition
28>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
28>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\compute_hausdorff.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
28>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\compute_hausdorff.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
28>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\compute_hausdorff.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
28>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\compute_hausdorff.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
28>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
28>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
28>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_iod.lib'
28>Done building project "pcl_compute_hausdorff.vcxproj" -- FAILED.
29>------ Rebuild All started: Project: pcl_concatenate_points_pcd, Configuration: Debug x64 ------
29>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
29>Performing Custom Build Step
29>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_concatenate_points_pcd.dir\Debug\vc142.pdb
29>1 File(s) copied
29>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_concatenate_points_pcd.dir\Debug\vc142.idb
29>1 File(s) copied
29>concatenate_points_pcd.cpp
29>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\concatenate_points_pcd.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
29>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\concatenate_points_pcd.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
29>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
29>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\concatenate_points_pcd.cpp : warning C4005: 'NOMINMAX': macro redefinition
29>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
29>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\concatenate_points_pcd.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
29>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\concatenate_points_pcd.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
29>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\concatenate_points_pcd.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
29>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\concatenate_points_pcd.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
29>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
29>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
29>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_iod.lib'
29>Done building project "pcl_concatenate_points_pcd.vcxproj" -- FAILED.
30>------ Rebuild All started: Project: pcl_convert_pcd_ascii_binary, Configuration: Debug x64 ------
30>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/io/tools/CMakeLists.txt
30>Performing Custom Build Step
30>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\io\tools\pcl_convert_pcd_ascii_binary.dir\Debug\vc142.pdb
30>1 File(s) copied
30>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\io\tools\pcl_convert_pcd_ascii_binary.dir\Debug\vc142.idb
30>1 File(s) copied
30>convert_pcd_ascii_binary.cpp
30>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\convert_pcd_ascii_binary.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
30>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\convert_pcd_ascii_binary.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
30>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
30>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\convert_pcd_ascii_binary.cpp : warning C4005: 'NOMINMAX': macro redefinition
30>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
30>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\convert_pcd_ascii_binary.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
30>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\convert_pcd_ascii_binary.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
30>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\convert_pcd_ascii_binary.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
30>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\convert_pcd_ascii_binary.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
30>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
30>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
30>LINK : fatal error LNK1104: cannot open file '..\..\lib\pcl_iod.lib'
30>Done building project "pcl_convert_pcd_ascii_binary.vcxproj" -- FAILED.
31>------ Rebuild All started: Project: pcl_converter, Configuration: Debug x64 ------
31>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/io/tools/CMakeLists.txt
31>Performing Custom Build Step
31>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\io\tools\pcl_converter.dir\Debug\vc142.pdb
31>1 File(s) copied
31>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\io\tools\pcl_converter.dir\Debug\vc142.idb
31>1 File(s) copied
31>converter.cpp
31>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\converter.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
31>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\converter.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
31>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
31>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\converter.cpp : warning C4005: 'NOMINMAX': macro redefinition
31>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
31>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\converter.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
31>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\converter.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
31>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\converter.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
31>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\converter.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
31>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
31>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
31>LINK : fatal error LNK1104: cannot open file '..\..\lib\pcl_iod.lib'
31>Done building project "pcl_converter.vcxproj" -- FAILED.
32>------ Rebuild All started: Project: pcl_crf_segmentation, Configuration: Debug x64 ------
32>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
32>Performing Custom Build Step
32>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_crf_segmentation.dir\Debug\vc142.pdb
32>1 File(s) copied
32>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_crf_segmentation.dir\Debug\vc142.idb
32>1 File(s) copied
32>crf_segmentation.cpp
32>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\crf_segmentation.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
32>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\crf_segmentation.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
32>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
32>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\crf_segmentation.cpp : warning C4005: 'NOMINMAX': macro redefinition
32>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
32>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\crf_segmentation.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
32>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\crf_segmentation.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
32>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\crf_segmentation.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
32>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\crf_segmentation.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
32>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
32>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
25>Done building project "pcl_recognition.vcxproj" -- FAILED.
33>------ Rebuild All started: Project: pcl_crop_to_hull, Configuration: Debug x64 ------
33>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
33>Performing Custom Build Step
33>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_crop_to_hull.dir\Debug\vc142.pdb
33>1 File(s) copied
33>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_crop_to_hull.dir\Debug\vc142.idb
33>1 File(s) copied
33>crop_to_hull.cpp
33>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\crop_to_hull.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
33>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\crop_to_hull.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
33>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
33>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\crop_to_hull.cpp : warning C4005: 'NOMINMAX': macro redefinition
33>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
33>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\crop_to_hull.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
33>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\crop_to_hull.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
33>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\crop_to_hull.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
33>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\crop_to_hull.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
33>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
33>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
33>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_iod.lib'
32>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_iod.lib'
33>Done building project "pcl_crop_to_hull.vcxproj" -- FAILED.
32>Done building project "pcl_crf_segmentation.vcxproj" -- FAILED.
34>------ Rebuild All started: Project: pcl_demean_cloud, Configuration: Debug x64 ------
35>------ Rebuild All started: Project: pcl_elch, Configuration: Debug x64 ------
34>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
34>Performing Custom Build Step
35>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
35>Performing Custom Build Step
34>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_demean_cloud.dir\Debug\vc142.pdb
35>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_elch.dir\Debug\vc142.pdb
34>1 File(s) copied
34>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_demean_cloud.dir\Debug\vc142.idb
34>1 File(s) copied
35>1 File(s) copied
35>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_elch.dir\Debug\vc142.idb
35>1 File(s) copied
34>demean_cloud.cpp
35>elch.cpp
35>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\elch.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
35>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\elch.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
35>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
35>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\elch.cpp : warning C4005: 'NOMINMAX': macro redefinition
35>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
35>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\elch.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
35>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\elch.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
35>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\elch.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
35>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\elch.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
34>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\demean_cloud.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
34>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\demean_cloud.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
34>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
34>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\demean_cloud.cpp : warning C4005: 'NOMINMAX': macro redefinition
34>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
34>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\demean_cloud.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
34>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\demean_cloud.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
34>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\demean_cloud.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
34>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\demean_cloud.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
35>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
35>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
34>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
34>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
34>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_iod.lib'
34>Done building project "pcl_demean_cloud.vcxproj" -- FAILED.
36>------ Rebuild All started: Project: pcl_extract_feature, Configuration: Debug x64 ------
36>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
36>Performing Custom Build Step
36>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_extract_feature.dir\Debug\vc142.pdb
36>1 File(s) copied
36>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_extract_feature.dir\Debug\vc142.idb
36>1 File(s) copied
36>extract_feature.cpp
36>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\extract_feature.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
36>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\extract_feature.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
36>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
36>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\extract_feature.cpp : warning C4005: 'NOMINMAX': macro redefinition
36>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
36>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\extract_feature.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
36>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\extract_feature.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
36>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\extract_feature.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
36>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\extract_feature.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
36>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
36>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
36>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_iod.lib'
36>Done building project "pcl_extract_feature.vcxproj" -- FAILED.
37>------ Rebuild All started: Project: pcl_fast_bilateral_filter, Configuration: Debug x64 ------
37>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
37>Performing Custom Build Step
37>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_fast_bilateral_filter.dir\Debug\vc142.pdb
37>1 File(s) copied
37>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_fast_bilateral_filter.dir\Debug\vc142.idb
37>1 File(s) copied
37>fast_bilateral_filter.cpp
37>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\fast_bilateral_filter.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
37>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\fast_bilateral_filter.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
37>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
37>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\fast_bilateral_filter.cpp : warning C4005: 'NOMINMAX': macro redefinition
37>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
37>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\fast_bilateral_filter.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
37>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\fast_bilateral_filter.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
37>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\fast_bilateral_filter.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
37>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\fast_bilateral_filter.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
37>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
37>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
37>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_iod.lib'
37>Done building project "pcl_fast_bilateral_filter.vcxproj" -- FAILED.
38>------ Rebuild All started: Project: pcl_fpfh_estimation, Configuration: Debug x64 ------
38>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
38>Performing Custom Build Step
38>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_fpfh_estimation.dir\Debug\vc142.pdb
38>1 File(s) copied
38>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_fpfh_estimation.dir\Debug\vc142.idb
38>1 File(s) copied
38>fpfh_estimation.cpp
38>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\fpfh_estimation.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
38>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\fpfh_estimation.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
38>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
38>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\fpfh_estimation.cpp : warning C4005: 'NOMINMAX': macro redefinition
38>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
38>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\fpfh_estimation.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
38>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\fpfh_estimation.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
38>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\fpfh_estimation.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
38>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\fpfh_estimation.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
35>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_iod.lib'
35>Done building project "pcl_elch.vcxproj" -- FAILED.
39>------ Rebuild All started: Project: pcl_generate, Configuration: Debug x64 ------
39>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
39>Performing Custom Build Step
39>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_generate.dir\Debug\vc142.pdb
39>1 File(s) copied
39>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_generate.dir\Debug\vc142.idb
39>1 File(s) copied
39>generate.cpp
39>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\generate.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
39>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\generate.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
39>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
39>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\generate.cpp : warning C4005: 'NOMINMAX': macro redefinition
39>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
39>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\generate.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
39>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\generate.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
39>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\generate.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
39>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\generate.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
38>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
38>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
39>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
39>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
39>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_iod.lib'
39>Done building project "pcl_generate.vcxproj" -- FAILED.
40>------ Rebuild All started: Project: pcl_gp3_surface, Configuration: Debug x64 ------
40>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
40>Performing Custom Build Step
40>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_gp3_surface.dir\Debug\vc142.pdb
40>1 File(s) copied
40>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_gp3_surface.dir\Debug\vc142.idb
40>1 File(s) copied
40>gp3_surface.cpp
40>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\gp3_surface.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
40>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\gp3_surface.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
40>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
40>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\gp3_surface.cpp : warning C4005: 'NOMINMAX': macro redefinition
40>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
40>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\gp3_surface.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
40>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\gp3_surface.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
40>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\gp3_surface.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
40>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\gp3_surface.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
38>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_iod.lib'
38>Done building project "pcl_fpfh_estimation.vcxproj" -- FAILED.
41>------ Rebuild All started: Project: pcl_hdl_grabber, Configuration: Debug x64 ------
41>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/io/tools/CMakeLists.txt
41>Performing Custom Build Step
41>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\io\tools\pcl_hdl_grabber.dir\Debug\vc142.pdb
41>1 File(s) copied
41>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\io\tools\pcl_hdl_grabber.dir\Debug\vc142.idb
41>1 File(s) copied
41>hdl_grabber_example.cpp
41>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\hdl_grabber_example.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
41>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\hdl_grabber_example.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
41>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
41>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\hdl_grabber_example.cpp : warning C4005: 'NOMINMAX': macro redefinition
41>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
41>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\hdl_grabber_example.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
41>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\hdl_grabber_example.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
41>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\hdl_grabber_example.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
41>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\hdl_grabber_example.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
40>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
40>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
41>Please define _WIN32_WINNT or _WIN32_WINDOWS appropriately. For example:
41>- add -D_WIN32_WINNT=0x0601 to the compiler command line; or
41>- add _WIN32_WINNT=0x0601 to your project's Preprocessor Definitions.
41>Assuming _WIN32_WINNT=0x0601 (i.e. Windows 7 target).
40>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_iod.lib'
40>Done building project "pcl_gp3_surface.vcxproj" -- FAILED.
42>------ Rebuild All started: Project: pcl_hdl_viewer_simple, Configuration: Debug x64 ------
42>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
42>Performing Custom Build Step
42>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_hdl_viewer_simple.dir\Debug\vc142.pdb
42>1 File(s) copied
42>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_hdl_viewer_simple.dir\Debug\vc142.idb
42>1 File(s) copied
42>hdl_viewer_simple.cpp
42>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\hdl_viewer_simple.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
42>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\hdl_viewer_simple.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
42>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
42>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\hdl_viewer_simple.cpp : warning C4005: 'NOMINMAX': macro redefinition
42>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
42>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\hdl_viewer_simple.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
42>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\hdl_viewer_simple.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
42>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\hdl_viewer_simple.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
42>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\hdl_viewer_simple.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
41>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\hdl_grabber_example.cpp(55,51): warning C4996: 'ctime': This function or variable may be unsafe. Consider using ctime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
41>LINK : fatal error LNK1104: cannot open file '..\..\lib\pcl_iod.lib'
41>Done building project "pcl_hdl_grabber.vcxproj" -- FAILED.
43>------ Rebuild All started: Project: pcl_icp, Configuration: Debug x64 ------
42>Please define _WIN32_WINNT or _WIN32_WINDOWS appropriately. For example:
42>- add -D_WIN32_WINNT=0x0601 to the compiler command line; or
42>- add _WIN32_WINNT=0x0601 to your project's Preprocessor Definitions.
42>Assuming _WIN32_WINNT=0x0601 (i.e. Windows 7 target).
43>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
43>Performing Custom Build Step
43>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_icp.dir\Debug\vc142.pdb
43>1 File(s) copied
43>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_icp.dir\Debug\vc142.idb
43>1 File(s) copied
43>icp.cpp
43>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\icp.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
43>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\icp.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
43>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
43>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\icp.cpp : warning C4005: 'NOMINMAX': macro redefinition
43>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
43>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\icp.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
43>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\icp.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
43>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\icp.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
43>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\icp.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
43>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
43>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
42>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_visualizationd.lib'
42>Done building project "pcl_hdl_viewer_simple.vcxproj" -- FAILED.
44>------ Rebuild All started: Project: pcl_icp2d, Configuration: Debug x64 ------
44>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
44>Performing Custom Build Step
44>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_icp2d.dir\Debug\vc142.pdb
44>1 File(s) copied
44>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_icp2d.dir\Debug\vc142.idb
44>1 File(s) copied
44>icp2d.cpp
44>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\icp2d.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
44>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\icp2d.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
44>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
44>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\icp2d.cpp : warning C4005: 'NOMINMAX': macro redefinition
44>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
44>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\icp2d.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
44>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\icp2d.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
44>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\icp2d.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
44>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\icp2d.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
44>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
44>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
43>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_iod.lib'
43>Done building project "pcl_icp.vcxproj" -- FAILED.
45>------ Rebuild All started: Project: pcl_linemod_detection, Configuration: Debug x64 ------
45>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
45>Performing Custom Build Step
45>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_linemod_detection.dir\Debug\vc142.pdb
45>1 File(s) copied
45>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_linemod_detection.dir\Debug\vc142.idb
45>1 File(s) copied
45>linemod_detection.cpp
45>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\linemod_detection.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
45>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\linemod_detection.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
45>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
45>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\linemod_detection.cpp : warning C4005: 'NOMINMAX': macro redefinition
45>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
45>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\linemod_detection.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
45>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\linemod_detection.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
45>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\linemod_detection.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
45>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\linemod_detection.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
45>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
45>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
45>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_recognitiond.lib'
45>Done building project "pcl_linemod_detection.vcxproj" -- FAILED.
46>------ Rebuild All started: Project: pcl_local_max, Configuration: Debug x64 ------
46>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
46>Performing Custom Build Step
46>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_local_max.dir\Debug\vc142.pdb
46>1 File(s) copied
46>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_local_max.dir\Debug\vc142.idb
46>1 File(s) copied
46>local_max.cpp
46>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\local_max.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
46>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\local_max.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
46>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
46>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\local_max.cpp : warning C4005: 'NOMINMAX': macro redefinition
46>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
46>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\local_max.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
46>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\local_max.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
46>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\local_max.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
46>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\local_max.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
46>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
46>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
46>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_iod.lib'
46>Done building project "pcl_local_max.vcxproj" -- FAILED.
47>------ Rebuild All started: Project: pcl_lum, Configuration: Debug x64 ------
47>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
47>Performing Custom Build Step
47>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_lum.dir\Debug\vc142.pdb
44>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_iod.lib'
47>1 File(s) copied
47>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_lum.dir\Debug\vc142.idb
47>1 File(s) copied
44>Done building project "pcl_icp2d.vcxproj" -- FAILED.
48>------ Rebuild All started: Project: pcl_marching_cubes_reconstruction, Configuration: Debug x64 ------
47>lum.cpp
47>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\lum.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
47>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\lum.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
47>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
47>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\lum.cpp : warning C4005: 'NOMINMAX': macro redefinition
47>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
47>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\lum.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
47>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\lum.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
47>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\lum.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
47>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\lum.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
48>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
48>Performing Custom Build Step
48>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_marching_cubes_reconstruction.dir\Debug\vc142.pdb
48>1 File(s) copied
48>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_marching_cubes_reconstruction.dir\Debug\vc142.idb
48>1 File(s) copied
48>marching_cubes_reconstruction.cpp
48>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\marching_cubes_reconstruction.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
48>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\marching_cubes_reconstruction.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
48>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
48>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\marching_cubes_reconstruction.cpp : warning C4005: 'NOMINMAX': macro redefinition
48>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
48>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\marching_cubes_reconstruction.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
48>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\marching_cubes_reconstruction.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
48>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\marching_cubes_reconstruction.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
48>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\marching_cubes_reconstruction.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
47>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
47>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
48>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
48>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
48>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_iod.lib'
48>Done building project "pcl_marching_cubes_reconstruction.vcxproj" -- FAILED.
49>------ Rebuild All started: Project: pcl_match_linemod_template, Configuration: Debug x64 ------
49>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
49>Performing Custom Build Step
49>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_match_linemod_template.dir\Debug\vc142.pdb
49>1 File(s) copied
49>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_match_linemod_template.dir\Debug\vc142.idb
49>1 File(s) copied
49>match_linemod_template.cpp
49>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\match_linemod_template.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
49>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\match_linemod_template.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
49>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
49>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\match_linemod_template.cpp : warning C4005: 'NOMINMAX': macro redefinition
49>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
49>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\match_linemod_template.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
49>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\match_linemod_template.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
49>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\match_linemod_template.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
49>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\match_linemod_template.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
47>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_iod.lib'
47>Done building project "pcl_lum.vcxproj" -- FAILED.
50>------ Rebuild All started: Project: pcl_mesh2pcd, Configuration: Debug x64 ------
49>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
49>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
50>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
50>Performing Custom Build Step
50>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_mesh2pcd.dir\Debug\vc142.pdb
50>1 File(s) copied
50>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_mesh2pcd.dir\Debug\vc142.idb
50>1 File(s) copied
49>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\match_linemod_template.cpp(121,13): warning C4477: 'printf' : format string '%lu' requires an argument of type 'unsigned long', but variadic argument 1 has type 'size_t'
49>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\match_linemod_template.cpp(121,13): message : consider using '%zu' in the format string
50>mesh2pcd.cpp
50>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\mesh2pcd.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
50>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\mesh2pcd.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
50>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
50>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\mesh2pcd.cpp : warning C4005: 'NOMINMAX': macro redefinition
50>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
50>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\mesh2pcd.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
50>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\mesh2pcd.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
50>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\mesh2pcd.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
50>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\mesh2pcd.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
49>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_recognitiond.lib'
49>Done building project "pcl_match_linemod_template.vcxproj" -- FAILED.
51>------ Rebuild All started: Project: pcl_mesh_sampling, Configuration: Debug x64 ------
51>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
51>Performing Custom Build Step
51>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_mesh_sampling.dir\Debug\vc142.pdb
51>1 File(s) copied
51>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_mesh_sampling.dir\Debug\vc142.idb
51>1 File(s) copied
51>mesh_sampling.cpp
51>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\mesh_sampling.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
51>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\mesh_sampling.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
51>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
51>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\mesh_sampling.cpp : warning C4005: 'NOMINMAX': macro redefinition
51>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
51>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\mesh_sampling.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
51>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\mesh_sampling.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
51>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\mesh_sampling.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
51>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\mesh_sampling.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
50>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
50>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
51>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
51>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
50>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_visualizationd.lib'
50>Done building project "pcl_mesh2pcd.vcxproj" -- FAILED.
52>------ Rebuild All started: Project: pcl_mls_smoothing, Configuration: Debug x64 ------
52>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
52>Performing Custom Build Step
52>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_mls_smoothing.dir\Debug\vc142.pdb
52>1 File(s) copied
52>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_mls_smoothing.dir\Debug\vc142.idb
52>1 File(s) copied
52>mls_smoothing.cpp
52>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\mls_smoothing.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
52>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\mls_smoothing.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
52>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
52>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\mls_smoothing.cpp : warning C4005: 'NOMINMAX': macro redefinition
52>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
52>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\mls_smoothing.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
52>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\mls_smoothing.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
52>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\mls_smoothing.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
52>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\mls_smoothing.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
52>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
52>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
52>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_iod.lib'
52>Done building project "pcl_mls_smoothing.vcxproj" -- FAILED.
53>------ Rebuild All started: Project: pcl_morph, Configuration: Debug x64 ------
53>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
53>Performing Custom Build Step
53>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_morph.dir\Debug\vc142.pdb
53>1 File(s) copied
53>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_morph.dir\Debug\vc142.idb
53>1 File(s) copied
53>morph.cpp
53>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\morph.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
53>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\morph.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
53>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
53>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\morph.cpp : warning C4005: 'NOMINMAX': macro redefinition
53>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
53>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\morph.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
53>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\morph.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
53>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\morph.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
53>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\morph.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
53>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
53>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
53>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_iod.lib'
53>Done building project "pcl_morph.vcxproj" -- FAILED.
54>------ Rebuild All started: Project: pcl_ndt2d, Configuration: Debug x64 ------
54>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
54>Performing Custom Build Step
54>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_ndt2d.dir\Debug\vc142.pdb
54>1 File(s) copied
54>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_ndt2d.dir\Debug\vc142.idb
54>1 File(s) copied
51>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_visualizationd.lib'
51>Done building project "pcl_mesh_sampling.vcxproj" -- FAILED.
55>------ Rebuild All started: Project: pcl_ndt3d, Configuration: Debug x64 ------
54>ndt2d.cpp
54>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\ndt2d.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
54>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\ndt2d.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
54>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
54>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\ndt2d.cpp : warning C4005: 'NOMINMAX': macro redefinition
54>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
54>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\ndt2d.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
54>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\ndt2d.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
54>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\ndt2d.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
54>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\ndt2d.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
55>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
55>Performing Custom Build Step
55>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_ndt3d.dir\Debug\vc142.pdb
55>1 File(s) copied
55>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_ndt3d.dir\Debug\vc142.idb
55>1 File(s) copied
55>ndt3d.cpp
55>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\ndt3d.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
55>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\ndt3d.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
55>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
55>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\ndt3d.cpp : warning C4005: 'NOMINMAX': macro redefinition
55>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
55>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\ndt3d.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
55>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\ndt3d.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
55>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\ndt3d.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
55>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\ndt3d.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
54>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
54>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
55>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
55>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
55>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_iod.lib'
55>Done building project "pcl_ndt3d.vcxproj" -- FAILED.
56>------ Rebuild All started: Project: pcl_normal_estimation, Configuration: Debug x64 ------
56>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
56>Performing Custom Build Step
56>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_normal_estimation.dir\Debug\vc142.pdb
56>1 File(s) copied
56>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_normal_estimation.dir\Debug\vc142.idb
56>1 File(s) copied
56>normal_estimation.cpp
56>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\normal_estimation.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
56>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\normal_estimation.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
56>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
56>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\normal_estimation.cpp : warning C4005: 'NOMINMAX': macro redefinition
56>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
56>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\normal_estimation.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
56>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\normal_estimation.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
56>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\normal_estimation.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
56>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\normal_estimation.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
56>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
56>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
56>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_iod.lib'
56>Done building project "pcl_normal_estimation.vcxproj" -- FAILED.
57>------ Rebuild All started: Project: pcl_obj2pcd, Configuration: Debug x64 ------
57>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
57>Performing Custom Build Step
57>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_obj2pcd.dir\Debug\vc142.pdb
57>1 File(s) copied
57>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_obj2pcd.dir\Debug\vc142.idb
57>1 File(s) copied
57>obj2pcd.cpp
57>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj2pcd.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
57>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj2pcd.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
57>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
57>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj2pcd.cpp : warning C4005: 'NOMINMAX': macro redefinition
57>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
57>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj2pcd.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
57>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj2pcd.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
57>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj2pcd.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
57>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj2pcd.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
57>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
57>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
54>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_iod.lib'
54>Done building project "pcl_ndt2d.vcxproj" -- FAILED.
58>------ Rebuild All started: Project: pcl_obj2ply, Configuration: Debug x64 ------
58>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
58>Performing Custom Build Step
58>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_obj2ply.dir\Debug\vc142.pdb
58>1 File(s) copied
58>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_obj2ply.dir\Debug\vc142.idb
58>1 File(s) copied
58>obj2ply.cpp
58>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj2ply.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
58>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj2ply.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
58>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
58>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj2ply.cpp : warning C4005: 'NOMINMAX': macro redefinition
58>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
58>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj2ply.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
58>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj2ply.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
58>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj2ply.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
58>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj2ply.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
58>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_iod.lib'
58>Done building project "pcl_obj2ply.vcxproj" -- FAILED.
59>------ Rebuild All started: Project: pcl_obj2vtk, Configuration: Debug x64 ------
59>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
59>Performing Custom Build Step
59>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_obj2vtk.dir\Debug\vc142.pdb
59>1 File(s) copied
59>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_obj2vtk.dir\Debug\vc142.idb
59>1 File(s) copied
59>obj2vtk.cpp
59>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj2vtk.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
59>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj2vtk.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
59>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
59>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj2vtk.cpp : warning C4005: 'NOMINMAX': macro redefinition
59>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
59>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj2vtk.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
59>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj2vtk.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
59>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj2vtk.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
59>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj2vtk.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
57>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_iod.lib'
57>Done building project "pcl_obj2pcd.vcxproj" -- FAILED.
60>------ Rebuild All started: Project: pcl_obj_rec_ransac_accepted_hypotheses, Configuration: Debug x64 ------
60>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
60>Performing Custom Build Step
60>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_obj_rec_ransac_accepted_hypotheses.dir\Debug\vc142.pdb
60>1 File(s) copied
60>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_obj_rec_ransac_accepted_hypotheses.dir\Debug\vc142.idb
60>1 File(s) copied
60>obj_rec_ransac_accepted_hypotheses.cpp
60>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj_rec_ransac_accepted_hypotheses.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
60>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj_rec_ransac_accepted_hypotheses.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
60>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
60>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj_rec_ransac_accepted_hypotheses.cpp : warning C4005: 'NOMINMAX': macro redefinition
60>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
60>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj_rec_ransac_accepted_hypotheses.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
60>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj_rec_ransac_accepted_hypotheses.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
60>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj_rec_ransac_accepted_hypotheses.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
60>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj_rec_ransac_accepted_hypotheses.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
59>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_iod.lib'
59>Done building project "pcl_obj2vtk.vcxproj" -- FAILED.
61>------ Rebuild All started: Project: pcl_obj_rec_ransac_hash_table, Configuration: Debug x64 ------
61>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
61>Performing Custom Build Step
61>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_obj_rec_ransac_hash_table.dir\Debug\vc142.pdb
61>1 File(s) copied
61>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_obj_rec_ransac_hash_table.dir\Debug\vc142.idb
61>1 File(s) copied
61>obj_rec_ransac_hash_table.cpp
61>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj_rec_ransac_hash_table.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
61>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj_rec_ransac_hash_table.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
61>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
61>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj_rec_ransac_hash_table.cpp : warning C4005: 'NOMINMAX': macro redefinition
61>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
61>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj_rec_ransac_hash_table.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
61>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj_rec_ransac_hash_table.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
61>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj_rec_ransac_hash_table.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
61>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj_rec_ransac_hash_table.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
60>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj_rec_ransac_accepted_hypotheses.cpp(309,5): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
61>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj_rec_ransac_hash_table.cpp(210,7): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
60>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_visualizationd.lib'
60>Done building project "pcl_obj_rec_ransac_accepted_hypotheses.vcxproj" -- FAILED.
62>------ Rebuild All started: Project: pcl_obj_rec_ransac_model_opps, Configuration: Debug x64 ------
62>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
62>Performing Custom Build Step
62>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_obj_rec_ransac_model_opps.dir\Debug\vc142.pdb
62>1 File(s) copied
62>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_obj_rec_ransac_model_opps.dir\Debug\vc142.idb
62>1 File(s) copied
62>obj_rec_ransac_model_opps.cpp
62>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj_rec_ransac_model_opps.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
62>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj_rec_ransac_model_opps.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
62>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
62>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj_rec_ransac_model_opps.cpp : warning C4005: 'NOMINMAX': macro redefinition
62>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
62>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj_rec_ransac_model_opps.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
62>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj_rec_ransac_model_opps.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
62>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj_rec_ransac_model_opps.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
62>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj_rec_ransac_model_opps.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
61>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_visualizationd.lib'
61>Done building project "pcl_obj_rec_ransac_hash_table.vcxproj" -- FAILED.
63>------ Rebuild All started: Project: pcl_obj_rec_ransac_orr_octree, Configuration: Debug x64 ------
63>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
63>Performing Custom Build Step
63>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_obj_rec_ransac_orr_octree.dir\Debug\vc142.pdb
63>1 File(s) copied
63>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_obj_rec_ransac_orr_octree.dir\Debug\vc142.idb
63>1 File(s) copied
63>obj_rec_ransac_orr_octree.cpp
63>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj_rec_ransac_orr_octree.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
63>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj_rec_ransac_orr_octree.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
63>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
63>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj_rec_ransac_orr_octree.cpp : warning C4005: 'NOMINMAX': macro redefinition
63>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
63>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj_rec_ransac_orr_octree.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
63>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj_rec_ransac_orr_octree.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
63>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj_rec_ransac_orr_octree.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
63>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj_rec_ransac_orr_octree.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
63>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
63>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
63>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj_rec_ransac_orr_octree.cpp(164,5): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
63>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_visualizationd.lib'
63>Done building project "pcl_obj_rec_ransac_orr_octree.vcxproj" -- FAILED.
64>------ Rebuild All started: Project: pcl_obj_rec_ransac_orr_octree_zprojection, Configuration: Debug x64 ------
64>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
64>Performing Custom Build Step
64>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_obj_rec_ransac_orr_octree_zprojection.dir\Debug\vc142.pdb
64>1 File(s) copied
64>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_obj_rec_ransac_orr_octree_zprojection.dir\Debug\vc142.idb
64>1 File(s) copied
64>obj_rec_ransac_orr_octree_zprojection.cpp
64>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj_rec_ransac_orr_octree_zprojection.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
64>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj_rec_ransac_orr_octree_zprojection.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
64>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
64>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj_rec_ransac_orr_octree_zprojection.cpp : warning C4005: 'NOMINMAX': macro redefinition
64>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
64>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj_rec_ransac_orr_octree_zprojection.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
64>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj_rec_ransac_orr_octree_zprojection.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
64>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj_rec_ransac_orr_octree_zprojection.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
64>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj_rec_ransac_orr_octree_zprojection.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
64>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
64>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
62>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_visualizationd.lib'
62>Done building project "pcl_obj_rec_ransac_model_opps.vcxproj" -- FAILED.
65>------ Rebuild All started: Project: pcl_grid_min, Configuration: Debug x64 ------
65>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
65>Performing Custom Build Step
65>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_grid_min.dir\Debug\vc142.pdb
65>1 File(s) copied
65>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_grid_min.dir\Debug\vc142.idb
65>1 File(s) copied
65>grid_min.cpp
65>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\grid_min.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
65>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\grid_min.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
65>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
65>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\grid_min.cpp : warning C4005: 'NOMINMAX': macro redefinition
65>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
65>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\grid_min.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
65>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\grid_min.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
65>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\grid_min.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
65>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\grid_min.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
65>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
65>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
65>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_iod.lib'
65>Done building project "pcl_grid_min.vcxproj" -- FAILED.
66>------ Rebuild All started: Project: pcl_obj_rec_ransac_scene_opps, Configuration: Debug x64 ------
66>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
66>Performing Custom Build Step
66>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_obj_rec_ransac_scene_opps.dir\Debug\vc142.pdb
66>1 File(s) copied
66>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_obj_rec_ransac_scene_opps.dir\Debug\vc142.idb
66>1 File(s) copied
66>obj_rec_ransac_scene_opps.cpp
66>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj_rec_ransac_scene_opps.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
66>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj_rec_ransac_scene_opps.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
66>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
66>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj_rec_ransac_scene_opps.cpp : warning C4005: 'NOMINMAX': macro redefinition
66>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
66>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj_rec_ransac_scene_opps.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
66>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj_rec_ransac_scene_opps.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
66>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj_rec_ransac_scene_opps.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
66>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\obj_rec_ransac_scene_opps.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
64>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_visualizationd.lib'
64>Done building project "pcl_obj_rec_ransac_orr_octree_zprojection.vcxproj" -- FAILED.
67>------ Rebuild All started: Project: pcl_octree_viewer, Configuration: Debug x64 ------
67>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
67>Performing Custom Build Step
67>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_octree_viewer.dir\Debug\vc142.pdb
67>1 File(s) copied
67>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_octree_viewer.dir\Debug\vc142.idb
67>1 File(s) copied
67>octree_viewer.cpp
67>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\octree_viewer.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
67>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\octree_viewer.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
67>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
67>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\octree_viewer.cpp : warning C4005: 'NOMINMAX': macro redefinition
67>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
67>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\octree_viewer.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
67>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\octree_viewer.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
67>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\octree_viewer.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
67>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\octree_viewer.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
67>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
67>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
67>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\octree_viewer.cpp(233,5): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
67>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\octree_viewer.cpp(237,5): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
67>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\octree_viewer.cpp(241,5): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
67>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\octree_viewer.cpp(246,5): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
67>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\octree_viewer.cpp(251,5): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
67>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_visualizationd.lib'
67>Done building project "pcl_octree_viewer.vcxproj" -- FAILED.
68>------ Rebuild All started: Project: pcl_outlier_removal, Configuration: Debug x64 ------
68>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
68>Performing Custom Build Step
68>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_outlier_removal.dir\Debug\vc142.pdb
68>1 File(s) copied
68>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_outlier_removal.dir\Debug\vc142.idb
68>1 File(s) copied
68>outlier_removal.cpp
68>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\outlier_removal.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
68>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\outlier_removal.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
68>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
68>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\outlier_removal.cpp : warning C4005: 'NOMINMAX': macro redefinition
68>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
68>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\outlier_removal.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
68>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\outlier_removal.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
68>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\outlier_removal.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
68>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\outlier_removal.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
68>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
68>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
68>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_iod.lib'
68>Done building project "pcl_outlier_removal.vcxproj" -- FAILED.
69>------ Rebuild All started: Project: pcl_outofcore_print, Configuration: Debug x64 ------
69>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/outofcore/tools/CMakeLists.txt
69>Performing Custom Build Step
69>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\outofcore\tools\pcl_outofcore_print.dir\Debug\vc142.pdb
69>1 File(s) copied
69>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\outofcore\tools\pcl_outofcore_print.dir\Debug\vc142.idb
69>1 File(s) copied
69>outofcore_print.cpp
66>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_visualizationd.lib'
69>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\tools\outofcore_print.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
69>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\tools\outofcore_print.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
69>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
69>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\tools\outofcore_print.cpp : warning C4005: 'NOMINMAX': macro redefinition
69>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
69>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\tools\outofcore_print.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
69>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\tools\outofcore_print.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
69>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\tools\outofcore_print.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
69>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\tools\outofcore_print.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
66>Done building project "pcl_obj_rec_ransac_scene_opps.vcxproj" -- FAILED.
70>------ Rebuild All started: Project: pcl_outofcore_process, Configuration: Debug x64 ------
70>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/outofcore/tools/CMakeLists.txt
70>Performing Custom Build Step
70>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\outofcore\tools\pcl_outofcore_process.dir\Debug\vc142.pdb
70>1 File(s) copied
70>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\outofcore\tools\pcl_outofcore_process.dir\Debug\vc142.idb
70>1 File(s) copied
70>outofcore_process.cpp
70>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\tools\outofcore_process.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
70>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\tools\outofcore_process.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
70>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
70>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\tools\outofcore_process.cpp : warning C4005: 'NOMINMAX': macro redefinition
70>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
70>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\tools\outofcore_process.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
70>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\tools\outofcore_process.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
70>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\tools\outofcore_process.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
70>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\tools\outofcore_process.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
69>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
69>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
70>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
70>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
70>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/octree_disk_container.h(228,26): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
70>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/octree_disk_container.h(225): message : while compiling class template member function 'void pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>::convertToXYZ(const boost::filesystem::path &)'
70>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/octree_base_node.h(305): message : see reference to class template instantiation 'pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>' being compiled
70>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/octree_base_node.h(303): message : while compiling class template member function 'void pcl::outofcore::OutofcoreOctreeBaseNode<ContainerT,PointT>::clearData(void)'
70> with
70> [
70> ContainerT=pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>,
70> PointT=pcl::PointXYZ
70> ]
70>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/octree_base.h(387): message : see reference to class template instantiation 'pcl::outofcore::OutofcoreOctreeBaseNode<ContainerT,PointT>' being compiled
70> with
70> [
70> ContainerT=pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>,
70> PointT=pcl::PointXYZ
70> ]
70>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/octree_base.h(384): message : while compiling class template member function 'void pcl::outofcore::OutofcoreOctreeBase<pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>,pcl::PointXYZ>::queryBoundingBox(const Eigen::Vector3d &,const Eigen::Vector3d &,const int,std::list<std::string,std::allocator<std::string>> &) const'
70>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\tools\outofcore_process.cpp(172): message : see reference to class template instantiation 'pcl::outofcore::OutofcoreOctreeBase<pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>,pcl::PointXYZ>' being compiled
70>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/octree_disk_container.h(230,23): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
70>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(208,19): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
70>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(199): message : while compiling class template member function 'PointT pcl::outofcore::OutofcoreOctreeDiskContainer<PointT>::operator [](uint64_t) const'
70> with
70> [
70> PointT=pcl::PointXYZ
70> ]
70>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(432,19): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
70>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(359): message : while compiling class template member function 'void pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>::readRangeSubSample(const uint64_t,const uint64_t,const double,std::vector<PointT,Eigen::aligned_allocator<PointT>> &)'
70> with
70> [
70> PointT=pcl::PointXYZ
70> ]
70>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(333,19): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
70>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(266): message : while compiling class template member function 'void pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>::readRangeSubSample_bernoulli(const uint64_t,const uint64_t,const double,std::vector<PointT,Eigen::aligned_allocator<PointT>> &)'
70> with
70> [
70> PointT=pcl::PointXYZ
70> ]
70>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(394): message : see reference to function template instantiation 'void pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>::readRangeSubSample_bernoulli(const uint64_t,const uint64_t,const double,std::vector<PointT,Eigen::aligned_allocator<PointT>> &)' being compiled
70> with
70> [
70> PointT=pcl::PointXYZ
70> ]
70>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(161): message : while compiling class template member function 'pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>::~OutofcoreOctreeDiskContainer(void)'
69>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/octree_disk_container.h(228,26): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
69>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/octree_disk_container.h(225): message : while compiling class template member function 'void pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>::convertToXYZ(const boost::filesystem::path &)'
69>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\tools\outofcore_print.cpp(145): message : see reference to class template instantiation 'pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>' being compiled
69>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/octree_disk_container.h(230,23): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
69>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(208,19): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
69>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(199): message : while compiling class template member function 'PointT pcl::outofcore::OutofcoreOctreeDiskContainer<PointT>::operator [](uint64_t) const'
69> with
69> [
69> PointT=pcl::PointXYZ
69> ]
69>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(432,19): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
69>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(359): message : while compiling class template member function 'void pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>::readRangeSubSample(const uint64_t,const uint64_t,const double,std::vector<PointT,Eigen::aligned_allocator<PointT>> &)'
69> with
69> [
69> PointT=pcl::PointXYZ
69> ]
69>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(333,19): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
69>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(266): message : while compiling class template member function 'void pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>::readRangeSubSample_bernoulli(const uint64_t,const uint64_t,const double,std::vector<PointT,Eigen::aligned_allocator<PointT>> &)'
69> with
69> [
69> PointT=pcl::PointXYZ
69> ]
69>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(394): message : see reference to function template instantiation 'void pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>::readRangeSubSample_bernoulli(const uint64_t,const uint64_t,const double,std::vector<PointT,Eigen::aligned_allocator<PointT>> &)' being compiled
69> with
69> [
69> PointT=pcl::PointXYZ
69> ]
69>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(161): message : while compiling class template member function 'pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>::~OutofcoreOctreeDiskContainer(void)'
70>LINK : fatal error LNK1104: cannot open file '..\..\lib\pcl_filtersd.lib'
70>Done building project "pcl_outofcore_process.vcxproj" -- FAILED.
71>------ Rebuild All started: Project: pcl_outofcore_viewer, Configuration: Debug x64 ------
71>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/outofcore/tools/CMakeLists.txt
71>Performing Custom Build Step
71>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\outofcore\tools\pcl_outofcore_viewer.dir\Debug\vc142.pdb
71>1 File(s) copied
71>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\outofcore\tools\pcl_outofcore_viewer.dir\Debug\vc142.idb
71>1 File(s) copied
71>outofcore_viewer.cpp
71>camera.cpp
71>common.cpp
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\tools\outofcore_viewer.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\camera.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
71>object.cpp
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\common.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\object.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\common.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
71>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\common.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\tools\outofcore_viewer.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
71>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\tools\outofcore_viewer.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\tools\outofcore_viewer.cpp : warning C4005: 'NOMINMAX': macro redefinition
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\tools\outofcore_viewer.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\tools\outofcore_viewer.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\tools\outofcore_viewer.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\tools\outofcore_viewer.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\tools\outofcore_viewer.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\camera.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
71>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\camera.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\object.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
71>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\object.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\camera.cpp : warning C4005: 'NOMINMAX': macro redefinition
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\camera.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\object.cpp : warning C4005: 'NOMINMAX': macro redefinition
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\object.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\camera.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\object.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\camera.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\object.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\camera.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\object.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\camera.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\object.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\common.cpp : warning C4005: 'NOMINMAX': macro redefinition
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\common.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\common.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\common.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\common.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\common.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
71>grid.cpp
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\grid.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\grid.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
71>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\grid.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\grid.cpp : warning C4005: 'NOMINMAX': macro redefinition
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\grid.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\grid.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\grid.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\grid.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\grid.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\tools\outofcore_viewer.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\tools\outofcore_viewer.cpp)
71>outofcore_cloud.cpp
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\outofcore_cloud.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\outofcore_cloud.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
71>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\outofcore_cloud.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\outofcore_cloud.cpp : warning C4005: 'NOMINMAX': macro redefinition
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\outofcore_cloud.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\outofcore_cloud.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\outofcore_cloud.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\outofcore_cloud.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\outofcore_cloud.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
69>LINK : fatal error LNK1104: cannot open file '..\..\lib\pcl_filtersd.lib'
69>Done building project "pcl_outofcore_print.vcxproj" -- FAILED.
72>------ Rebuild All started: Project: pcl_passthrough_filter, Configuration: Debug x64 ------
71>scene.cpp
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\scene.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\scene.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
71>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\scene.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\scene.cpp : warning C4005: 'NOMINMAX': macro redefinition
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\scene.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\scene.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\scene.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\scene.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\scene.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\object.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\object.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\outofcore_cloud.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\outofcore_cloud.cpp)
72>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/octree_disk_container.h(228,26): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\object.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/octree_disk_container.h(225): message : while compiling class template member function 'void pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>::convertToXYZ(const boost::filesystem::path &)' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\object.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/octree_base_node.h(305): message : see reference to class template instantiation 'pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>' being compiled (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\object.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/octree_base_node.h(303): message : while compiling class template member function 'void pcl::outofcore::OutofcoreOctreeBaseNode<pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>,pcl::PointXYZ>::clearData(void)' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\object.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/octree_base.h(387): message : see reference to class template instantiation 'pcl::outofcore::OutofcoreOctreeBaseNode<pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>,pcl::PointXYZ>' being compiled (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\object.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/octree_base.h(384): message : while compiling class template member function 'void pcl::outofcore::OutofcoreOctreeBase<pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>,pcl::PointXYZ>::queryBoundingBox(const Eigen::Vector3d &,const Eigen::Vector3d &,const int,std::list<std::string,std::allocator<std::string>> &) const' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\object.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl\outofcore\visualization\outofcore_cloud.h(44): message : see reference to class template instantiation 'pcl::outofcore::OutofcoreOctreeBase<pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>,pcl::PointXYZ>' being compiled (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\object.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/octree_disk_container.h(230,23): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\object.cpp)
72>Performing Custom Build Step
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(208,19): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\object.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(199): message : while compiling class template member function 'PointT pcl::outofcore::OutofcoreOctreeDiskContainer<PointT>::operator [](uint64_t) const'
71> with
71> [
71> PointT=pcl::PointXYZ
71> ] (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\object.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(432,19): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\object.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(359): message : while compiling class template member function 'void pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>::readRangeSubSample(const uint64_t,const uint64_t,const double,std::vector<PointT,Eigen::aligned_allocator<PointT>> &)'
71> with
71> [
71> PointT=pcl::PointXYZ
71> ] (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\object.cpp)
72>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_passthrough_filter.dir\Debug\vc142.pdb
72>1 File(s) copied
72>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_passthrough_filter.dir\Debug\vc142.idb
72>1 File(s) copied
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(333,19): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\object.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(266): message : while compiling class template member function 'void pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>::readRangeSubSample_bernoulli(const uint64_t,const uint64_t,const double,std::vector<PointT,Eigen::aligned_allocator<PointT>> &)'
71> with
71> [
71> PointT=pcl::PointXYZ
71> ] (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\object.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(394): message : see reference to function template instantiation 'void pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>::readRangeSubSample_bernoulli(const uint64_t,const uint64_t,const double,std::vector<PointT,Eigen::aligned_allocator<PointT>> &)' being compiled
71> with
71> [
71> PointT=pcl::PointXYZ
71> ] (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\object.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(161): message : while compiling class template member function 'pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>::~OutofcoreOctreeDiskContainer(void)' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\object.cpp)
72>passthrough_filter.cpp
72>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\passthrough_filter.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
72>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\passthrough_filter.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
72>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
72>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\passthrough_filter.cpp : warning C4005: 'NOMINMAX': macro redefinition
72>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
72>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\passthrough_filter.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
72>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\passthrough_filter.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
72>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\passthrough_filter.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
72>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\passthrough_filter.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
71>viewport.cpp
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\viewport.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\viewport.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
71>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\viewport.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\viewport.cpp : warning C4005: 'NOMINMAX': macro redefinition
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\viewport.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\viewport.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\viewport.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\viewport.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\viewport.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\scene.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\scene.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/octree_disk_container.h(228,26): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\outofcore_cloud.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/octree_disk_container.h(225): message : while compiling class template member function 'void pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>::convertToXYZ(const boost::filesystem::path &)' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\outofcore_cloud.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\outofcore_cloud.cpp(178): message : see reference to class template instantiation 'pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>' being compiled
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/octree_disk_container.h(230,23): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\outofcore_cloud.cpp)
72>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
72>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/octree_disk_container.h(228,26): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\tools\outofcore_viewer.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/octree_disk_container.h(225): message : while compiling class template member function 'void pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>::convertToXYZ(const boost::filesystem::path &)' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\tools\outofcore_viewer.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/octree_base_node.h(305): message : see reference to class template instantiation 'pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>' being compiled (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\tools\outofcore_viewer.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/octree_base_node.h(303): message : while compiling class template member function 'void pcl::outofcore::OutofcoreOctreeBaseNode<pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>,pcl::PointXYZ>::clearData(void)' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\tools\outofcore_viewer.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\tools\outofcore_viewer.cpp(390): message : see reference to class template instantiation 'pcl::outofcore::OutofcoreOctreeBaseNode<pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>,pcl::PointXYZ>' being compiled
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/octree_disk_container.h(230,23): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\tools\outofcore_viewer.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/octree_disk_container.h(228,26): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\scene.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/octree_disk_container.h(225): message : while compiling class template member function 'void pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>::convertToXYZ(const boost::filesystem::path &)' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\scene.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/octree_base_node.h(305): message : see reference to class template instantiation 'pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>' being compiled (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\scene.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/octree_base_node.h(303): message : while compiling class template member function 'void pcl::outofcore::OutofcoreOctreeBaseNode<pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>,pcl::PointXYZ>::clearData(void)' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\scene.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/octree_base.h(387): message : see reference to class template instantiation 'pcl::outofcore::OutofcoreOctreeBaseNode<pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>,pcl::PointXYZ>' being compiled (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\scene.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/octree_base.h(384): message : while compiling class template member function 'void pcl::outofcore::OutofcoreOctreeBase<pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>,pcl::PointXYZ>::queryBoundingBox(const Eigen::Vector3d &,const Eigen::Vector3d &,const int,std::list<std::string,std::allocator<std::string>> &) const' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\scene.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl\outofcore\visualization\outofcore_cloud.h(44): message : see reference to class template instantiation 'pcl::outofcore::OutofcoreOctreeBase<pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>,pcl::PointXYZ>' being compiled (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\scene.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/octree_disk_container.h(230,23): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\scene.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(208,19): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\scene.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(199): message : while compiling class template member function 'PointT pcl::outofcore::OutofcoreOctreeDiskContainer<PointT>::operator [](uint64_t) const'
71> with
71> [
71> PointT=pcl::PointXYZ
71> ] (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\scene.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(432,19): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\scene.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(359): message : while compiling class template member function 'void pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>::readRangeSubSample(const uint64_t,const uint64_t,const double,std::vector<PointT,Eigen::aligned_allocator<PointT>> &)'
71> with
71> [
71> PointT=pcl::PointXYZ
71> ] (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\scene.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(333,19): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\scene.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(266): message : while compiling class template member function 'void pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>::readRangeSubSample_bernoulli(const uint64_t,const uint64_t,const double,std::vector<PointT,Eigen::aligned_allocator<PointT>> &)'
71> with
71> [
71> PointT=pcl::PointXYZ
71> ] (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\scene.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(394): message : see reference to function template instantiation 'void pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>::readRangeSubSample_bernoulli(const uint64_t,const uint64_t,const double,std::vector<PointT,Eigen::aligned_allocator<PointT>> &)' being compiled
71> with
71> [
71> PointT=pcl::PointXYZ
71> ] (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\scene.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(161): message : while compiling class template member function 'pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>::~OutofcoreOctreeDiskContainer(void)' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\scene.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(208,19): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\outofcore_cloud.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(199): message : while compiling class template member function 'PointT pcl::outofcore::OutofcoreOctreeDiskContainer<PointT>::operator [](uint64_t) const'
71> with
71> [
71> PointT=pcl::PointXYZ
71> ] (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\outofcore_cloud.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(432,19): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\outofcore_cloud.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(359): message : while compiling class template member function 'void pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>::readRangeSubSample(const uint64_t,const uint64_t,const double,std::vector<PointT,Eigen::aligned_allocator<PointT>> &)'
71> with
71> [
71> PointT=pcl::PointXYZ
71> ] (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\outofcore_cloud.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(208,19): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\tools\outofcore_viewer.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(199): message : while compiling class template member function 'PointT pcl::outofcore::OutofcoreOctreeDiskContainer<PointT>::operator [](uint64_t) const'
71> with
71> [
71> PointT=pcl::PointXYZ
71> ] (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\tools\outofcore_viewer.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(432,19): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\tools\outofcore_viewer.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(359): message : while compiling class template member function 'void pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>::readRangeSubSample(const uint64_t,const uint64_t,const double,std::vector<PointT,Eigen::aligned_allocator<PointT>> &)'
71> with
71> [
71> PointT=pcl::PointXYZ
71> ] (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\tools\outofcore_viewer.cpp)
72>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_iod.lib'
72>Done building project "pcl_passthrough_filter.vcxproj" -- FAILED.
73>------ Rebuild All started: Project: pcl_pcd2ply, Configuration: Debug x64 ------
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(333,19): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\outofcore_cloud.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(266): message : while compiling class template member function 'void pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>::readRangeSubSample_bernoulli(const uint64_t,const uint64_t,const double,std::vector<PointT,Eigen::aligned_allocator<PointT>> &)'
71> with
71> [
71> PointT=pcl::PointXYZ
71> ] (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\outofcore_cloud.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(394): message : see reference to function template instantiation 'void pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>::readRangeSubSample_bernoulli(const uint64_t,const uint64_t,const double,std::vector<PointT,Eigen::aligned_allocator<PointT>> &)' being compiled
71> with
71> [
71> PointT=pcl::PointXYZ
71> ] (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\outofcore_cloud.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(161): message : while compiling class template member function 'pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>::~OutofcoreOctreeDiskContainer(void)' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\outofcore_cloud.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(333,19): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\tools\outofcore_viewer.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(266): message : while compiling class template member function 'void pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>::readRangeSubSample_bernoulli(const uint64_t,const uint64_t,const double,std::vector<PointT,Eigen::aligned_allocator<PointT>> &)'
71> with
71> [
71> PointT=pcl::PointXYZ
71> ] (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\tools\outofcore_viewer.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(394): message : see reference to function template instantiation 'void pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>::readRangeSubSample_bernoulli(const uint64_t,const uint64_t,const double,std::vector<PointT,Eigen::aligned_allocator<PointT>> &)' being compiled
71> with
71> [
71> PointT=pcl::PointXYZ
71> ] (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\tools\outofcore_viewer.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(161): message : while compiling class template member function 'pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>::~OutofcoreOctreeDiskContainer(void)' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\tools\outofcore_viewer.cpp)
73>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
73>Performing Custom Build Step
73>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_pcd2ply.dir\Debug\vc142.pdb
73>1 File(s) copied
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\viewport.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\viewport.cpp)
73>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_pcd2ply.dir\Debug\vc142.idb
73>1 File(s) copied
73>pcd2ply.cpp
73>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\pcd2ply.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
73>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\pcd2ply.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
73>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
73>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\pcd2ply.cpp : warning C4005: 'NOMINMAX': macro redefinition
73>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
73>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\pcd2ply.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
73>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\pcd2ply.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
73>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\pcd2ply.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
73>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\pcd2ply.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\viewport.cpp(164,3): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/octree_disk_container.h(228,26): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\viewport.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/octree_disk_container.h(225): message : while compiling class template member function 'void pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>::convertToXYZ(const boost::filesystem::path &)' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\viewport.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/octree_base_node.h(305): message : see reference to class template instantiation 'pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>' being compiled (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\viewport.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/octree_base_node.h(303): message : while compiling class template member function 'void pcl::outofcore::OutofcoreOctreeBaseNode<pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>,pcl::PointXYZ>::clearData(void)' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\viewport.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/octree_base.h(387): message : see reference to class template instantiation 'pcl::outofcore::OutofcoreOctreeBaseNode<pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>,pcl::PointXYZ>' being compiled (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\viewport.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/octree_base.h(384): message : while compiling class template member function 'void pcl::outofcore::OutofcoreOctreeBase<pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>,pcl::PointXYZ>::queryBoundingBox(const Eigen::Vector3d &,const Eigen::Vector3d &,const int,std::list<std::string,std::allocator<std::string>> &) const' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\viewport.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl\outofcore\visualization\outofcore_cloud.h(44): message : see reference to class template instantiation 'pcl::outofcore::OutofcoreOctreeBase<pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>,pcl::PointXYZ>' being compiled (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\viewport.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/octree_disk_container.h(230,23): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\viewport.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(208,19): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\viewport.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(199): message : while compiling class template member function 'PointT pcl::outofcore::OutofcoreOctreeDiskContainer<PointT>::operator [](uint64_t) const'
71> with
71> [
71> PointT=pcl::PointXYZ
71> ] (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\viewport.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(432,19): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\viewport.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(359): message : while compiling class template member function 'void pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>::readRangeSubSample(const uint64_t,const uint64_t,const double,std::vector<PointT,Eigen::aligned_allocator<PointT>> &)'
71> with
71> [
71> PointT=pcl::PointXYZ
71> ] (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\viewport.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(333,19): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\viewport.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(266): message : while compiling class template member function 'void pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>::readRangeSubSample_bernoulli(const uint64_t,const uint64_t,const double,std::vector<PointT,Eigen::aligned_allocator<PointT>> &)'
71> with
71> [
71> PointT=pcl::PointXYZ
71> ] (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\viewport.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(394): message : see reference to function template instantiation 'void pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>::readRangeSubSample_bernoulli(const uint64_t,const uint64_t,const double,std::vector<PointT,Eigen::aligned_allocator<PointT>> &)' being compiled
71> with
71> [
71> PointT=pcl::PointXYZ
71> ] (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\viewport.cpp)
71>C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\include\pcl/outofcore/impl/octree_disk_container.hpp(161): message : while compiling class template member function 'pcl::outofcore::OutofcoreOctreeDiskContainer<pcl::PointXYZ>::~OutofcoreOctreeDiskContainer(void)' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\outofcore\src\visualization\viewport.cpp)
73>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
73>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
73>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_iod.lib'
73>Done building project "pcl_pcd2ply.vcxproj" -- FAILED.
74>------ Rebuild All started: Project: pcl_pcd2png, Configuration: Debug x64 ------
74>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
74>Performing Custom Build Step
74>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_pcd2png.dir\Debug\vc142.pdb
74>1 File(s) copied
74>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_pcd2png.dir\Debug\vc142.idb
74>1 File(s) copied
71>LINK : fatal error LNK1104: cannot open file '..\..\lib\pcl_outofcored.lib'
71>Done building project "pcl_outofcore_viewer.vcxproj" -- FAILED.
75>------ Rebuild All started: Project: pcl_pcd2vtk, Configuration: Debug x64 ------
75>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
75>Performing Custom Build Step
75>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_pcd2vtk.dir\Debug\vc142.pdb
75>1 File(s) copied
75>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_pcd2vtk.dir\Debug\vc142.idb
75>1 File(s) copied
75>pcd2vtk.cpp
75>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\pcd2vtk.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
75>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\pcd2vtk.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
75>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
75>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\pcd2vtk.cpp : warning C4005: 'NOMINMAX': macro redefinition
75>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
75>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\pcd2vtk.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
75>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\pcd2vtk.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
75>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\pcd2vtk.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
75>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\pcd2vtk.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
74>pcd2png.cpp
74>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\pcd2png.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
74>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\pcd2png.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
74>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
74>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\pcd2png.cpp : warning C4005: 'NOMINMAX': macro redefinition
74>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
74>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\pcd2png.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
74>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\pcd2png.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
74>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\pcd2png.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
74>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\pcd2png.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
74>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
74>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
75>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
75>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
74>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_iod.lib'
74>Done building project "pcl_pcd2png.vcxproj" -- FAILED.
76>------ Rebuild All started: Project: pcl_pcd_change_viewpoint, Configuration: Debug x64 ------
75>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_iod.lib'
75>Done building project "pcl_pcd2vtk.vcxproj" -- FAILED.
77>------ Rebuild All started: Project: pcl_pcd_image_viewer, Configuration: Debug x64 ------
76>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
76>Performing Custom Build Step
76>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_pcd_change_viewpoint.dir\Debug\vc142.pdb
76>1 File(s) copied
76>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_pcd_change_viewpoint.dir\Debug\vc142.idb
76>1 File(s) copied
77>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
77>Performing Custom Build Step
77>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_pcd_image_viewer.dir\Debug\vc142.pdb
77>1 File(s) copied
77>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_pcd_image_viewer.dir\Debug\vc142.idb
77>1 File(s) copied
77>image_viewer.cpp
77>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\image_viewer.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
77>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\image_viewer.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
77>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
77>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\image_viewer.cpp : warning C4005: 'NOMINMAX': macro redefinition
77>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
77>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\image_viewer.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
77>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\image_viewer.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
77>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\image_viewer.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
77>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\image_viewer.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
76>pcd_change_viewpoint.cpp
76>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\pcd_change_viewpoint.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
76>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\pcd_change_viewpoint.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
76>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
76>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\pcd_change_viewpoint.cpp : warning C4005: 'NOMINMAX': macro redefinition
76>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
76>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\pcd_change_viewpoint.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
76>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\pcd_change_viewpoint.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
76>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\pcd_change_viewpoint.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
76>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\pcd_change_viewpoint.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
76>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
76>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
77>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
77>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
76>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_iod.lib'
76>Done building project "pcl_pcd_change_viewpoint.vcxproj" -- FAILED.
78>------ Rebuild All started: Project: pcl_pcd_introduce_nan, Configuration: Debug x64 ------
78>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/io/tools/CMakeLists.txt
78>Performing Custom Build Step
78>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\io\tools\pcl_pcd_introduce_nan.dir\Debug\vc142.pdb
78>1 File(s) copied
78>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\io\tools\pcl_pcd_introduce_nan.dir\Debug\vc142.idb
78>1 File(s) copied
78>pcd_introduce_nan.cpp
78>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\pcd_introduce_nan.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
78>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\pcd_introduce_nan.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
78>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
78>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\pcd_introduce_nan.cpp : warning C4005: 'NOMINMAX': macro redefinition
78>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
78>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\pcd_introduce_nan.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
78>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\pcd_introduce_nan.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
78>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\pcd_introduce_nan.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
78>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\pcd_introduce_nan.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
78>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
78>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
78>LINK : fatal error LNK1104: cannot open file '..\..\lib\pcl_iod.lib'
78>Done building project "pcl_pcd_introduce_nan.vcxproj" -- FAILED.
79>------ Rebuild All started: Project: pcl_pclzf2pcd, Configuration: Debug x64 ------
79>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
79>Performing Custom Build Step
79>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_pclzf2pcd.dir\Debug\vc142.pdb
79>1 File(s) copied
79>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_pclzf2pcd.dir\Debug\vc142.idb
79>1 File(s) copied
79>pclzf2pcd.cpp
79>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\pclzf2pcd.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
79>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\pclzf2pcd.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
79>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
79>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\pclzf2pcd.cpp : warning C4005: 'NOMINMAX': macro redefinition
79>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
79>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\pclzf2pcd.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
79>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\pclzf2pcd.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
79>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\pclzf2pcd.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
79>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\pclzf2pcd.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
79>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
79>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
77>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_visualizationd.lib'
77>Done building project "pcl_pcd_image_viewer.vcxproj" -- FAILED.
80>------ Rebuild All started: Project: pcl_people, Configuration: Debug x64 ------
80>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/people/CMakeLists.txt
80>Performing Custom Build Step
80>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\people\pcl_people.dir\Debug\vc142.pdb
80>1 File(s) copied
80>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\people\pcl_people.dir\Debug\vc142.idb
80>1 File(s) copied
79>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_iod.lib'
79>Done building project "pcl_pclzf2pcd.vcxproj" -- FAILED.
80>hog.cpp
81>------ Rebuild All started: Project: pcl_plane_projection, Configuration: Debug x64 ------
80>C:\Home\Projects\Github\PointCloudLibrary\pcl\people\src\hog.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
80>C:\Home\Projects\Github\PointCloudLibrary\pcl\people\src\hog.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
80>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
80>C:\Home\Projects\Github\PointCloudLibrary\pcl\people\src\hog.cpp : warning C4005: 'NOMINMAX': macro redefinition
80>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
80>C:\Home\Projects\Github\PointCloudLibrary\pcl\people\src\hog.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
80>C:\Home\Projects\Github\PointCloudLibrary\pcl\people\src\hog.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
80>C:\Home\Projects\Github\PointCloudLibrary\pcl\people\src\hog.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
80>C:\Home\Projects\Github\PointCloudLibrary\pcl\people\src\hog.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
81>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
81>Performing Custom Build Step
81>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_plane_projection.dir\Debug\vc142.pdb
81>1 File(s) copied
81>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_plane_projection.dir\Debug\vc142.idb
81>1 File(s) copied
80>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_segmentationd.lib'
80>Done building project "pcl_people.vcxproj" -- FAILED.
82>------ Rebuild All started: Project: pcl_ply2pcd, Configuration: Debug x64 ------
81>plane_projection.cpp
81>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\plane_projection.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
81>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\plane_projection.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
81>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
81>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\plane_projection.cpp : warning C4005: 'NOMINMAX': macro redefinition
81>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
81>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\plane_projection.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
81>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\plane_projection.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
81>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\plane_projection.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
81>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\plane_projection.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
82>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
82>Performing Custom Build Step
82>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_ply2pcd.dir\Debug\vc142.pdb
82>1 File(s) copied
82>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_ply2pcd.dir\Debug\vc142.idb
82>1 File(s) copied
82>ply2pcd.cpp
82>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\ply2pcd.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
82>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\ply2pcd.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
82>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
82>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\ply2pcd.cpp : warning C4005: 'NOMINMAX': macro redefinition
82>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
82>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\ply2pcd.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
82>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\ply2pcd.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
82>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\ply2pcd.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
82>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\ply2pcd.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
81>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
81>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
82>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
82>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
81>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_iod.lib'
81>Done building project "pcl_plane_projection.vcxproj" -- FAILED.
83>------ Rebuild All started: Project: pcl_ply2vtk, Configuration: Debug x64 ------
83>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
83>Performing Custom Build Step
83>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_ply2vtk.dir\Debug\vc142.pdb
83>1 File(s) copied
83>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_ply2vtk.dir\Debug\vc142.idb
83>1 File(s) copied
83>ply2vtk.cpp
83>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\ply2vtk.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
83>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\ply2vtk.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
83>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
83>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\ply2vtk.cpp : warning C4005: 'NOMINMAX': macro redefinition
83>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
83>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\ply2vtk.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
83>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\ply2vtk.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
83>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\ply2vtk.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
83>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\ply2vtk.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
82>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_iod.lib'
82>Done building project "pcl_ply2pcd.vcxproj" -- FAILED.
84>------ Rebuild All started: Project: pcl_plyheader, Configuration: Debug x64 ------
84>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/io/tools/ply/CMakeLists.txt
84>Performing Custom Build Step
84>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\io\tools\ply\pcl_plyheader.dir\Debug\vc142.pdb
84>1 File(s) copied
84>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\io\tools\ply\pcl_plyheader.dir\Debug\vc142.idb
84>1 File(s) copied
84>plyheader.cpp
84>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\ply\plyheader.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
84>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\ply\plyheader.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
84>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
84>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\ply\plyheader.cpp : warning C4005: 'NOMINMAX': macro redefinition
84>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
84>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\ply\plyheader.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
84>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\ply\plyheader.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
84>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\ply\plyheader.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
84>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\tools\ply\plyheader.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
84>LINK : fatal error LNK1104: cannot open file '..\..\..\lib\pcl_io_plyd.lib'
84>Done building project "pcl_plyheader.vcxproj" -- FAILED.
85>------ Rebuild All started: Project: pcl_png2pcd, Configuration: Debug x64 ------
85>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
85>Performing Custom Build Step
85>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_png2pcd.dir\Debug\vc142.pdb
85>1 File(s) copied
85>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_png2pcd.dir\Debug\vc142.idb
85>1 File(s) copied
85>png2pcd.cpp
85>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\png2pcd.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
85>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\png2pcd.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
85>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
85>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\png2pcd.cpp : warning C4005: 'NOMINMAX': macro redefinition
85>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
85>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\png2pcd.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
85>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\png2pcd.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
85>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\png2pcd.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
85>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\png2pcd.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
85>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
85>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
85>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_iod.lib'
85>Done building project "pcl_png2pcd.vcxproj" -- FAILED.
86>------ Rebuild All started: Project: pcl_poisson_reconstruction, Configuration: Debug x64 ------
86>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
86>Performing Custom Build Step
86>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_poisson_reconstruction.dir\Debug\vc142.pdb
86>1 File(s) copied
86>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_poisson_reconstruction.dir\Debug\vc142.idb
86>1 File(s) copied
86>poisson_reconstruction.cpp
86>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\poisson_reconstruction.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
86>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\poisson_reconstruction.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
86>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
86>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\poisson_reconstruction.cpp : warning C4005: 'NOMINMAX': macro redefinition
86>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
86>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\poisson_reconstruction.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
86>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\poisson_reconstruction.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
86>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\poisson_reconstruction.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
86>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\poisson_reconstruction.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
86>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
83>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_iod.lib'
83>Done building project "pcl_ply2vtk.vcxproj" -- FAILED.
87>------ Rebuild All started: Project: pcl_progressive_morphological_filter, Configuration: Debug x64 ------
87>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
87>Performing Custom Build Step
87>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_progressive_morphological_filter.dir\Debug\vc142.pdb
87>1 File(s) copied
87>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_progressive_morphological_filter.dir\Debug\vc142.idb
87>1 File(s) copied
87>progressive_morphological_filter.cpp
87>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\progressive_morphological_filter.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
87>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\progressive_morphological_filter.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
87>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
87>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\progressive_morphological_filter.cpp : warning C4005: 'NOMINMAX': macro redefinition
87>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
87>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\progressive_morphological_filter.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
87>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\progressive_morphological_filter.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
87>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\progressive_morphological_filter.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
87>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\progressive_morphological_filter.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
86>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
87>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
87>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
86>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_iod.lib'
86>Done building project "pcl_poisson_reconstruction.vcxproj" -- FAILED.
88>------ Rebuild All started: Project: pcl_radius_filter, Configuration: Debug x64 ------
88>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
88>Performing Custom Build Step
88>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_radius_filter.dir\Debug\vc142.pdb
88>1 File(s) copied
88>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_radius_filter.dir\Debug\vc142.idb
88>1 File(s) copied
88>radius_filter.cpp
88>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\radius_filter.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
88>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\radius_filter.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
88>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
88>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\radius_filter.cpp : warning C4005: 'NOMINMAX': macro redefinition
88>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
88>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\radius_filter.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
88>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\radius_filter.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
88>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\radius_filter.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
88>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\radius_filter.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
87>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_iod.lib'
87>Done building project "pcl_progressive_morphological_filter.vcxproj" -- FAILED.
89>------ Rebuild All started: Project: pcl_registration_visualizer, Configuration: Debug x64 ------
89>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
89>Performing Custom Build Step
89>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_registration_visualizer.dir\Debug\vc142.pdb
89>1 File(s) copied
89>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_registration_visualizer.dir\Debug\vc142.idb
89>1 File(s) copied
89>registration_visualizer.cpp
89>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\registration_visualizer.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
89>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\registration_visualizer.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
89>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
89>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\registration_visualizer.cpp : warning C4005: 'NOMINMAX': macro redefinition
89>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
89>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\registration_visualizer.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
89>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\registration_visualizer.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
89>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\registration_visualizer.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
89>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\registration_visualizer.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
88>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
88>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
89>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
89>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
88>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_iod.lib'
88>Done building project "pcl_radius_filter.vcxproj" -- FAILED.
90>------ Rebuild All started: Project: pcl_sac_segmentation_plane, Configuration: Debug x64 ------
90>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
90>Performing Custom Build Step
90>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_sac_segmentation_plane.dir\Debug\vc142.pdb
90>1 File(s) copied
90>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_sac_segmentation_plane.dir\Debug\vc142.idb
90>1 File(s) copied
90>sac_segmentation_plane.cpp
90>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\sac_segmentation_plane.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
90>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\sac_segmentation_plane.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
90>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
90>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\sac_segmentation_plane.cpp : warning C4005: 'NOMINMAX': macro redefinition
90>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
90>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\sac_segmentation_plane.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
90>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\sac_segmentation_plane.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
90>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\sac_segmentation_plane.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
90>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\sac_segmentation_plane.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
90>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
90>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
90>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_iod.lib'
90>Done building project "pcl_sac_segmentation_plane.vcxproj" -- FAILED.
91>------ Rebuild All started: Project: pcl_spin_estimation, Configuration: Debug x64 ------
91>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
91>Performing Custom Build Step
91>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_spin_estimation.dir\Debug\vc142.pdb
91>1 File(s) copied
91>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_spin_estimation.dir\Debug\vc142.idb
91>1 File(s) copied
91>spin_estimation.cpp
91>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\spin_estimation.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
91>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\spin_estimation.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
91>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
91>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\spin_estimation.cpp : warning C4005: 'NOMINMAX': macro redefinition
91>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
91>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\spin_estimation.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
91>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\spin_estimation.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
91>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\spin_estimation.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
91>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\spin_estimation.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
91>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
91>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
91>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_iod.lib'
91>Done building project "pcl_spin_estimation.vcxproj" -- FAILED.
92>------ Rebuild All started: Project: pcl_stereo, Configuration: Debug x64 ------
92>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/stereo/CMakeLists.txt
92>Performing Custom Build Step
92>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\stereo\pcl_stereo.dir\Debug\vc142.pdb
92>1 File(s) copied
92>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\stereo\pcl_stereo.dir\Debug\vc142.idb
92>1 File(s) copied
92>stereo_grabber.cpp
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\stereo_grabber.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
92>stereo_matching.cpp
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\stereo_matching.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
92>stereo_block_based.cpp
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\stereo_grabber.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
92>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\stereo_grabber.cpp)
92>stereo_adaptive_cost_so.cpp
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\stereo_grabber.cpp : warning C4005: 'NOMINMAX': macro redefinition
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\stereo_grabber.cpp)
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\stereo_grabber.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\stereo_grabber.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\stereo_grabber.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\stereo_grabber.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\stereo_block_based.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\stereo_adaptive_cost_so.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\stereo_matching.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
92>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\stereo_matching.cpp)
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\stereo_matching.cpp : warning C4005: 'NOMINMAX': macro redefinition
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\stereo_matching.cpp)
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\stereo_matching.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\stereo_matching.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\stereo_matching.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\stereo_matching.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\stereo_block_based.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
92>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\stereo_block_based.cpp)
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\stereo_block_based.cpp : warning C4005: 'NOMINMAX': macro redefinition
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\stereo_block_based.cpp)
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\stereo_block_based.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\stereo_block_based.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\stereo_block_based.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\stereo_block_based.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\stereo_adaptive_cost_so.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
92>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\stereo_adaptive_cost_so.cpp)
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\stereo_adaptive_cost_so.cpp : warning C4005: 'NOMINMAX': macro redefinition
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\stereo_adaptive_cost_so.cpp)
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\stereo_adaptive_cost_so.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\stereo_adaptive_cost_so.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\stereo_adaptive_cost_so.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\stereo_adaptive_cost_so.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\stereo_block_based.cpp)
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\stereo_block_based.cpp)
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\stereo_matching.cpp)
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\stereo_matching.cpp)
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\stereo_adaptive_cost_so.cpp)
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\stereo_adaptive_cost_so.cpp)
92>disparity_map_converter.cpp
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\disparity_map_converter.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\disparity_map_converter.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
92>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\disparity_map_converter.cpp)
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\disparity_map_converter.cpp : warning C4005: 'NOMINMAX': macro redefinition
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\disparity_map_converter.cpp)
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\disparity_map_converter.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\disparity_map_converter.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\disparity_map_converter.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\disparity_map_converter.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
92>digital_elevation_map.cpp
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\digital_elevation_map.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\digital_elevation_map.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
92>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\digital_elevation_map.cpp)
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\digital_elevation_map.cpp : warning C4005: 'NOMINMAX': macro redefinition
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\digital_elevation_map.cpp)
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\digital_elevation_map.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\digital_elevation_map.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\digital_elevation_map.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\digital_elevation_map.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\digital_elevation_map.cpp)
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\digital_elevation_map.cpp)
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\disparity_map_converter.cpp)
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\disparity_map_converter.cpp)
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_exports.h(43,1): warning C4005: 'PCL_EXPORTS': macro redefinition (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\stereo_grabber.cpp)
92>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(323): message : see previous definition of 'PCL_EXPORTS' (compiling source file C:\Home\Projects\Github\PointCloudLibrary\pcl\stereo\src\stereo_grabber.cpp)
92> Creating library C:/Home/Projects/Github/PointCloudLibrary/buildMar1/lib/pcl_stereod.lib and object C:/Home/Projects/Github/PointCloudLibrary/buildMar1/lib/pcl_stereod.exp
92>LINK : warning LNK4199: /DELAYLOAD:VCOMP140D.dll ignored; no imports found from VCOMP140D.dll
92>pcl_stereo.vcxproj -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\bin\pcl_stereod.dll
89>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_registrationd.lib'
89>Done building project "pcl_registration_visualizer.vcxproj" -- FAILED.
93>------ Rebuild All started: Project: pcl_tiff2pcd, Configuration: Debug x64 ------
93>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
93>Performing Custom Build Step
93>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_tiff2pcd.dir\Debug\vc142.pdb
93>1 File(s) copied
93>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_tiff2pcd.dir\Debug\vc142.idb
93>1 File(s) copied
93>tiff2pcd.cpp
93>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\tiff2pcd.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
93>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\tiff2pcd.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
93>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
93>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\tiff2pcd.cpp : warning C4005: 'NOMINMAX': macro redefinition
93>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
93>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\tiff2pcd.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
93>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\tiff2pcd.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
93>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\tiff2pcd.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
93>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\tiff2pcd.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
92>Done building project "pcl_stereo.vcxproj".
94>------ Rebuild All started: Project: pcl_timed_trigger_test, Configuration: Debug x64 ------
94>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
94>Performing Custom Build Step
94>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_timed_trigger_test.dir\Debug\vc142.pdb
94>1 File(s) copied
94>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_timed_trigger_test.dir\Debug\vc142.idb
94>1 File(s) copied
94>timed_trigger_test.cpp
94>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\timed_trigger_test.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
94>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\timed_trigger_test.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
94>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
94>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\timed_trigger_test.cpp : warning C4005: 'NOMINMAX': macro redefinition
94>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
94>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\timed_trigger_test.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
94>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\timed_trigger_test.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
94>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\timed_trigger_test.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
94>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\timed_trigger_test.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
93>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(77,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
93>C:\Home\Projects\Github\PointCloudLibrary\pcl\io\include\pcl/io/low_level_io.h(82,16): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
94>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_visualizationd.lib'
94>Done building project "pcl_timed_trigger_test.vcxproj" -- FAILED.
95>------ Rebuild All started: Project: pcl_tracking, Configuration: Debug x64 ------
95>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tracking/CMakeLists.txt
95>Performing Custom Build Step
93>LINK : fatal error LNK1104: cannot open file '..\lib\pcl_iod.lib'
93>Done building project "pcl_tiff2pcd.vcxproj" -- FAILED.
96>------ Rebuild All started: Project: pcl_train_linemod_template, Configuration: Debug x64 ------
95>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tracking\pcl_tracking.dir\Debug\vc142.pdb
95>1 File(s) copied
95>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tracking\pcl_tracking.dir\Debug\vc142.idb
95>1 File(s) copied
96>Building Custom Rule C:/Home/Projects/Github/PointCloudLibrary/pcl/tools/CMakeLists.txt
96>Performing Custom Build Step
96>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.pdb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_train_linemod_template.dir\Debug\vc142.pdb
96>1 File(s) copied
96>C:\Home\Projects\Github\PointCloudLibrary\buildMar1\Outputs\Intermediate\Shared\x64\Debug\vc142.idb -> C:\Home\Projects\Github\PointCloudLibrary\buildMar1\tools\pcl_train_linemod_template.dir\Debug\vc142.idb
96>1 File(s) copied
96>train_linemod_template.cpp
96>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\train_linemod_template.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
96>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\train_linemod_template.cpp : warning C4005: 'BOOST_ALL_NO_LIB': macro redefinition
96>C:\Home\vcpkg\vcpkg\installed\x64-windows\include\boost/config/user.hpp(136): message : see previous definition of 'BOOST_ALL_NO_LIB'
96>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\train_linemod_template.cpp : warning C4005: 'NOMINMAX': macro redefinition
96>C:\Home\Projects\Github\PointCloudLibrary\pcl\common\include\pcl/pcl_macros.h(214): message : see previous definition of 'NOMINMAX'
96>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\train_linemod_template.cpp : warning C4651: '/D_LIB' specified for precompiled header but not for current compile
96>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\train_linemod_template.cpp : warning C4651: '/D_UNICODE' specified for precompiled header but not for current compile
96>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\train_linemod_template.cpp : warning C4651: '/DUNICODE' specified for precompiled header but not for current compile
96>C:\Home\Projects\Github\PointCloudLibrary\pcl\tools\train_linemod_template.cpp : warning C4651: '/D_DEBUG' specified for precompiled header but not for current compile
95>tracking.cpp
95>particle_filter.cpp
95>kld_adaptive_particle_filter.cpp
95>C:\Home\Projects\Github\PointCloudLibrary\pcl\tracking\src\tracking.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
95>C:\Home\Projects\Github\PointCloudLibrary\pcl\tracking\src\particle_filter.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
95>coherence.cpp
95>C:\Home\Projects\Github\PointCloudLibrary\pcl\tracking\src\kld_adaptive_particle_filter.cpp : warning C4652: compiler option 'support for OpenMP (/openmp or /openmp:llvm)' inconsistent with precompiled header; current command-line opti
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment