Cool, so ne Glaskugel will ich auch haben
Hmm, bedeutet --without-perl das das ohen Perl-Unterstützung installiert wird?
Nichts desto trotz, mit "--without-jd2 --without-perl" kommt folgender Fehler:
jp2.c: In function `ReadJP2Image':
jp2.c:343: warning: implicit declaration of function `jas_clrspc_fam'
jp2.c:343: warning: implicit declaration of function `jas_image_clrspc'
jp2.c:345: `JAS_CLRSPC_FAM_RGB' undeclared (first use in this function)
jp2.c:345: (Each undeclared identifier is reported only once
jp2.c:345: for each function it appears in.)
jp2.c:347: warning: implicit declaration of function `jas_image_getcmptbytype'
jp2.c:348: warning: implicit declaration of function `JAS_IMAGE_CT_COLOR'
jp2.c:348: `JAS_CLRSPC_CHANIND_RGB_R' undeclared (first use in this function)
jp2.c:350: `JAS_CLRSPC_CHANIND_RGB_G' undeclared (first use in this function)
jp2.c:352: `JAS_CLRSPC_CHANIND_RGB_B' undeclared (first use in this function)
jp2.c:361: `JAS_IMAGE_CT_OPACITY' undeclared (first use in this function)
jp2.c:369: `JAS_CLRSPC_FAM_GRAY' undeclared (first use in this function)
jp2.c:372: `JAS_CLRSPC_CHANIND_GRAY_Y' undeclared (first use in this function)
jp2.c:382: `JAS_CLRSPC_FAM_YCBCR' undeclared (first use in this function)
jp2.c:347: warning: unreachable code at beginning of switch statement
jp2.c: In function `WriteJP2Image':
jp2.c:751: warning: implicit declaration of function `jas_image_setclrspc'
jp2.c:751: `JAS_CLRSPC_SGRAY' undeclared (first use in this function)
jp2.c:752: warning: implicit declaration of function `jas_image_setcmpttype'
jp2.c:753: `JAS_CLRSPC_CHANIND_GRAY_Y' undeclared (first use in this function)
jp2.c:760: `JAS_CLRSPC_SRGB' undeclared (first use in this function)
jp2.c:762: `JAS_CLRSPC_CHANIND_RGB_R' undeclared (first use in this function)
jp2.c:764: `JAS_CLRSPC_CHANIND_RGB_G' undeclared (first use in this function)
jp2.c:766: `JAS_CLRSPC_CHANIND_RGB_B' undeclared (first use in this function)
jp2.c:769: `JAS_IMAGE_CT_OPACITY' undeclared (first use in this function)
make[1]: *** [jp2.lo] Error 1
make[1]: Leaving directory `/usr/src/ImageMagick-5.5.7/coders'
make: *** [all-recursive] Error 1
Daniel