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 failed in vs2017 #245
Comments
Hi, I haven't tested your exact boost versions and OpenCV-4 yet, but these are linker errors and that's a bit weird. I'd guess it's something with your local configuration. I suggest you play around a bit with the packages and build system and ask on a help page like StackOverflow.com or something like that. The compile error with |
Thanks, I used the vcpkg build system to install boost and opencv, and then compile successfully. |
Moin, in case anyone stumbles across the CV_BGR2BGRA not being defined: In recent openCV versions that has been renamed to COLOR_BGR2BGRA. Since the namespace isn't used, just change the bit line 103 in Texture.hpp to "cv::COLOR_BGR2BGRA", that fixes the compilation error. |
The |
Build environment
CMake log
VS error
generate-obj.vcxproj
fit-model-simple.vcxproj
The text was updated successfully, but these errors were encountered: