hermane@DESKTOP-CAF2ER5:/mnt/c/Users/Precision 7510/treeseg/build$ ls -l
total 120
-rwxrwxrwx 1 hermane hermane 88962 Nov 27 2024 CMakeCache.txt
drwxrwxrwx 1 hermane hermane 4096 Nov 27 2024 CMakeFiles
-rwxrwxrwx 1 hermane hermane 25280 Nov 27 2024 Makefile
-rwxrwxrwx 1 hermane hermane 1646 Nov 27 2024 cmake_install.cmake
drwxrwxrwx 1 hermane hermane 4096 Nov 27 2024 treeseg
hermane@DESKTOP-CAF2ER5:/mnt/c/Users/Precision 7510/treeseg/build$ cd /mnt/c/Users/Precision\ 7510/treeseg/build
hermane@DESKTOP-CAF2ER5:/mnt/c/Users/Precision 7510/treeseg/build$ make VERBOSE=1
make: Warning: File ‘Makefile’ has modification time 16627 s in the future
/usr/bin/cmake -S"/mnt/c/Users/Precision 7510/treeseg" -B"/mnt/c/Users/Precision 7510/treeseg/build" --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start “/mnt/c/Users/Precision 7510/treeseg/build/CMakeFiles” “/mnt/c/Users/Precision 7510/treeseg/build//CMakeFiles/progress.marks”
make -f CMakeFiles/Makefile2 all
make[1]: Entering directory ‘/mnt/c/Users/Precision 7510/treeseg/build’
make[1]: Warning: File ‘CMakeFiles/Makefile2’ has modification time 16628 s in the future
make -f CMakeFiles/treeseg.dir/build.make CMakeFiles/treeseg.dir/depend
make[2]: Entering directory ‘/mnt/c/Users/Precision 7510/treeseg/build’
make[2]: Warning: File ‘CMakeFiles/treeseg.dir/flags.make’ has modification time 7674 s in the future
cd “/mnt/c/Users/Precision 7510/treeseg/build” && /usr/bin/cmake -E cmake_depends “Unix Makefiles” “/mnt/c/Users/Precision 7510/treeseg” “/mnt/c/Users/Precision 7510/treeseg” “/mnt/c/Users/Precision 7510/treeseg/build” “/mnt/c/Users/Precision 7510/treeseg/build” “/mnt/c/Users/Precision 7510/treeseg/build/CMakeFiles/treeseg.dir/DependInfo.cmake” “–color=”
Dependencies file “CMakeFiles/treeseg.dir/src/treeseg.cpp.o.d” is newer than depends file “/mnt/c/Users/Precision 7510/treeseg/build/CMakeFiles/treeseg.dir/compiler_depend.internal”.
Consolidate compiler generated dependencies of target treeseg
make[2]: warning: Clock skew detected. Your build may be incomplete.
make[2]: Leaving directory ‘/mnt/c/Users/Precision 7510/treeseg/build’
make -f CMakeFiles/treeseg.dir/build.make CMakeFiles/treeseg.dir/build
make[2]: Entering directory ‘/mnt/c/Users/Precision 7510/treeseg/build’
make[2]: Warning: File ‘CMakeFiles/treeseg.dir/flags.make’ has modification time 7672 s in the future
[ 3%] Building CXX object CMakeFiles/treeseg.dir/src/treeseg.cpp.o
/usr/bin/c++ -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_IOSTREAMS_DYN_LINK -DBOOST_IOSTREAMS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DEIGEN_HAS_CXX17_OVERALIGN=0 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -Dkiss_fft_scalar=double -Dtreeseg_EXPORTS -I"/mnt/c/Users/Precision 7510/treeseg/include" -I"/mnt/c/Users/Precision 7510/treeseg/include/riegl" -isystem /usr/include/eigen3 -isystem /usr/include/pcl-1.14 -isystem /usr/include/ni -isystem /usr/include/openni2 -isystem /usr/include/vtk-9.1 -isystem /usr/include/jsoncpp -isystem /usr/include/freetype2 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -fPIC -fopenmp -fPIC -MD -MT CMakeFiles/treeseg.dir/src/treeseg.cpp.o -MF CMakeFiles/treeseg.dir/src/treeseg.cpp.o.d -o CMakeFiles/treeseg.dir/src/treeseg.cpp.o -c “/mnt/c/Users/Precision 7510/treeseg/src/treeseg.cpp”/mnt/c/Users/Precision 7510/treeseg/src/treeseg.cpp: In function ‘std::vector<std::__cxx11::basic_string > getFileID(std::string)’:
/mnt/c/Users/Precision 7510/treeseg/src/treeseg.cpp:54:16: error: ‘split’ is not a member of ‘boost’
54 | boost::split(tmp1,filename,boost::is_any_of(“/”));
| ^~~~~
/mnt/c/Users/Precision 7510/treeseg/src/treeseg.cpp:55:16: error: ‘split’ is not a member of ‘boost’
55 | boost::split(tmp2,tmp1[tmp1.size()-1],boost::is_any_of(“.”));
| ^~~~~
/mnt/c/Users/Precision 7510/treeseg/src/treeseg.cpp: In function ‘void readTiles(const std::vector<std::__cxx11::basic_string >&, pcl::PointCloud::Ptr&)’:
/mnt/c/Users/Precision 7510/treeseg/src/treeseg.cpp:83:24: error: ‘split’ is not a member of ‘boost’
83 | boost::split(tmp1,filename,boost::is_any_of(“/”));
| ^~~~~
/mnt/c/Users/Precision 7510/treeseg/src/treeseg.cpp:84:24: error: ‘split’ is not a member of ‘boost’
84 | boost::split(tmp2,tmp1[tmp1.size()-1],boost::is_any_of(“.”));
| ^~~~~
/mnt/c/Users/Precision 7510/treeseg/src/treeseg.cpp: In function ‘int getTilesStartIdx(const std::vector<std::__cxx11::basic_string >&)’:
/mnt/c/Users/Precision 7510/treeseg/src/treeseg.cpp:104:24: error: ‘split’ is not a member of ‘boost’
104 | boost::split(tmp1,filename,boost::is_any_of(“/”));
| ^~~~~
/mnt/c/Users/Precision 7510/treeseg/src/treeseg.cpp:105:24: error: ‘split’ is not a member of ‘boost’
105 | boost::split(tmp2,tmp1[tmp1.size()-1],boost::is_any_of(“.”));
| ^~~~~
/mnt/c/Users/Precision 7510/treeseg/src/treeseg.cpp: In function ‘void cylinderDiagnostics(cylinder&, int)’:
/mnt/c/Users/Precision 7510/treeseg/src/treeseg.cpp:608:83: warning: ‘std::binder2nd<_Operation> std::bind2nd(const _Operation&, const _Tp&) [with _Operation = minus; _Tp = float]’ is deprecated: use ‘std::bind’ instead [-Wdeprecated-declarations]
608 | std::transform(zrads.begin(),zrads.end(),diff.begin(),std::bind2nd(std::minus(),mean));
| ~~~~~~~~~~~~~^
In file included from /usr/include/c++/13/bits/stl_function.h:1438,
from /usr/include/c++/13/string:49,
from /usr/include/c++/13/bitset:52,
from /usr/include/pcl-1.14/pcl/point_types.h:42,
from /mnt/c/Users/Precision 7510/treeseg/include/treeseg_pointtype.h:31,
from /mnt/c/Users/Precision 7510/treeseg/include/treeseg.h:30,
from /mnt/c/Users/Precision 7510/treeseg/src/treeseg.cpp:30:
/usr/include/c++/13/backward/binders.h:172:5: note: declared here
172 | bind2nd(const _Operation& __fn, const _Tp& __x)
| ^~~~~~~
/mnt/c/Users/Precision 7510/treeseg/src/treeseg.cpp: In function ‘void correctStem(const pcl::PointCloud::Ptr&, float, float, float, float, float, pcl::PointCloud::Ptr&)’:
/mnt/c/Users/Precision 7510/treeseg/src/treeseg.cpp:882:81: warning: ‘std::binder2nd<_Operation> std::bind2nd(const _Operation&, const _Tp&) [with _Operation = minus; _Tp = float]’ is deprecated: use ‘std::bind’ instead [-Wdeprecated-declarations]
882 | std::transform(zrad.begin(),zrad.end(),diff.begin(),std::bind2nd(std::minus(),mean));
| ~~~~~~~~~~~~~^
/usr/include/c++/13/backward/binders.h:172:5: note: declared here
172 | bind2nd(const _Operation& __fn, const _Tp& __x)
| ^~~~~~~
make[2]: *** [CMakeFiles/treeseg.dir/build.make:76: CMakeFiles/treeseg.dir/src/treeseg.cpp.o] Error 1
make[2]: Leaving directory ‘/mnt/c/Users/Precision 7510/treeseg/build’
make[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/treeseg.dir/all] Error 2
make[1]: Leaving directory ‘/mnt/c/Users/Precision 7510/treeseg/build’
make: *** [Makefile:91: all] Error 2
hermane@DESKTOP-CAF2ER5:/mnt/c/Users/Precision 7510/treeseg/build$ find_package(Boost 1.45.0 COMPONENTS filesystem regex)
-bash: syntax error near unexpected token Boost' hermane@DESKTOP-CAF2ER5:/mnt/c/Users/Precision 7510/treeseg/build$ set(Boost_USE_STATIC_LIBS OFF) -bash: syntax error near unexpected token
Boost_USE_STATIC_LIBS’
hermane@DESKTOP-CAF2ER5:/mnt/c/Users/Precision 7510/treeseg/build$ rm CMakeCache.txt
hermane@DESKTOP-CAF2ER5:/mnt/c/Users/Precision 7510/treeseg/build$ make VERBOSE=1
make: Warning: File ‘Makefile’ has modification time 16006 s in the future
/usr/bin/cmake -S"/mnt/c/Users/Precision 7510/treeseg" -B"/mnt/c/Users/Precision 7510/treeseg/build" --check-build-system CMakeFiles/Makefile.cmake 0
Re-run cmake missing file: CMakeFiles/Makefile.cmake
– The C compiler identification is GNU 13.2.0
– The CXX compiler identification is GNU 13.2.0
– Detecting C compiler ABI info
– Detecting C compiler ABI info - done
– Check for working C compiler: /usr/bin/cc - skipped
– Detecting C compile features
– Detecting C compile features - done
– Detecting CXX compiler ABI info
– Detecting CXX compiler ABI info - done
– Check for working CXX compiler: /usr/bin/c++ - skipped
– Detecting CXX compile features
– Detecting CXX compile features - done
– Found Boost: /usr/lib/x86_64-linux-gnu/cmake/Boost-1.83.0/BoostConfig.cmake (found suitable version “1.83.0”, minimum required is “1.65.0”) found components: system filesystem iostreams serialization
CMake Warning (dev) at /usr/lib/x86_64-linux-gnu/cmake/pcl/Modules/FindFLANN.cmake:45 (find_package):
Policy CMP0144 is not set: find_package uses upper-case _ROOT
variables. Run “cmake --help-policy CMP0144” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
CMake variable FLANN_ROOT is set to:
/usr
For compatibility, find_package is ignoring the variable, but code in a
.cmake module might still use it.
Call Stack (most recent call first):
/usr/lib/x86_64-linux-gnu/cmake/pcl/PCLConfig.cmake:261 (find_package)
/usr/lib/x86_64-linux-gnu/cmake/pcl/PCLConfig.cmake:306 (find_flann)
/usr/lib/x86_64-linux-gnu/cmake/pcl/PCLConfig.cmake:570 (find_external_library)
CMakeLists.txt:4 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
– Found flann version 1.9.2
– Found OpenMP_CXX: -fopenmp (found version “4.5”)
– Found OpenMP: TRUE (found version “4.5”) found components: CXX
– Performing Test CMAKE_HAVE_LIBC_PTHREAD
– Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
– Found Threads: TRUE
– Found GLEW: /usr/lib/x86_64-linux-gnu/libGLEW.so
– Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so found components: OpenGL GLX
– Found MPI_C: /usr/lib/x86_64-linux-gnu/libmpi.so (found version “3.1”)
– Found MPI: TRUE (found version “3.1”) found components: C
– Found JsonCpp: /usr/lib/x86_64-linux-gnu/libjsoncpp.so (found suitable version “1.9.5”, minimum required is “0.7.0”)
– Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version “1.3”)
– Found PNG: /usr/lib/x86_64-linux-gnu/libpng.so (found version “1.6.43”)
– Found Eigen3: /usr/include/eigen3 (found version “3.4.0”)
– Found X11: /usr/include
– Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
– Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
– Looking for gethostbyname
– Looking for gethostbyname - found
– Looking for connect
– Looking for connect - found
– Looking for remove
– Looking for remove - found
– Looking for shmat
– Looking for shmat - found
– Looking for IceConnectionNumber in ICE
– Looking for IceConnectionNumber in ICE - found
– Found EXPAT: /usr/lib/x86_64-linux-gnu/libexpat.so (found version “2.6.1”)
– Found double-conversion: /usr/lib/x86_64-linux-gnu/libdouble-conversion.so
– Found LZ4: /usr/lib/x86_64-linux-gnu/liblz4.so (found version “1.9.4”)
– Found LZMA: /usr/lib/x86_64-linux-gnu/liblzma.so (found version “5.4.5”)
– Found JPEG: /usr/lib/x86_64-linux-gnu/libjpeg.so (found version “80”)
– Found TIFF: /usr/lib/x86_64-linux-gnu/libtiff.so (found version “4.5.1”)
– Found Freetype: /usr/lib/x86_64-linux-gnu/libfreetype.so (found version “2.13.2”)
– Found utf8cpp: /usr/include/utf8cpp
– Checking for module ‘libusb-1.0’
– Found libusb-1.0, version 1.0.27
– Found libusb: /usr/lib/x86_64-linux-gnu/libusb-1.0.so
– Found OpenNI: /usr/lib/libOpenNI.so;libusb::libusb (found version “1.5.4.0”)
– OpenNI found (version: 1.5.4.0, include: /usr/include/ni, lib: /usr/lib/libOpenNI.so;libusb::libusb)
– Found OpenNI2: /usr/lib/x86_64-linux-gnu/libOpenNI2.so;libusb::libusb (found version “2.2.0.33”)
– OpenNI2 found (version: 2.2.0.33, include: /usr/include/openni2, lib: /usr/lib/x86_64-linux-gnu/libOpenNI2.so;libusb::libusb)
– Could NOT find Pcap (missing: PCAP_LIBRARIES PCAP_INCLUDE_DIRS)
** WARNING ** io features related to pcap will be disabled
– OpenNI found (version: 1.5.4.0, include: /usr/include/ni, lib: /usr/lib/libOpenNI.so;libusb::libusb)
– OpenNI2 found (version: 2.2.0.33, include: /usr/include/openni2, lib: /usr/lib/x86_64-linux-gnu/libOpenNI2.so;libusb::libusb)
– Found Qhull version 8.0.2
– OpenNI found (version: 1.5.4.0, include: /usr/include/ni, lib: /usr/lib/libOpenNI.so;libusb::libusb)
– looking for PCL_COMMON
– Found PCL_COMMON: /usr/lib/x86_64-linux-gnu/libpcl_common.so
– looking for PCL_KDTREE
– Found PCL_KDTREE: /usr/lib/x86_64-linux-gnu/libpcl_kdtree.so
– looking for PCL_OCTREE
– Found PCL_OCTREE: /usr/lib/x86_64-linux-gnu/libpcl_octree.so
– looking for PCL_SEARCH
– Found PCL_SEARCH: /usr/lib/x86_64-linux-gnu/libpcl_search.so
– looking for PCL_SAMPLE_CONSENSUS
– Found PCL_SAMPLE_CONSENSUS: /usr/lib/x86_64-linux-gnu/libpcl_sample_consensus.so
– looking for PCL_FILTERS
– Found PCL_FILTERS: /usr/lib/x86_64-linux-gnu/libpcl_filters.so
– looking for PCL_2D
– Found PCL_2D: /usr/include/pcl-1.14
– looking for PCL_GEOMETRY
– Found PCL_GEOMETRY: /usr/include/pcl-1.14
– looking for PCL_IO
– Found PCL_IO: /usr/lib/x86_64-linux-gnu/libpcl_io.so
– looking for PCL_FEATURES
– Found PCL_FEATURES: /usr/lib/x86_64-linux-gnu/libpcl_features.so
– looking for PCL_ML
– Found PCL_ML: /usr/lib/x86_64-linux-gnu/libpcl_ml.so
– looking for PCL_SEGMENTATION
– Found PCL_SEGMENTATION: /usr/lib/x86_64-linux-gnu/libpcl_segmentation.so
– looking for PCL_VISUALIZATION
– Found PCL_VISUALIZATION: /usr/lib/x86_64-linux-gnu/libpcl_visualization.so
– looking for PCL_SURFACE
– Found PCL_SURFACE: /usr/lib/x86_64-linux-gnu/libpcl_surface.so
– looking for PCL_REGISTRATION
– Found PCL_REGISTRATION: /usr/lib/x86_64-linux-gnu/libpcl_registration.so
– looking for PCL_KEYPOINTS
– Found PCL_KEYPOINTS: /usr/lib/x86_64-linux-gnu/libpcl_keypoints.so
– looking for PCL_TRACKING
– Found PCL_TRACKING: /usr/lib/x86_64-linux-gnu/libpcl_tracking.so
– looking for PCL_RECOGNITION
– Found PCL_RECOGNITION: /usr/lib/x86_64-linux-gnu/libpcl_recognition.so
– looking for PCL_STEREO
– Found PCL_STEREO: /usr/lib/x86_64-linux-gnu/libpcl_stereo.so
– looking for PCL_APPS
– Found PCL_APPS: /usr/lib/x86_64-linux-gnu/libpcl_apps.so
– looking for PCL_IN_HAND_SCANNER
– Found PCL_IN_HAND_SCANNER: /usr/include/pcl-1.14
– looking for PCL_MODELER
– Found PCL_MODELER: /usr/include/pcl-1.14
– looking for PCL_POINT_CLOUD_EDITOR
– Found PCL_POINT_CLOUD_EDITOR: /usr/include/pcl-1.14
– looking for PCL_OUTOFCORE
– Found PCL_OUTOFCORE: /usr/lib/x86_64-linux-gnu/libpcl_outofcore.so
– looking for PCL_PEOPLE
– Found PCL_PEOPLE: /usr/lib/x86_64-linux-gnu/libpcl_people.so
– Found PCL: pcl_common;pcl_kdtree;pcl_octree;pcl_search;pcl_sample_consensus;pcl_filters;pcl_io;pcl_features;pcl_ml;pcl_segmentation;pcl_visualization;pcl_surface;pcl_registration;pcl_keypoints;pcl_tracking;pcl_recognition;pcl_stereo;pcl_apps;pcl_outofcore;pcl_people;Boost::system;Boost::filesystem;Boost::iostreams;Boost::serialization;/usr/lib/libOpenNI.so;libusb::libusb;/usr/lib/x86_64-linux-gnu/libOpenNI2.so;libusb::libusb;VTK::ChartsCore;VTK::CommonColor;VTK::CommonComputationalGeometry;VTK::CommonCore;VTK::CommonDataModel;VTK::CommonExecutionModel;VTK::CommonMath;VTK::CommonMisc;VTK::CommonTransforms;VTK::FiltersCore;VTK::FiltersExtraction;VTK::FiltersGeneral;VTK::FiltersGeometry;VTK::FiltersModeling;VTK::FiltersSources;VTK::ImagingCore;VTK::ImagingSources;VTK::InteractionImage;VTK::InteractionStyle;VTK::InteractionWidgets;VTK::IOCore;VTK::IOGeometry;VTK::IOImage;VTK::IOLegacy;VTK::IOPLY;VTK::RenderingAnnotation;VTK::RenderingCore;VTK::RenderingContext2D;VTK::RenderingLOD;VTK::RenderingFreeType;VTK::ViewsCore;VTK::ViewsContext2D;VTK::RenderingOpenGL2;VTK::RenderingContextOpenGL2;VTK::GUISupportQt;FLANN::FLANN;QHULL::QHULL (Required is at least version “1.10”)
– Found Armadillo: /usr/include (found suitable version “12.6.7”, minimum required is “9.8”)
– Configuring done (65.5s)
– Generating done (7.2s)
– Build files have been written to: /mnt/c/Users/Precision 7510/treeseg/build
/usr/bin/cmake -E cmake_progress_start “/mnt/c/Users/Precision 7510/treeseg/build/CMakeFiles” “/mnt/c/Users/Precision 7510/treeseg/build//CMakeFiles/progress.marks”
make -f CMakeFiles/Makefile2 all
make[1]: Entering directory ‘/mnt/c/Users/Precision 7510/treeseg/build’
make[1]: Warning: File ‘CMakeFiles/Makefile2’ has modification time 18000 s in the future
make -f CMakeFiles/treeseg.dir/build.make CMakeFiles/treeseg.dir/depend
make[2]: Entering directory ‘/mnt/c/Users/Precision 7510/treeseg/build’
make[2]: Warning: File ‘CMakeFiles/treeseg.dir/flags.make’ has modification time 6980 s in the future
cd “/mnt/c/Users/Precision 7510/treeseg/build” && /usr/bin/cmake -E cmake_depends “Unix Makefiles” “/mnt/c/Users/Precision 7510/treeseg” “/mnt/c/Users/Precision 7510/treeseg” “/mnt/c/Users/Precision 7510/treeseg/build” “/mnt/c/Users/Precision 7510/treeseg/build” “/mnt/c/Users/Precision 7510/treeseg/build/CMakeFiles/treeseg.dir/DependInfo.cmake” “–color=”
Dependencies file “CMakeFiles/treeseg.dir/src/treeseg.cpp.o.d” is newer than depends file “/mnt/c/Users/Precision 7510/treeseg/build/CMakeFiles/treeseg.dir/compiler_depend.internal”.
Consolidate compiler generated dependencies of target treeseg
make[2]: warning: Clock skew detected. Your build may be incomplete.
make[2]: Leaving directory ‘/mnt/c/Users/Precision 7510/treeseg/build’
make -f CMakeFiles/treeseg.dir/build.make CMakeFiles/treeseg.dir/build
make[2]: Entering directory ‘/mnt/c/Users/Precision 7510/treeseg/build’
make[2]: Warning: File ‘CMakeFiles/treeseg.dir/flags.make’ has modification time 6978 s in the future
[ 3%] Building CXX object CMakeFiles/treeseg.dir/src/treeseg.cpp.o
/usr/bin/c++ -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_IOSTREAMS_DYN_LINK -DBOOST_IOSTREAMS_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DEIGEN_HAS_CXX17_OVERALIGN=0 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -Dkiss_fft_scalar=double -Dtreeseg_EXPORTS -I"/mnt/c/Users/Precision 7510/treeseg/include" -I"/mnt/c/Users/Precision 7510/treeseg/include/riegl" -isystem /usr/include/eigen3 -isystem /usr/include/pcl-1.14 -isystem /usr/include/ni -isystem /usr/include/openni2 -isystem /usr/include/vtk-9.1 -isystem /usr/include/jsoncpp -isystem /usr/include/freetype2 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -fPIC -fopenmp -fPIC -MD -MT CMakeFiles/treeseg.dir/src/treeseg.cpp.o -MF CMakeFiles/treeseg.dir/src/treeseg.cpp.o.d -o CMakeFiles/treeseg.dir/src/treeseg.cpp.o -c “/mnt/c/Users/Precision 7510/treeseg/src/treeseg.cpp”/mnt/c/Users/Precision 7510/treeseg/src/treeseg.cpp: In function ‘std::vector<std::__cxx11::basic_string > getFileID(std::string)’:
/mnt/c/Users/Precision 7510/treeseg/src/treeseg.cpp:54:16: error: ‘split’ is not a member of ‘boost’
54 | boost::split(tmp1,filename,boost::is_any_of(“/”));
| ^~~~~
/mnt/c/Users/Precision 7510/treeseg/src/treeseg.cpp:55:16: error: ‘split’ is not a member of ‘boost’
55 | boost::split(tmp2,tmp1[tmp1.size()-1],boost::is_any_of(“.”));
| ^~~~~
/mnt/c/Users/Precision 7510/treeseg/src/treeseg.cpp: In function ‘void readTiles(const std::vector<std::__cxx11::basic_string >&, pcl::PointCloud::Ptr&)’:
/mnt/c/Users/Precision 7510/treeseg/src/treeseg.cpp:83:24: error: ‘split’ is not a member of ‘boost’
83 | boost::split(tmp1,filename,boost::is_any_of(“/”));
| ^~~~~
/mnt/c/Users/Precision 7510/treeseg/src/treeseg.cpp:84:24: error: ‘split’ is not a member of ‘boost’
84 | boost::split(tmp2,tmp1[tmp1.size()-1],boost::is_any_of(“.”));
| ^~~~~
/mnt/c/Users/Precision 7510/treeseg/src/treeseg.cpp: In function ‘int getTilesStartIdx(const std::vector<std::__cxx11::basic_string >&)’:
/mnt/c/Users/Precision 7510/treeseg/src/treeseg.cpp:104:24: error: ‘split’ is not a member of ‘boost’
104 | boost::split(tmp1,filename,boost::is_any_of(“/”));
| ^~~~~
/mnt/c/Users/Precision 7510/treeseg/src/treeseg.cpp:105:24: error: ‘split’ is not a member of ‘boost’
105 | boost::split(tmp2,tmp1[tmp1.size()-1],boost::is_any_of(“.”));
| ^~~~~
/mnt/c/Users/Precision 7510/treeseg/src/treeseg.cpp: In function ‘void cylinderDiagnostics(cylinder&, int)’:
/mnt/c/Users/Precision 7510/treeseg/src/treeseg.cpp:608:83: warning: ‘std::binder2nd<_Operation> std::bind2nd(const _Operation&, const _Tp&) [with _Operation = minus; _Tp = float]’ is deprecated: use ‘std::bind’ instead [-Wdeprecated-declarations]
608 | std::transform(zrads.begin(),zrads.end(),diff.begin(),std::bind2nd(std::minus(),mean));
| ~~~~~~~~~~~~~^
In file included from /usr/include/c++/13/bits/stl_function.h:1438,
from /usr/include/c++/13/string:49,
from /usr/include/c++/13/bitset:52,
from /usr/include/pcl-1.14/pcl/point_types.h:42,
from /mnt/c/Users/Precision 7510/treeseg/include/treeseg_pointtype.h:31,
from /mnt/c/Users/Precision 7510/treeseg/include/treeseg.h:30,
from /mnt/c/Users/Precision 7510/treeseg/src/treeseg.cpp:30:
/usr/include/c++/13/backward/binders.h:172:5: note: declared here
172 | bind2nd(const _Operation& __fn, const _Tp& __x)
| ^~~~~~~
/mnt/c/Users/Precision 7510/treeseg/src/treeseg.cpp: In function ‘void correctStem(const pcl::PointCloud::Ptr&, float, float, float, float, float, pcl::PointCloud::Ptr&)’:
/mnt/c/Users/Precision 7510/treeseg/src/treeseg.cpp:882:81: warning: ‘std::binder2nd<_Operation> std::bind2nd(const _Operation&, const _Tp&) [with _Operation = minus; _Tp = float]’ is deprecated: use ‘std::bind’ instead [-Wdeprecated-declarations]
882 | std::transform(zrad.begin(),zrad.end(),diff.begin(),std::bind2nd(std::minus(),mean));
| ~~~~~~~~~~~~~^
/usr/include/c++/13/backward/binders.h:172:5: note: declared here
172 | bind2nd(const _Operation& __fn, const _Tp& __x)
| ^~~~~~~
make[2]: *** [CMakeFiles/treeseg.dir/build.make:76: CMakeFiles/treeseg.dir/src/treeseg.cpp.o] Error 1
make[2]: Leaving directory ‘/mnt/c/Users/Precision 7510/treeseg/build’
make[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/treeseg.dir/all] Error 2
make[1]: Leaving directory ‘/mnt/c/Users/Precision 7510/treeseg/build’
make: *** [Makefile:91: all] Error 2