From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Emacs and ImageMagick-7 issues Date: Sun, 2 Oct 2016 22:14:01 +0200 Message-ID: <18005ddf-2b73-4ffc-31df-83f081e78603@alice.it> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1475439316 4519 195.159.176.226 (2 Oct 2016 20:15:16 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 2 Oct 2016 20:15:16 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 Cc: =?UTF-8?Q?=c3=93scar_Fuentes?= To: Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 02 22:15:12 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bqnA9-0008B9-5j for ged-emacs-devel@m.gmane.org; Sun, 02 Oct 2016 22:15:05 +0200 Original-Received: from localhost ([::1]:60689 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqnA7-0002i4-OF for ged-emacs-devel@m.gmane.org; Sun, 02 Oct 2016 16:15:03 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33235) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqn9P-0002hy-O8 for emacs-devel@gnu.org; Sun, 02 Oct 2016 16:14:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bqn9L-0002FT-HY for emacs-devel@gnu.org; Sun, 02 Oct 2016 16:14:18 -0400 Original-Received: from smtp204.alice.it ([82.57.200.100]:38163) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqn9L-0002Ek-6W for emacs-devel@gnu.org; Sun, 02 Oct 2016 16:14:15 -0400 Original-Received: from [192.168.1.101] (87.20.221.148) by smtp204.alice.it (8.6.060.43) (authenticated as angelo.graziosi@alice.it) id 57E4FBDC022BC151; Sun, 2 Oct 2016 22:14:11 +0200 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.57.200.100 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:207942 Archived-At: Just for the record I want to flag the following. A few months ago, on MSYS2-MinGW64, there was the upgrade from ImageMagick 6.x to version 7.x. After this, 'configure' stopped to add support for ImageMagick when building Emacs: Does Emacs use imagemagick? no (with version 6.x it is 'yes'). This seems related to the fact that ImageMagick people has changed many file name, adding 'Magick' ahead. For example, 'configure' search for Wand.pc but there is MagickWand.pc etc. As consequence, also image.c seems broken related to ImageMagick-7. I think this will regard also other systems when they will upgrade to ImageMagick-7, unless that people will revert the naming convention. Ciao, Angelo.