public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Ken Brown <kbrown@cornell.edu>
To: cygwin@cygwin.com
Subject: Re: ImageMagick: Still more insufficient package dependencies?
Date: Thu, 19 Aug 2010 12:40:00 -0000	[thread overview]
Message-ID: <4C6D2640.1080104@cornell.edu> (raw)
In-Reply-To: <4C6D168F.1070100@alice.it>

On 8/19/2010 7:33 AM, Angelo Graziosi wrote:
> I am trying to build the development version of Emacs with the
> imagemagick support. In the configure step one gets:
>
> $ ./configure --with-imagemagick
> [...]
> checking for Wand... yes
> checking IMAGEMAGICK_CFLAGS... -fopenmp -I/usr/include/ImageMagick
> checking IMAGEMAGICK_LIBS... -lMagickWand -lMagickCore
> checking for MagickExportImagePixels... no
> [...]
> Does Emacs use imagemagick?                             yes
> [...]
>
> But,
>
> $ make
> [...]
> image.o: In function `imagemagick_load_image':
> /tmp/emacs/src/image.c:7723: undefined reference to
> `_MagickExportImagePixels'

This looks to me like an Emacs configuration problem, not a Cygwin 
problem.  The code in image.c:7723 is guarded by #ifdef 
HAVE_MAGICKEXPORTIMAGEPIXELS, and configure reported "no" in the 
corresponding test.

Ken

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

  reply	other threads:[~2010-08-19 12:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-19 11:34 Angelo Graziosi
2010-08-19 12:40 ` Ken Brown [this message]
2010-08-19 14:08 ` Gary
2010-08-19 15:18 Angelo Graziosi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4C6D2640.1080104@cornell.edu \
    --to=kbrown@cornell.edu \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).