Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#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 jng, 5 years ago

Version: 2.5.0

comment:2 by jng, 5 years ago

Resolution: fixed
Status: assignedclosed

Fixed r9461, r9462

comment:3 by jng, 5 years ago

Milestone: 3.34.0

Milestone renamed

Note: See TracTickets for help on using tickets.