We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please take a look at my this issue in colmap: colmap/colmap#3073
I just copied the same errors down here:
[ 57%] Building CXX object src/colmap/mvs/CMakeFiles/colmap_mvs.dir/meshing.cc.o cd ....../colmap/build/src/colmap/mvs && /usr/bin/ccache /usr/bin/c++ -DBOOST_GRAPH_DYN_LINK -DBOOST_GRAPH_NO_LIB -DCGAL_USE_GMPXX=1 -DCOLMAP_CGAL_ENABLED -DCOLMAP_DOWNLOAD_ENABLED -DCOLMAP_GUI_ENABLED -DCOLMAP_LSD_ENABLED -DCOLMAP_OPENGL_ENABLED -DCOLMAP_OPENMP_ENABLED -DGLOG_VERSION_MAJOR=0 -DGLOG_VERSION_MINOR=6 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -I....../colmap/src -isystem /usr/local/include/eigen3 -isystem /opt/qt/5/include -isystem /opt/qt/5/include/QtCore -isystem /opt/qt/5/./mkspecs/linux-g++ -isystem /opt/qt/5/include/QtOpenGL -isystem /opt/qt/5/include/QtWidgets -isystem /opt/qt/5/include/QtGui -Wno-maybe-uninitialized -lprofiler -ltcmalloc -Wall -O3 -DNDEBUG -std=gnu++17 -fPIC -frounding-math -MD -MT src/colmap/mvs/CMakeFiles/colmap_mvs.dir/meshing.cc.o -MF CMakeFiles/colmap_mvs.dir/meshing.cc.o.d -o CMakeFiles/colmap_mvs.dir/meshing.cc.o -c ....../colmap/src/colmap/mvs/meshing.cc ....../colmap/src/colmap/mvs/meshing.cc: In function ‘bool colmap::mvs::PoissonMeshing(const PoissonMeshingOptions&, const std::string&, const std::string&)’: ....../colmap/src/colmap/mvs/meshing.cc:175:19: error: expected primary-expression before ‘(’ token 175 | if (PoissonRecon(args_cstr.size(), const_cast<char**>(args_cstr.data())) != | ^ ....../colmap/src/colmap/mvs/meshing.cc:203:10: error: ‘SurfaceTrimmer’ was not declared in this scope 203 | return SurfaceTrimmer(args_cstr.size(), | ^~~~~~~~~~~~~~ make[2]: *** [src/colmap/mvs/CMakeFiles/colmap_mvs.dir/build.make:152: src/colmap/mvs/CMakeFiles/colmap_mvs.dir/meshing.cc.o] Error 1 make[2]: Leaving directory '....../colmap/build' make[1]: *** [CMakeFiles/Makefile2:857: src/colmap/mvs/CMakeFiles/colmap_mvs.dir/all] Error 2 make[1]: Leaving directory '....../colmap/build' make: *** [Makefile:139: all] Error 2
The text was updated successfully, but these errors were encountered:
This sounds like a colmap issue. I don't think I can help.
Sorry, something went wrong.
No branches or pull requests
Please take a look at my this issue in colmap: colmap/colmap#3073
I just copied the same errors down here:
The text was updated successfully, but these errors were encountered: