Problem making
Posted: 2009-06-20T15:56:57-07:00
I'm trying to build imagemagick using this tutorial:
http://www.randycullom.com/chatterbox/a ... _imag.html
And it's giving me the following error :
coders/png.c: In function ‘WriteOnePNGImage’:
coders/png.c:6631: error: ‘PNG_COLOR_TYPE_RGBA’ undeclared (first use in this function)
coders/png.c:6631: error: (Each undeclared identifier is reported only once
coders/png.c:6631: error: for each function it appears in.)
make[1]: *** [coders/coders_png_la-png.lo] Error 1
make[1]: Leaving directory `/usr/local/share/ImageMagick-6.5.3'
make: *** [all] Error 2
Any idea of that's going on?
http://www.randycullom.com/chatterbox/a ... _imag.html
And it's giving me the following error :
coders/png.c: In function ‘WriteOnePNGImage’:
coders/png.c:6631: error: ‘PNG_COLOR_TYPE_RGBA’ undeclared (first use in this function)
coders/png.c:6631: error: (Each undeclared identifier is reported only once
coders/png.c:6631: error: for each function it appears in.)
make[1]: *** [coders/coders_png_la-png.lo] Error 1
make[1]: Leaving directory `/usr/local/share/ImageMagick-6.5.3'
make: *** [all] Error 2
Any idea of that's going on?