Fix for STORM-1854.
Review Request #609 - Created Nov. 30, 2012 and updated
Log Linden | Reviewers | ||
ssh://hg@bitbucket.org/log_linden/viewer-storm-1854 | viewer | ||
STORM-1854 | |||
None | viewer-development |
This is a fix for STORM-1854. It prevents an assert failure that happens during viewer startup on linux systems with a sufficiently new version of the fontconfig library (I think fontconfig 1.9). It should not impact mac or windows because those platforms do not use llwindowsdl.cpp file, which was the only file changed.
This change builds successfully on all three platforms (Teamcity). I have verified that the startup error no longer occurs on Ubuntu 12.10. Ideally we would test that Linux systems with older versions of fontconfig can also still start the viewer, but I don't have easy access to one of those.
Other reviews