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

svn "libs" folder : compiled win32 libraries not portable #56

Closed
gcode-importer opened this issue Jan 15, 2011 · 2 comments
Closed

svn "libs" folder : compiled win32 libraries not portable #56

gcode-importer opened this issue Jan 15, 2011 · 2 comments

Comments

@gcode-importer
Copy link

Originally reported on Google Code with ID 56


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



Reported by detonin on 2011-01-15 15:16:26

@gcode-importer
Copy link
Author

Issue 65 has been merged into this issue.

Reported by detonin on 2011-03-04 11:31:26

@gcode-importer
Copy link
Author

'Libs' has been removed and a 'thirdparty' directory has been added. Tests should be
done to ensure 3rd party libraries compile on all systems.

Reported by detonin on 2011-03-20 23:06:54

  • Status changed: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants