hugin-devs team mailing list archive
-
hugin-devs team
-
Mailing list archive
-
Message #01437
[Bug 703735] Re: Hugin contains a bundled tclap-1.2.0
Thanks for helping keeping the codebase lean and clean.
So far we have confirmation that this works for Linux and Windows. How
about OSX?
For Windows: has the SDK documentation on the wiki been updated, or will
builder experience a break?
--
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/703735
Title:
Hugin contains a bundled tclap-1.2.0
Status in Hugin - Panorama Tools GUI:
Fix Committed
Bug description:
src/foreign/tclap is a bundled version of tclap
<http://tclap.sourceforge.net/> This is a problem with some Linux
distributions such as Debian and fedora that have policies to not ship
multiple versions of the same library.
The solution would be to modify the cmake configuration to allow
building against a system version of this library, and/or to remove
the bundled library altogether.
References