-
-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Labels
platform issueIssue is specific to an OS or desktopIssue is specific to an OS or desktop
Milestone
Description
Downloaded 1.9.2 and ran configure followed by make. Getting a flood of these:
png.c:3873:19: error: unknown type name ‘png_structrp’
png_gamma_correct(png_structrp png_ptr, unsigned int value,
^
png.c:3898:23: error: unknown type name ‘png_structrp’
png_build_16bit_table(png_structrp png_ptr, png_uint_16pp *ptable,
^
png.c:3975:23: error: unknown type name ‘png_structrp’
png_build_16to8_table(png_structrp png_ptr, png_uint_16pp *ptable,
Literally thousands of errors like the above.
Any particular library that is missing?
Metadata
Metadata
Assignees
Labels
platform issueIssue is specific to an OS or desktopIssue is specific to an OS or desktop