#2792 closed task (fixed)
Allow renderers to build with newer libpng versions
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | 4.0 |
Component: | Rendering Service | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
Where possible, we should always try to build MapGuide against system libraries.
Currently Renderers requires libpng 1.2.x to build succesfully. For newer versions, this doesn't build due to removal of certain null pointer typedefs and attempting to access raw png_struct
members instead of trying to use the provided accessor APIs.
Change History (3)
comment:1 by , 6 years ago
Version: | 2.5.0 |
---|
comment:2 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed r9461, r9462