Page 1 of 1

Can't use PANGO beacuse of Delegate problem

Posted: 2012-05-07T13:27:19-07:00
by hezhez
Hi,

I have the latest IM(6.7.6-9) installed, and the pango-devel install as well.

When i try to use the pango i get this message: "no decode delegate for this image format..."

The code that i'm using is:

Code: Select all

convert -pointsize 18 pango:'This is english.\nBut this is hebrew -> ניסיון' pango_hebrew.png
When i'm writing "convert -list format", the PANGO line looks like this:
PANGO* PANGO --- Pango Markup Language

When i run ./configure
PANGO --with-pango=yes no

What am i doing wrong here ?

BR,
Hezi.

Re: Can't use PANGO beacuse of Delegate problem

Posted: 2012-05-07T13:43:05-07:00
by fmw42
I do not believe that it is installed correctly.

On my Mac OSX Snow Leopard running IM 6.7.6.9 Q16

convert -list format

shows:


PANGO* PANGO r-- Pango Markup Language (Pangocairo 1.30.0)


What version of Pango did you install?

Note it must say

pango yes yes

not

pango yes no

Check your Pango config.log and see if there are any error message. Or try installing pango again and look for error messages. (Read the PANGO Readme or INSTALL documentation) If OK. install IM again and look for problem in the PANGO section of the configure process or check the IM config.log to see if problems. Be sure you do not include --without-pango in the ./configure file.

I am not an expert on this on unix, but did you install both pango and pango-dev? Perhaps you need both? I am not sure.

Or wait for the IM developers to comment as again I am not an expert on unix.