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 build error regarding FeatureWrapper #74

Open
hibetterheyj opened this issue Feb 28, 2021 · 0 comments
Open

catkin build error regarding FeatureWrapper #74

hibetterheyj opened this issue Feb 28, 2021 · 0 comments

Comments

@hibetterheyj
Copy link

hibetterheyj commented Feb 28, 2021

Dear authors, I encountered an error when encountering the following error when compiling the code as follows:

~/svo_install_ws/install/include/svo/common/feature_wrapper.h:29:1: error: 'FeatureWrapper' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Werror,-Wmismatched-tags]
struct FeatureWrapper
^
~/svo_install_ws/install/include/svo/direct/matcher.h:21:1: note: did you mean struct here?
class FeatureWrapper;
^~~~~
struct

Therefore, I would like to seek suggestions from you. Thanks in advance!

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