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

link libimage_publisher against OpenCV #304

Closed
wants to merge 1 commit into from
Closed

link libimage_publisher against OpenCV #304

wants to merge 1 commit into from

Conversation

mbreyer
Copy link

@mbreyer mbreyer commented Nov 7, 2017

When compiling image_publisher, I got linker errors with symbols in the cv::VideoCapture namespace. Linking against OpenCV solved the problem.

My Setup: macOS 10.13 with OpenCV version 3.3.1.

@oceanusxiv
Copy link

@mbreyer May I ask if you have XCode itself or XCode CLT installed? I've just encountered this issue on my macOS 10.13 using XCode CLT, but managed a successful build when suing XCode app toolchain

@mbreyer
Copy link
Author

mbreyer commented Nov 8, 2017

@eric1221bday I got the same error with both XCode 9 and XCode CLT. However, I'm also trying to install everything with python3, which might indirectly break something.

@vrabaud
Copy link
Contributor

vrabaud commented May 10, 2018

Fixed in #318

@vrabaud vrabaud closed this May 10, 2018
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

Successfully merging this pull request may close these issues.

3 participants