[magick-users] gs needed regardless?

Ashley M. Kirchner ashley at pcraft.com
Thu Sep 21 09:17:58 CDT 2006


Anthony Thyssen wrote:
> Check to see if you have any postscript (AFM) fonts in your 'type.xml'
> lists.
----------
[1] 08:06:36 <kirash at lansky:~> locate type.xml
/usr/local/lib/ImageMagick-6.2.8/config/type.xml
/usr/local/lib/ImageMagick-6.2.9/config/type.xml

----------
[2] 08:06:40 <kirash at lansky:~> cat 
/usr/local/lib/ImageMagick-6.2.9/config/type.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE typemap [
  <!ELEMENT typemap (type+)>
  <!ELEMENT type (#PCDATA)>
  <!ELEMENT include (#PCDATA)>
  <!ATTLIST type name CDATA #REQUIRED>
  <!ATTLIST type fullname CDATA #IMPLIED>
  <!ATTLIST type family CDATA #IMPLIED>
  <!ATTLIST type foundry CDATA #IMPLIED>
  <!ATTLIST type weight CDATA #IMPLIED>
  <!ATTLIST type style CDATA #IMPLIED>
  <!ATTLIST type stretch CDATA #IMPLIED>
  <!ATTLIST type format CDATA #IMPLIED>
  <!ATTLIST type metrics CDATA #IMPLIED>
  <!ATTLIST type glyphs CDATA #REQUIRED>
  <!ATTLIST type version CDATA #IMPLIED>
  <!ATTLIST include file CDATA #REQUIRED>
]>
<typemap>
 
</typemap>
----------

    The 6.2.8 version is identical.


> BOTH the system and any personal type.xml lists.
    I have no personal type.xml file.

> The type.xml files used can be seen with...
>   identify -list type
    "identify -list Type"  --> no output (the capital letter is what's 
defined in "identify -help", but lowercase also yielded no output.)

    "identify -list Delegate" --> everything IM supports, including gs - 
again, why?  gs was never installed on the system, and is still not on 
the system.  There is no X11 on this system either.  Nothing, that I 
went through, indicates that there's even a little bit of gs, or header, 
or dev files, anything, and during IM's configure it also confirms 
this.  Then why oh why does it insist on listing gs as a supported 
delegate, and even tries to call it?

    Here's what "identify -list Configure" says:

----------
[3] 08:12:54 <kirash at lansky:~> identify -list Configure

Path: /usr/local/lib/ImageMagick-6.2.9/config/configure.xml

Name          Value
-------------------------------------------------------------------------------
CC            gcc
CFLAGS        -g -O2 -Wall -pthread
CONFIGURE     ./configure --mandir=/usr/local/share/man/
COPYRIGHT     Copyright (C) 1999-2005 ImageMagick Studio LLC
CPPFLAGS      -I/usr/local/include
CXX           g++
CXXFLAGS      -pthread
DEFS          -DHAVE_CONFIG_H
DISTCHECK_CONFIG_FLAGS  --with-quantum-depth=16  --with-fpx=no  
--with-fontpath=
EXEC-PREFIX   /usr/local
HOST          i686-pc-linux-gnu
LDFLAGS       -L/usr/local/lib -lfreetype -lz -L/usr/lib
LIB_VERSION   0x629
LIB_VERSION_NUMBER 6,2,9,6
LIBS          -lMagick -llcms -ltiff -lfreetype -ljpeg -lX11 -lbz2 -lz 
-lpthread -lm -lpthread
NAME          ImageMagick
PCFLAGS      
PREFIX        /usr/local
QuantumDepth  16
RELEASE_DATE  09/20/06
VERSION       6.2.9
WEBSITE       http://www.imagemagick.org
----------


> along with all the fonst IM thinks are available.
    According to "locate -e .ttf" there are no fonts on the system.

-- 
W | It's not a bug - it's an undocumented feature.
  +--------------------------------------------------------------------
  Ashley M. Kirchner <mailto:ashley at pcraft.com>   .   303.442.6410 x130
  IT Director / SysAdmin / Websmith             .     800.441.3873 x130
  Photo Craft Laboratories, Inc.            .     3550 Arapahoe Ave. #6
  http://www.pcraft.com ..... .  .    .       Boulder, CO 80303, U.S.A.




More information about the Magick-users mailing list