delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
X-SWARE-Spam-Status: | No, hits=-0.8 required=5.0 tests=AWL,BAYES_00,SPF_NEUTRAL,T_RP_MATCHES_RCVD |
X-Spam-Check-By: | sourceware.org |
Message-ID: | <4C6D2640.1080104@cornell.edu> |
Date: | Thu, 19 Aug 2010 08:40:32 -0400 |
From: | Ken Brown <kbrown AT cornell DOT edu> |
User-Agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.7) Gecko/20100713 Thunderbird/3.1.1 |
MIME-Version: | 1.0 |
To: | cygwin AT cygwin DOT com |
Subject: | Re: ImageMagick: Still more insufficient package dependencies? |
References: | <4C6D168F DOT 1070100 AT alice DOT it> |
In-Reply-To: | <4C6D168F.1070100@alice.it> |
X-IsSubscribed: | yes |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |