I'm trying to install the PNGLib for GD but the damn thing just won't work 🙁 when I try and do a make test I get a bundle of errors which I can't seem to find whats causing them
make test
cc -O -pipe -I. -DPNG_USE_PNGGCCRD -c pngtest.c -o pngtest.o
In file included from pngtest.c:83:
png.h:416: syntax error before png_byte'
png.h:425: syntax error beforepng_byte'
png.h:436: syntax error before `png_byte'
I'm not sure what this is, if anyone has any idea it would be a great help. I'm at my wits end.