You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The win32 binaries present in the "libs" folder are compiled using VC10 and seem to
work only when using VC10 to build openjpeg binaries.
One solution could be to remove these binaries and do the same as in opencv library,
i.e. include the sources of these 3rd party libraries. See https://code.ros.org/svn/opencv/trunk/opencv/3rdparty/
tasks:
1) rename libs into 3rdparty (more understandable)
2) remove binaries
3) add source code of libpng, libtiff and liblcms
4) update CMakeLists.txt, configure.ac and Makefile.am to build these libraries if
not found on the system.
5) test
Originally reported on Google Code with ID 56
Reported by detonin on 2011-01-15 15:16:26
The text was updated successfully, but these errors were encountered: