Hello all, I am working with the following RPM on a RedHat 6.2 system:

ImageMagick-4.2.9-3.src.rpm

For one thing, it wont even compile with out any modifications, I get the 
following error when I rpm -bb the spec file:

+ mv /var/tmp/ImageMagick-root/usr/X11R6/include/magick 
/var/tmp/ImageMagick-root/usr/X11R6/include/X11
mv: /var/tmp/ImageMagick-root/usr/X11R6/include/magick: No such file or 
directory
error: Bad exit status from /var/tmp/rpm-tmp.19921 (%install)


But the main problem is that I want to use truetype fonts via the FreeType 
library. I have all the FreeType rpm's installed, including the devel rpm, 
but ImageMagic never seems to pass any of the freetype tests:

Option            Configure option        Configured value
----------------------------------------------------------
TrueType (TTF)    --with-ttf=yes                no (failed tests)
TTF Path          --with-ttf-fontpath=          ""


[root@earth /tmp]# rpm -qa|grep -i imagem
ImageMagick-devel-4.2.9-3
ImageMagick-4.2.9-3
[root@earth /tmp]# rpm -qa|grep -i freet
freetype-utils-1.3.1-5
freetype-devel-1.3.1-5
freetype-1.3.1-5

The test seems to look for the freetype.h file which is installed with the 
freetype-devel package.

FreeType support seems to be compiled into the RH6.2 binary rpm, but when 
I attempt to use a ttf I get this:

convert -font @x-files.ttf -box black -pen green -draw 'text 430,460 Help' 1.jpg 2.jpg
convert: FreeType library is not available.
convert: FreeType library is not available.

Which is, of course, complete and total bs. Anyone shed some light on 
either issue?


Thanks,

-Ken




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to