Skip to content
New issue

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

catkin_make error #31

Open
eleeeeeee opened this issue Jan 13, 2020 · 1 comment
Open

catkin_make error #31

eleeeeeee opened this issue Jan 13, 2020 · 1 comment

Comments

@eleeeeeee
Copy link

No description provided.

@eleeeeeee
Copy link
Author

/usr/include/c++/4.8/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
#warning
^
src/utilities_unittest.cc:37:17: error: ‘GFLAGS_NAMESPACE’ is not a namespace-name
using namespace GFLAGS_NAMESPACE;
^
src/utilities_unittest.cc:37:33: error: expected namespace-name before ‘;’ token
using namespace GFLAGS_NAMESPACE;
^
src/demangle_unittest.cc:46:17: error: ‘GFLAGS_NAMESPACE’ is not a namespace-name
using namespace GFLAGS_NAMESPACE;
^
src/demangle_unittest.cc:46:33: error: expected namespace-name before ‘;’ token
using namespace GFLAGS_NAMESPACE;
^
src/symbolize_unittest.cc:46:17: error: ‘GFLAGS_NAMESPACE’ is not a namespace-name
using namespace GFLAGS_NAMESPACE;
^
src/symbolize_unittest.cc:46:33: error: expected namespace-name before ‘;’ token
using namespace GFLAGS_NAMESPACE;
^
src/logging_unittest.cc:64:17: error: ‘GFLAGS_NAMESPACE’ is not a namespace-name
using namespace GFLAGS_NAMESPACE;
^
src/logging_unittest.cc:64:33: error: expected namespace-name before ‘;’ token
using namespace GFLAGS_NAMESPACE;

@eleeeeeee eleeeeeee changed the title catkin catkin_make error Jan 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant