You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/xxxxxx/CloudViewer/src/FileIO.h:46:5: error: could not convert ‘{{"ply", "Stanford Polygon File Format (.ply)"}, {"pcd", "PCL Point Cloud Data (.pcd)"}, {"obj", "Alias Wavefront Object (.obj)"}, {"stl", "STL File Format (.stl)"}, {"vtk", "Visualization Tookit Format (.vtk)"}, {"", "All Files (.)"}}’ from ‘’ to ‘std::map<std::__cxx11::basic_string, std::__cxx11::basic_string >’
在Ubuntu 16上按照您的安装步骤进行安装,在make时报错:
/home/xxxxxx/CloudViewer/src/FileIO.h:46:5: error: could not convert ‘{{"ply", "Stanford Polygon File Format (.ply)"}, {"pcd", "PCL Point Cloud Data (.pcd)"}, {"obj", "Alias Wavefront Object (.obj)"}, {"stl", "STL File Format (.stl)"}, {"vtk", "Visualization Tookit Format (.vtk)"}, {"", "All Files (.)"}}’ from ‘’ to ‘std::map<std::__cxx11::basic_string, std::__cxx11::basic_string >’
src/CMakeFiles/CloudViewer.dir/build.make:116: recipe for target 'src/CMakeFiles/CloudViewer.dir/main.cpp.o' failed
make[2]: *** [src/CMakeFiles/CloudViewer.dir/main.cpp.o] Error 1
CMakeFiles/Makefile2:86: recipe for target 'src/CMakeFiles/CloudViewer.dir/all' failed
make[1]: *** [src/CMakeFiles/CloudViewer.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2
希望得到您的解答,感谢!
The text was updated successfully, but these errors were encountered: