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 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> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , 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