-
Type:
Defect
-
Status: Product Review
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: Sprint 3
-
Fix Version/s: Sprint 4
-
Labels:None
-
Environment:g++ (Gentoo 4.4.3 p1.0) 4.4.3
cmake version 2.6-patch 4
media-libs/libpng-1.4.3 (after following the steps at http://blog.flameeyes.eu/2010/06/29/stable-users-libpng-update to clean out left over libpng-1.2.43 files and to fix stuff depending on them.)
-
Patch attached:Patch attached
-
Branch/Repo Fixed In:
-
Acceptance Criteria:
-
Root Cause:Automated Build System
Some Linux distributions have upgraded to libPNG 1.4.x. Some viewer code assumes png12 (libPNG 1.2.x), which can lead to problems when building STANDALONE.
version_agnostic_libpng__1.diff should allow linking to either png12 or png14, assuming there are non-versioned (just "png") symlinks to the versioned files.