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

multi-definition error if build static libraries #63

Open
CanCanZeng opened this issue Jan 20, 2022 · 0 comments
Open

multi-definition error if build static libraries #63

CanCanZeng opened this issue Jan 20, 2022 · 0 comments

Comments

@CanCanZeng
Copy link

ethz-asl/maplab#351

like this issue said, the definition of GyroTwoFrameMatcher::getKeypointIteratorsInWindow is in gyro-two-frame-matcher.h file, but it is included by both gyro-two-frame-matcher.cc and feature-tracker-gyro.cc, this may cause multi-definition error if both aslam_cv_matcher module and aslam_cv_tracker module are linked. Would you please move the implementation of GyroTwoFrameMatcher::getKeypointIteratorsInWindow to gyro-two-frame-matcher.cc.

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