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
编译g2o时出现下面的错误, usr/include/c++/9/bits/functexcept.:42: Parse error at "std" make[2]: *** [g2o/apps/g2o_viewer/CMakeFiles/viewer_library.dir/build.make:74: g2o/apps/g2o_viewer/moc_properties_widget.cpp] Error 1 make[2]: *** Waiting for unfinished jobs....
usr/include/c++/9/bits/cpp_type_traits.:69: Parse error at "std" make[2]: *** [g2o/apps/g2o_viewer/CMakeFiles/viewer_library.dir/build.make:70: g2o/apps/g2o_viewer/moc_main_window.cpp] Error 1 make[1]: *** [CMakeFiles/Makefile2:1559: g2o/apps/g2o_viewer/CMakeFiles/viewer_library.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs....
是qt 的moc 工具在 生成下面的cpp 文件时出现错误 [ 45%] Generating moc_properties_widget.cpp [ 46%] Generating moc_main_window.cpp
但是搜索不到解决办法。
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
编译g2o时出现下面的错误,
usr/include/c++/9/bits/functexcept.:42: Parse error at "std"
make[2]: *** [g2o/apps/g2o_viewer/CMakeFiles/viewer_library.dir/build.make:74: g2o/apps/g2o_viewer/moc_properties_widget.cpp] Error 1
make[2]: *** Waiting for unfinished jobs....
usr/include/c++/9/bits/cpp_type_traits.:69: Parse error at "std"
make[2]: *** [g2o/apps/g2o_viewer/CMakeFiles/viewer_library.dir/build.make:70: g2o/apps/g2o_viewer/moc_main_window.cpp] Error 1
make[1]: *** [CMakeFiles/Makefile2:1559: g2o/apps/g2o_viewer/CMakeFiles/viewer_library.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
是qt 的moc 工具在 生成下面的cpp 文件时出现错误
[ 45%] Generating moc_properties_widget.cpp
[ 46%] Generating moc_main_window.cpp
但是搜索不到解决办法。
The text was updated successfully, but these errors were encountered: