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

update of include cv.h to opencv/cv.hpp in order to compile with opencv3.0 #1

Closed
wants to merge 1 commit into from

Conversation

jmlich
Copy link

@jmlich jmlich commented Jul 2, 2015

In opencv 3.0.0 is /usr/include/opencv not in CFLAGS anymore. It is necessary add path into include (e.g. #include ) or include related module (e.g. #include ) which seems to be recommended.

@timn
Copy link
Member

timn commented Oct 23, 2015

Github only used as mirror. Patch has been applied upstream and is now in review. Actual bug tracker is at https://trac.fawkesrobotics.org.

@timn timn closed this Oct 23, 2015
@jmlich
Copy link
Author

jmlich commented Nov 6, 2015

Thanks

hubot pushed a commit that referenced this pull request Mar 2, 2017
At least under gcc 6.3 __LINE__ results in an int and thus needs %d.
hubot pushed a commit that referenced this pull request Mar 12, 2017
At least under gcc 6.3 __LINE__ results in an int and thus needs %d.
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.

None yet

2 participants