-
Notifications
You must be signed in to change notification settings - Fork 93
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
Build Issue #28
Comments
Hello, I also encountered a similar problem when building the project. How did you solve this problem? |
The problem with this image is that I do not see what the error is (only a warning is shown). Could you please copy the error? |
I'm using windows11, VSCode, OpenCV 3.4.16, gcc 8.1.0, g++ 8.1.0, eigen 3.3.9,cmake 3.22.0 mingw32-make[2]: *** [CMakeFiles\pygcransac.dir\build.make:91: CMakeFiles/pygcransac.dir/src/pygcransac/src/gcransac_python.cpp.obj] Error 1 |
Okay, but what is the error you get when trying to compile? |
I think that error occurs due to the miss opencv version problem. |
This is not an OpenCV problem. You should include math.h |
Hello Barath, I'm facing build error issue.
I'm using ubuntu 18.04, OpenCV 3.4.14, gcc 10.3.0, g++ 10.3.0, libeigen3-dev 3.3.4
Could you please help me?
The text was updated successfully, but these errors were encountered: