Quoting Albert Schueller: 
> I have a functioning ImageMagick-c++ installation under an up-to-date
> cygwin setup on WindowsXP.  I am able to compile C++ programs with
> gnu-c++ that have ImageMagick objects in them.  They all work fine
> except DrawableText.
> 
> If I attempt to use the DrawableText constructor, the program compiles,
> but will not run.  It exits prematurely with a (core dumped) message.
> 
> Since this is all going on from within the cygwin X windows environment,
> it's possible that I'm missing some fonts or some other dependency.  Has
> anyone experienced this problem and if so, do you have a fix?

I fixed this by installing "font related packages" not installed
already, one at a time and testing until it worked.  Under the X11
group of packages, I installed in the following order:

 xorg-x11-f100
 xorg-x11-fsrv
 gv

It started working when gv (and whatever dependencies) was installed.  I
suspect the first two packages had little to do with the success.

Thanks,

A

_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to